Home
last modified time | relevance | path

Searched refs:JIT (Results 1 – 25 of 74) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp88 bool Is64Bit, bool JIT) { in getEffectiveSparcCodeModel() argument
97 if (JIT) in getEffectiveSparcCodeModel()
110 CodeGenOptLevel OL, bool JIT, in SparcTargetMachine() argument
116 JIT), in SparcTargetMachine()
214 CodeGenOptLevel OL, bool JIT) in SparcV8TargetMachine() argument
215 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, false) {} in SparcV8TargetMachine()
224 CodeGenOptLevel OL, bool JIT) in SparcV9TargetMachine() argument
225 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, true) {} in SparcV9TargetMachine()
234 CodeGenOptLevel OL, bool JIT) in SparcelTargetMachine() argument
235 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, false) {} in SparcelTargetMachine()
H A DSparcTargetMachine.h34 bool JIT, bool is64bit);
60 bool JIT);
73 bool JIT);
84 bool JIT);
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaTargetMachine.cpp42 static Reloc::Model getEffectiveRelocModel(bool JIT, in getEffectiveRelocModel() argument
44 if (!RM || JIT) in getEffectiveRelocModel()
54 CodeGenOptLevel OL, bool JIT, in XtensaTargetMachine() argument
58 getEffectiveRelocModel(JIT, RM), in XtensaTargetMachine()
69 CodeGenOptLevel OL, bool JIT) in XtensaTargetMachine() argument
70 : XtensaTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, true) {} in XtensaTargetMachine()
H A DXtensaTargetMachine.h32 bool JIT, bool isLittle);
38 bool JIT);
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp116 static Reloc::Model getEffectiveRelocModel(bool JIT, in getEffectiveRelocModel() argument
118 if (!RM || JIT) in getEffectiveRelocModel()
133 CodeGenOptLevel OL, bool JIT, in MipsTargetMachine() argument
137 getEffectiveRelocModel(JIT, RM), in MipsTargetMachine()
163 CodeGenOptLevel OL, bool JIT) in MipsebTargetMachine() argument
164 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, false) {} in MipsebTargetMachine()
173 CodeGenOptLevel OL, bool JIT) in MipselTargetMachine() argument
174 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, true) {} in MipselTargetMachine()
H A DMipsTargetMachine.h44 bool JIT, bool isLittle);
93 bool JIT);
106 bool JIT);
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DCodeGenCWrappers.h25 inline std::optional<CodeModel::Model> unwrap(LLVMCodeModel Model, bool &JIT) { in unwrap() argument
26 JIT = false; in unwrap()
29 JIT = true; in unwrap()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp139 builder.setEngineKind(EngineKind::JIT) in LLVMCreateJITCompilerForModule()
142 if (ExecutionEngine *JIT = builder.create()) { in LLVMCreateJITCompilerForModule() local
143 *OutJIT = wrap(JIT); in LLVMCreateJITCompilerForModule()
197 builder.setEngineKind(EngineKind::JIT) in LLVMCreateMCJITCompilerForModule()
201 bool JIT; in LLVMCreateMCJITCompilerForModule() local
202 if (std::optional<CodeModel::Model> CM = unwrap(options.CodeModel, JIT)) in LLVMCreateMCJITCompilerForModule()
207 if (ExecutionEngine *JIT = builder.create()) { in LLVMCreateMCJITCompilerForModule() local
208 *OutJIT = wrap(JIT); in LLVMCreateMCJITCompilerForModule()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp176 static Reloc::Model getEffectiveRelocModel(const Triple &TT, bool JIT, in getEffectiveRelocModel() argument
182 if (JIT) in getEffectiveRelocModel()
219 bool JIT) { in getEffectiveX86CodeModel() argument
226 if (JIT) in getEffectiveX86CodeModel()
238 CodeGenOptLevel OL, bool JIT) in X86TargetMachine() argument
240 getEffectiveRelocModel(TT, JIT, RM), in X86TargetMachine()
241 getEffectiveX86CodeModel(TT, CM, JIT), OL), in X86TargetMachine()
242 TLOF(createTLOF(getTargetTriple())), IsJIT(JIT) { in X86TargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.h37 bool JIT, bool IsLittleEndian);
96 bool JIT);
109 bool JIT);
H A DAArch64TargetMachine.cpp334 std::optional<CodeModel::Model> CM, bool JIT) { in getEffectiveAArch64CodeModel() argument
351 if (JIT && !TT.isOSWindows()) in getEffectiveAArch64CodeModel()
363 CodeGenOptLevel OL, bool JIT, in AArch64TargetMachine() argument
369 getEffectiveAArch64CodeModel(TT, CM, JIT), OL), in AArch64TargetMachine()
529 std::optional<CodeModel::Model> CM, CodeGenOptLevel OL, bool JIT) in AArch64leTargetMachine() argument
530 : AArch64TargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, true) {} in AArch64leTargetMachine()
537 std::optional<CodeModel::Model> CM, CodeGenOptLevel OL, bool JIT) in AArch64beTargetMachine() argument
538 : AArch64TargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, false) {} in AArch64beTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp146 Reloc::Model RM, bool JIT) { in getEffectiveSystemZCodeModel() argument
154 if (JIT) in getEffectiveSystemZCodeModel()
164 CodeGenOptLevel OL, bool JIT) in SystemZTargetMachine() argument
168 getEffectiveSystemZCodeModel(CM, getEffectiveRelocModel(RM), JIT), in SystemZTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kTargetMachine.cpp88 bool JIT) { in getEffectiveCodeModel() argument
103 CodeGenOptLevel OL, bool JIT) in M68kTargetMachine() argument
106 ::getEffectiveCodeModel(CM, JIT), OL), in M68kTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.h89 bool JIT);
100 bool JIT);
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetMachine.h123 bool JIT);
134 bool JIT);
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DTargetRegistry.h167 std::optional<CodeModel::Model> CM, CodeGenOptLevel OL, bool JIT);
470 CodeGenOptLevel OL = CodeGenOptLevel::Default, bool JIT = false) const {
474 JIT);
482 CodeGenOptLevel OL = CodeGenOptLevel::Default, bool JIT = false) const {
484 JIT);
1280 std::optional<CodeModel::Model> CM, CodeGenOptLevel OL, bool JIT) { in Allocator()
1281 return new TargetMachineImpl(T, TT, CPU, FS, Options, RM, CM, OL, JIT); in Allocator()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp42 bool JIT; member
195 auto CM = unwrap(CodeModel, unwrap(Options)->JIT); in LLVMTargetMachineOptionsSetCodeModel()
207 Opt->CM, Opt->OL, Opt->JIT)); in LLVMCreateTargetMachineWithOptions()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp289 bool JIT) { in getEffectivePPCCodeModel() argument
298 if (JIT) in getEffectivePPCCodeModel()
350 CodeGenOptLevel OL, bool JIT) in PPCTargetMachine() argument
354 getEffectivePPCCodeModel(TT, CM, JIT), OL), in PPCTargetMachine()
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDBProperties.td8 Desc<"Enable GDB's JIT compilation interface (default: enabled on all platforms except macOS)">;
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFTargetMachine.h30 bool JIT);
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.h35 bool JIT);
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYTargetMachine.h32 bool JIT);
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiTargetMachine.h35 CodeGenOptLevel OptLevel, bool JIT);
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVTargetMachine.h30 bool JIT);
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRTargetMachine.h36 bool JIT);

123