Home
last modified time | relevance | path

Searched refs:CMModel (Results 1 – 25 of 29) sorted by relevance

12

/external/swiftshader/third_party/LLVM/lib/MC/
DMCObjectFileInfo.cpp226 ((CMModel == CodeModel::Small || CMModel == CodeModel::Medium) in InitELFMCObjectFileInfo()
229 (CMModel == CodeModel::Small in InitELFMCObjectFileInfo()
233 ((CMModel == CodeModel::Small || CMModel == CodeModel::Medium) in InitELFMCObjectFileInfo()
237 (CMModel == CodeModel::Small || CMModel == CodeModel::Medium) in InitELFMCObjectFileInfo()
239 LSDAEncoding = (CMModel == CodeModel::Small) in InitELFMCObjectFileInfo()
242 TTypeEncoding = (CMModel == CodeModel::Small) in InitELFMCObjectFileInfo()
497 CMModel = cm; in InitMCObjectFileInfo()
DMCCodeGenInfo.cpp20 CMModel = CM; in InitMCCodeGenInfo()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCCodeGenInfo.h29 CodeModel::Model CMModel; variable
37 CodeModel::Model getCodeModel() const { return CMModel; } in getCodeModel()
DMCObjectFileInfo.h280 CodeModel::Model CMModel; variable
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp298 ((CMModel == CodeModel::Large) ? dwarf::DW_EH_PE_sdata8 in initELFMCObjectFileInfo()
332 ((CMModel == CodeModel::Small || CMModel == CodeModel::Medium) in initELFMCObjectFileInfo()
335 (CMModel == CodeModel::Small in initELFMCObjectFileInfo()
338 ((CMModel == CodeModel::Small || CMModel == CodeModel::Medium) in initELFMCObjectFileInfo()
342 (CMModel == CodeModel::Small || CMModel == CodeModel::Medium) in initELFMCObjectFileInfo()
344 LSDAEncoding = (CMModel == CodeModel::Small) in initELFMCObjectFileInfo()
346 TTypeEncoding = (CMModel == CodeModel::Small) in initELFMCObjectFileInfo()
837 CMModel = cm; in InitMCObjectFileInfo()
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
DExecutionEngine.h466 CodeModel::Model CMModel; variable
480 CMModel = CodeModel::JITDefault; in InitEngine()
532 CMModel = M; in setCodeModel()
/external/swiftshader/third_party/LLVM/tools/lli/
Dlli.cpp128 CMModel("code-model", variable
200 builder.setCodeModel(CMModel); in main()
/external/swiftshader/third_party/LLVM/tools/llc/
Dllc.cpp95 CMModel("code-model", variable
309 RelocModel, CMModel)); in main()
/external/llvm/lib/ExecutionEngine/
DTargetSelect.cpp99 RelocModel, CMModel, in selectTarget()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DTargetSelect.cpp97 Options, RelocModel, CMModel, OptLevel, in selectTarget()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/lli/
Dlli.cpp410 if (CMModel.getNumOccurrences()) in main()
411 builder.setCodeModel(CMModel); in main()
765 .setCodeModel(CMModel.getNumOccurrences() in runOrcLazyJIT()
766 ? Optional<CodeModel::Model>(CMModel) in runOrcLazyJIT()
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h522 CodeModel::Model CMModel; variable
592 CMModel = M; in setCodeModel()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h536 Optional<CodeModel::Model> CMModel; variable
606 CMModel = M; in setCodeModel()
/external/llvm/lib/Target/
DTargetMachine.cpp88 CodeModel::Model TargetMachine::getCodeModel() const { return CMModel; } in getCodeModel()
/external/swiftshader/third_party/LLVM/tools/llvm-mc/
Dllvm-mc.cpp133 CMModel("code-model", variable
374 MOFI->InitMCObjectFileInfo(TripleName, RelocModel, CMModel, Ctx); in AssembleInput()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DCommandFlags.inc75 static cl::opt<llvm::CodeModel::Model> CMModel(
83 if (CMModel.getNumOccurrences()) {
84 CodeModel::Model M = CMModel;
/external/llvm/include/llvm/Target/
DTargetMachine.h92 CodeModel::Model CMModel = CodeModel::Default; variable
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp139 CMModel("code-model", variable
443 MOFI.InitMCObjectFileInfo(TheTriple, PIC, CMModel, Ctx); in main()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
DTargetMachine.cpp92 CodeModel::Model TargetMachine::getCodeModel() const { return CMModel; } in getCodeModel()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTargetMachine.h83 CodeModel::Model CMModel = CodeModel::Small; variable
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h355 CodeModel::Model CMModel; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLLVMTargetMachine.cpp85 this->CMModel = CM; in LLVMTargetMachine()
/external/llvm/tools/lli/
Dlli.cpp201 CMModel("code-model", variable
425 builder.setCodeModel(CMModel); in main()
/external/llvm/lib/CodeGen/
DLLVMTargetMachine.cpp95 this->CMModel = CM; in LLVMTargetMachine()
/external/llvm/include/llvm/CodeGen/
DCommandFlags.h78 CMModel("code-model",

12