Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Drs_cc_options.h55 uint32_t mBitWidth; variable
103 mBitWidth = 32; in RSCCOptions()
Dllvm-rs-cc.cpp150 if (Opts.mBitWidth == 64) { in compileFiles()
185 Compiler->init(Opts.mBitWidth, DiagEngine, DiagClient); in compileFiles()
273 Opts.mBitWidth = 64; in main()
Dslang_rs.cpp327 bool CompileSecondTimeFor64Bit = Opts.mEmit3264 && Opts.mBitWidth == 64; in compile()
357 if (Opts.mEmit3264 && (Opts.mBitWidth == 32)) { in compile()
365 const std::string &outputFileName = (Opts.mBitWidth == 64) ? in compile()
Drs_cc_options.cpp201 Opts.mBitWidth = 32; in ParseArguments()
203 Opts.mBitWidth = 64; in ParseArguments()