Home
last modified time | relevance | path

Searched refs:getEffectiveCodeModel (Results 1 – 18 of 18) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
DARCTargetMachine.cpp29 static CodeModel::Model getEffectiveCodeModel(Optional<CodeModel::Model> CM) { in getEffectiveCodeModel() function
46 getEffectiveCodeModel(CM), OL), in ARCTargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
DMSP430TargetMachine.cpp35 static CodeModel::Model getEffectiveCodeModel(Optional<CodeModel::Model> CM) { in getEffectiveCodeModel() function
54 getEffectiveCodeModel(CM), OL), in MSP430TargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
DLanaiTargetMachine.cpp56 static CodeModel::Model getEffectiveCodeModel(Optional<CodeModel::Model> CM) { in getEffectiveCodeModel() function
70 getEffectiveCodeModel(CodeModel), OptLevel), in LanaiTargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreTargetMachine.cpp34 static CodeModel::Model getEffectiveCodeModel(Optional<CodeModel::Model> CM) { in getEffectiveCodeModel() function
54 getEffectiveCodeModel(CM), OL), in XCoreTargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
DRISCVTargetMachine.cpp48 static CodeModel::Model getEffectiveCodeModel(Optional<CodeModel::Model> CM) { in getEffectiveCodeModel() function
62 getEffectiveCodeModel(CM), OL), in RISCVTargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRTargetMachine.cpp43 static CodeModel::Model getEffectiveCodeModel(Optional<CodeModel::Model> CM) { in getEffectiveCodeModel() function
56 getEffectiveRelocModel(RM), getEffectiveCodeModel(CM), in AVRTargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
DBPFTargetMachine.cpp54 static CodeModel::Model getEffectiveCodeModel(Optional<CodeModel::Model> CM) { in getEffectiveCodeModel() function
67 getEffectiveRelocModel(RM), getEffectiveCodeModel(CM), in BPFTargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/
DNios2TargetMachine.cpp40 static CodeModel::Model getEffectiveCodeModel(Optional<CodeModel::Model> CM, in getEffectiveCodeModel() function
56 getEffectiveCodeModel(CM, getEffectiveRelocModel(RM), JIT), OL), in Nios2TargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZTargetMachine.cpp131 static CodeModel::Model getEffectiveCodeModel(Optional<CodeModel::Model> CM, in getEffectiveCodeModel() function
149 getEffectiveCodeModel(CM, getEffectiveRelocModel(RM), JIT), OL), in SystemZTargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcTargetMachine.cpp73 static CodeModel::Model getEffectiveCodeModel(Optional<CodeModel::Model> CM, in getEffectiveCodeModel() function
94 getEffectiveCodeModel(CM, getEffectiveRelocModel(RM), is64bit, JIT), in SparcTargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsTargetMachine.cpp104 static CodeModel::Model getEffectiveCodeModel(Optional<CodeModel::Model> CM) { in getEffectiveCodeModel() function
124 getEffectiveCodeModel(CM), OL), in MipsTargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXTargetMachine.cpp105 static CodeModel::Model getEffectiveCodeModel(Optional<CodeModel::Model> CM) { in getEffectiveCodeModel() function
121 getEffectiveCodeModel(CM), OL), in NVPTXTargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCTargetMachine.cpp222 static CodeModel::Model getEffectiveCodeModel(const Triple &TT, in getEffectiveCodeModel() function
246 getEffectiveCodeModel(TT, CM, JIT), OL), in PPCTargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86TargetMachine.cpp204 static CodeModel::Model getEffectiveCodeModel(Optional<CodeModel::Model> CM, in getEffectiveCodeModel() function
224 getEffectiveCodeModel(CM, JIT, TT.getArch() == Triple::x86_64), OL), in X86TargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonTargetMachine.cpp180 static CodeModel::Model getEffectiveCodeModel(Optional<CodeModel::Model> CM) { in getEffectiveCodeModel() function
222 getEffectiveCodeModel(CM), (HexagonNoOpt ? CodeGenOpt::None : OL)), in HexagonTargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMTargetMachine.cpp197 static CodeModel::Model getEffectiveCodeModel(Optional<CodeModel::Model> CM) { in getEffectiveCodeModel() function
213 getEffectiveCodeModel(CM), OL), in ARMBaseTargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64TargetMachine.cpp209 static CodeModel::Model getEffectiveCodeModel(const Triple &TT, in getEffectiveCodeModel() function
243 getEffectiveCodeModel(TT, CM, JIT), OL), in AArch64TargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetMachine.cpp295 static CodeModel::Model getEffectiveCodeModel(Optional<CodeModel::Model> CM) { in getEffectiveCodeModel() function
309 getEffectiveCodeModel(CM), OptLevel), in AMDGPUTargetMachine()