/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCObjectFileInfo.cpp | 226 ((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()
|
D | MCCodeGenInfo.cpp | 20 CMModel = CM; in InitMCCodeGenInfo()
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCCodeGenInfo.h | 29 CodeModel::Model CMModel; variable 37 CodeModel::Model getCodeModel() const { return CMModel; } in getCodeModel()
|
D | MCObjectFileInfo.h | 280 CodeModel::Model CMModel; variable
|
/external/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 298 ((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/ |
D | ExecutionEngine.h | 466 CodeModel::Model CMModel; variable 480 CMModel = CodeModel::JITDefault; in InitEngine() 532 CMModel = M; in setCodeModel()
|
/external/swiftshader/third_party/LLVM/tools/lli/ |
D | lli.cpp | 128 CMModel("code-model", variable 200 builder.setCodeModel(CMModel); in main()
|
/external/swiftshader/third_party/LLVM/tools/llc/ |
D | llc.cpp | 95 CMModel("code-model", variable 309 RelocModel, CMModel)); in main()
|
/external/llvm/lib/ExecutionEngine/ |
D | TargetSelect.cpp | 99 RelocModel, CMModel, in selectTarget()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/ |
D | TargetSelect.cpp | 97 Options, RelocModel, CMModel, OptLevel, in selectTarget()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/lli/ |
D | lli.cpp | 410 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/ |
D | ExecutionEngine.h | 522 CodeModel::Model CMModel; variable 592 CMModel = M; in setCodeModel()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 536 Optional<CodeModel::Model> CMModel; variable 606 CMModel = M; in setCodeModel()
|
/external/llvm/lib/Target/ |
D | TargetMachine.cpp | 88 CodeModel::Model TargetMachine::getCodeModel() const { return CMModel; } in getCodeModel()
|
/external/swiftshader/third_party/LLVM/tools/llvm-mc/ |
D | llvm-mc.cpp | 133 CMModel("code-model", variable 374 MOFI->InitMCObjectFileInfo(TripleName, RelocModel, CMModel, Ctx); in AssembleInput()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | CommandFlags.inc | 75 static cl::opt<llvm::CodeModel::Model> CMModel( 83 if (CMModel.getNumOccurrences()) { 84 CodeModel::Model M = CMModel;
|
/external/llvm/include/llvm/Target/ |
D | TargetMachine.h | 92 CodeModel::Model CMModel = CodeModel::Default; variable
|
/external/llvm/tools/llvm-mc/ |
D | llvm-mc.cpp | 139 CMModel("code-model", variable 443 MOFI.InitMCObjectFileInfo(TheTriple, PIC, CMModel, Ctx); in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ |
D | TargetMachine.cpp | 92 CodeModel::Model TargetMachine::getCodeModel() const { return CMModel; } in getCodeModel()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/ |
D | TargetMachine.h | 83 CodeModel::Model CMModel = CodeModel::Small; variable
|
/external/llvm/include/llvm/MC/ |
D | MCObjectFileInfo.h | 355 CodeModel::Model CMModel; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LLVMTargetMachine.cpp | 85 this->CMModel = CM; in LLVMTargetMachine()
|
/external/llvm/tools/lli/ |
D | lli.cpp | 201 CMModel("code-model", variable 425 builder.setCodeModel(CMModel); in main()
|
/external/llvm/lib/CodeGen/ |
D | LLVMTargetMachine.cpp | 95 this->CMModel = CM; in LLVMTargetMachine()
|
/external/llvm/include/llvm/CodeGen/ |
D | CommandFlags.h | 78 CMModel("code-model",
|