Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp73 bool Is64Bit, bool JIT) { in getEffectiveSparcCodeModel()
93 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp99 static Reloc::Model getEffectiveRelocModel(bool JIT, in getEffectiveRelocModel()
116 CodeGenOpt::Level OL, bool JIT, in MipsTargetMachine()
148 CodeGenOpt::Level OL, bool JIT) in MipsebTargetMachine()
158 CodeGenOpt::Level OL, bool JIT) in MipselTargetMachine()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DCodeGenCWrappers.h25 inline Optional<CodeModel::Model> unwrap(LLVMCodeModel Model, bool &JIT) { in unwrap()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kTargetMachine.cpp73 bool JIT) { in getEffectiveCodeModel()
90 CodeGenOpt::Level OL, bool JIT) in M68kTargetMachine()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DUserGuides.rst173 JIT section in Code Generation
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp156 bool JIT, in getEffectiveRelocModel()
198 bool JIT, bool Is64Bit) { in getEffectiveX86CodeModel()
216 CodeGenOpt::Level OL, bool JIT) in X86TargetMachine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp256 bool JIT) { in getEffectiveAArch64CodeModel()
284 CodeGenOpt::Level OL, bool JIT, in AArch64TargetMachine()
369 Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) in AArch64leTargetMachine()
377 Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) in AArch64beTargetMachine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp139 bool JIT) { in getEffectiveSystemZCodeModel()
157 CodeGenOpt::Level OL, bool JIT) in SystemZTargetMachine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/
H A DCSKYTargetMachine.cpp45 CodeGenOpt::Level OL, bool JIT) in CSKYTargetMachine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.cpp143 CodeGenOpt::Level OL, bool JIT) in NVPTXTargetMachine32()
153 CodeGenOpt::Level OL, bool JIT) in NVPTXTargetMachine64()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCTargetMachine.cpp33 CodeGenOpt::Level OL, bool JIT) in ARCTargetMachine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp254 bool JIT) { in getEffectivePPCCodeModel()
318 CodeGenOpt::Level OL, bool JIT) in PPCTargetMachine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiTargetMachine.cpp59 CodeGenOpt::Level OptLevel, bool JIT) in LanaiTargetMachine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.cpp45 CodeGenOpt::Level OL, bool JIT) in MSP430TargetMachine()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/BrainF/
H A DBrainFDriver.cpp70 JIT("jit", cl::desc("Run program Just-In-Time")); variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.cpp49 CodeGenOpt::Level OL, bool JIT) in XCoreTargetMachine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRTargetMachine.cpp48 CodeGenOpt::Level OL, bool JIT) in AVRTargetMachine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp142 if (ExecutionEngine *JIT = builder.create()) { in LLVMCreateJITCompilerForModule() local
202 bool JIT; in LLVMCreateMCJITCompilerForModule() local
208 if (ExecutionEngine *JIT = builder.create()) { in LLVMCreateMCJITCompilerForModule() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVETargetMachine.cpp84 CodeGenOpt::Level OL, bool JIT) in VETargetMachine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp316 CodeGenOpt::Level OL, bool JIT) in ARMLETargetMachine()
324 CodeGenOpt::Level OL, bool JIT) in ARMBETargetMachine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.cpp64 CodeGenOpt::Level OL, bool JIT) in RISCVTargetMachine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFTargetMachine.cpp69 CodeGenOpt::Level OL, bool JIT) in BPFTargetMachine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.cpp220 CodeGenOpt::Level OL, bool JIT) in HexagonTargetMachine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetMachineC.cpp130 bool JIT; in LLVMCreateTargetMachine() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp120 Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) in WebAssemblyTargetMachine()

12