Home
last modified time | relevance | path

Searched defs:JIT (Results 1 – 25 of 46) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcTargetMachine.cpp75 bool JIT) { in getEffectiveCodeModel()
90 Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT, bool is64bit) in SparcTargetMachine()
192 CodeGenOpt::Level OL, bool JIT) in SparcV8TargetMachine()
202 CodeGenOpt::Level OL, bool JIT) in SparcV9TargetMachine()
212 CodeGenOpt::Level OL, bool JIT) in SparcelTargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/
DOrcCAPITest.cpp92 LLVMOrcJITStackRef JIT = in TEST_F() local
132 LLVMOrcJITStackRef JIT = in TEST_F() local
160 LLVMOrcJITStackRef JIT = in TEST_F() local
183 LLVMOrcJITStackRef JIT = in TEST_F() local
/external/llvm/unittests/ExecutionEngine/Orc/
DOrcCAPITest.cpp83 LLVMOrcJITStackRef JIT = in TEST_F() local
107 LLVMOrcJITStackRef JIT = in TEST_F() local
131 LLVMOrcJITStackRef JIT = in TEST_F() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsTargetMachine.cpp97 static Reloc::Model getEffectiveRelocModel(bool JIT, in getEffectiveRelocModel()
120 CodeGenOpt::Level OL, bool JIT, in MipsTargetMachine()
146 CodeGenOpt::Level OL, bool JIT) in MipsebTargetMachine()
156 CodeGenOpt::Level OL, bool JIT) in MipselTargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DCodeGenCWrappers.h26 inline Optional<CodeModel::Model> unwrap(LLVMCodeModel Model, bool &JIT) { in unwrap()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/
DNios2TargetMachine.cpp41 Reloc::Model RM, bool JIT) { in getEffectiveCodeModel()
52 CodeGenOpt::Level OL, bool JIT) in Nios2TargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64TargetMachine.cpp211 bool JIT) { in getEffectiveCodeModel()
238 CodeGenOpt::Level OL, bool JIT, in AArch64TargetMachine()
294 Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) in AArch64leTargetMachine()
302 Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) in AArch64beTargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86TargetMachine.cpp163 bool JIT, in getEffectiveRelocModel()
205 bool JIT, bool Is64Bit) { in getEffectiveCodeModel()
220 CodeGenOpt::Level OL, bool JIT) in X86TargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZTargetMachine.cpp132 Reloc::Model RM, bool JIT) { in getEffectiveCodeModel()
145 CodeGenOpt::Level OL, bool JIT) in SystemZTargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXTargetMachine.cpp143 CodeGenOpt::Level OL, bool JIT) in NVPTXTargetMachine32()
153 CodeGenOpt::Level OL, bool JIT) in NVPTXTargetMachine64()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCTargetMachine.cpp224 bool JIT) { in getEffectiveCodeModel()
242 CodeGenOpt::Level OL, bool JIT) in PPCTargetMachine()
/external/swiftshader/third_party/LLVM/examples/BrainF/
DBrainFDriver.cpp54 JIT("jit", cl::desc("Run program Just-In-Time")); variable
/external/llvm/examples/BrainF/
DBrainFDriver.cpp70 JIT("jit", cl::desc("Run program Just-In-Time")); variable
/external/swiftshader/third_party/llvm-7.0/llvm/examples/BrainF/
DBrainFDriver.cpp71 JIT("jit", cl::desc("Run program Just-In-Time")); variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
DARCTargetMachine.cpp41 CodeGenOpt::Level OL, bool JIT) in ARCTargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreTargetMachine.cpp50 CodeGenOpt::Level OL, bool JIT) in XCoreTargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
DMSP430TargetMachine.cpp51 CodeGenOpt::Level OL, bool JIT) in MSP430TargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
DLanaiTargetMachine.cpp67 CodeGenOpt::Level OptLevel, bool JIT) in LanaiTargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
DRISCVTargetMachine.cpp59 CodeGenOpt::Level OL, bool JIT) in RISCVTargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
DBPFTargetMachine.cpp65 CodeGenOpt::Level OL, bool JIT) in BPFTargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRTargetMachine.cpp54 CodeGenOpt::Level OL, bool JIT) in AVRTargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp143 if (ExecutionEngine *JIT = builder.create()) { in LLVMCreateJITCompilerForModule() local
203 bool JIT; in LLVMCreateMCJITCompilerForModule() local
209 if (ExecutionEngine *JIT = builder.create()) { in LLVMCreateMCJITCompilerForModule() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMTargetMachine.cpp299 CodeGenOpt::Level OL, bool JIT) in ARMLETargetMachine()
307 CodeGenOpt::Level OL, bool JIT) in ARMBETargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyTargetMachine.cpp94 Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) in WebAssemblyTargetMachine()
/external/skia/src/sksl/
DSkSLJIT.h110 friend class JIT; variable

12