Home
last modified time | relevance | path

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

/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-10.0/llvm/lib/ExecutionEngine/
DTargetSelect.cpp89 Options, RelocModel, CMModel, OptLevel, in selectTarget()
/external/llvm-project/llvm/lib/ExecutionEngine/
DTargetSelect.cpp89 Options, RelocModel, CMModel, OptLevel, in selectTarget()
/external/llvm/lib/ExecutionEngine/
DTargetSelect.cpp99 RelocModel, CMModel, in selectTarget()
DExecutionEngine.cpp475 CMModel(CodeModel::JITDefault), UseOrcMCJITReplacement(false) { in EngineBuilder()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h545 Optional<CodeModel::Model> CMModel; variable
614 CMModel = M; in setCodeModel()
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h522 CodeModel::Model CMModel; variable
592 CMModel = M; in setCodeModel()
/external/swiftshader/third_party/llvm-10.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/llvm-project/llvm/lib/Target/
DTargetMachine.cpp74 CodeModel::Model TargetMachine::getCodeModel() const { return CMModel; } in getCodeModel()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetMachine.cpp74 CodeModel::Model TargetMachine::getCodeModel() const { return CMModel; } in getCodeModel()
/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/llvm/include/llvm/MC/
DMCObjectFileInfo.h355 CodeModel::Model CMModel; variable
/external/llvm-project/llvm/lib/CodeGen/
DLLVMTargetMachine.cpp87 this->CMModel = CM; in LLVMTargetMachine()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetMachine.h89 CodeModel::Model CMModel = CodeModel::Small; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLLVMTargetMachine.cpp84 this->CMModel = CM; in LLVMTargetMachine()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCommandFlags.inc74 static cl::opt<llvm::CodeModel::Model> CMModel(
83 if (CMModel.getNumOccurrences()) {
84 CodeModel::Model M = CMModel;
/external/llvm-project/llvm/include/llvm/Target/
DTargetMachine.h90 CodeModel::Model CMModel = CodeModel::Small; variable
/external/llvm/lib/CodeGen/
DLLVMTargetMachine.cpp95 this->CMModel = CM; in LLVMTargetMachine()
/external/llvm/tools/lli/
Dlli.cpp201 CMModel("code-model", variable
425 builder.setCodeModel(CMModel); in main()
/external/llvm/include/llvm/CodeGen/
DCommandFlags.h78 CMModel("code-model",
/external/llvm/tools/llc/
Dllc.cpp344 Options, getRelocModel(), CMModel, OLvl)); in compileModule()
/external/llvm/tools/opt/
Dopt.cpp317 CMModel, GetCodeGenOptLevel()); in GetTargetMachine()