Home
last modified time | relevance | path

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

/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()
DExecutionEngine.cpp475 CMModel(CodeModel::JITDefault), UseOrcMCJITReplacement(false) { in EngineBuilder()
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h522 CodeModel::Model CMModel; variable
592 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/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/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",
/external/llvm/tools/llc/
Dllc.cpp344 Options, getRelocModel(), CMModel, OLvl)); in compileModule()
/external/llvm/tools/opt/
Dopt.cpp317 CMModel, GetCodeGenOptLevel()); in GetTargetMachine()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngine.cpp469 RelocModel, CMModel, in create()