Home
last modified time | relevance | path

Searched refs:mBitWidth (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/compile/slang/
H A Dllvm-rs-cc.cpp156 if (Opts.mBitWidth == 64) { in makeFileList()
297 if (Opts.mEmit3264 || Opts.mBitWidth == 32) { in main()
305 bool needEmit64 = Opts.mEmit3264 || Opts.mBitWidth == 64; in main()
307 Opts.mBitWidth = 64; in main()
H A Drs_cc_options.h58 uint32_t mBitWidth; variable
113 mBitWidth = 32; in RSCCOptions()
H A Drs_cc_options.cpp233 Opts.mBitWidth = 32; in ParseArguments()
235 Opts.mBitWidth = 64; in ParseArguments()
244 Opts.mBitWidth = 32; in ParseArguments()
246 Opts.mBitWidth = 64; in ParseArguments()
H A Dslang.cpp633 if (Opts.mEmit3264 && (Opts.mBitWidth == 32)) { in compile()
646 if (Opts.mBitWidth == 32) in compile()
649 slangAssert(Opts.mBitWidth == 64); in compile()
686 const std::string &outputFileName = (Opts.mBitWidth == 64) ? in compile()
765 if (Opts.mBitWidth == 32) in compile()
768 slangAssert(Opts.mBitWidth == 64); in compile()