| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcTargetMachine.cpp | 88 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 D | SparcTargetMachine.h | 34 bool JIT, bool is64bit); 60 bool JIT); 73 bool JIT); 84 bool JIT);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaTargetMachine.cpp | 42 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 D | XtensaTargetMachine.h | 32 bool JIT, bool isLittle); 38 bool JIT);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsTargetMachine.cpp | 116 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 D | MipsTargetMachine.h | 44 bool JIT, bool isLittle); 93 bool JIT); 106 bool JIT);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | CodeGenCWrappers.h | 25 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 D | ExecutionEngineBindings.cpp | 139 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 D | X86TargetMachine.cpp | 176 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 D | AArch64TargetMachine.h | 37 bool JIT, bool IsLittleEndian); 96 bool JIT); 109 bool JIT);
|
| H A D | AArch64TargetMachine.cpp | 334 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 D | SystemZTargetMachine.cpp | 146 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 D | M68kTargetMachine.cpp | 88 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 D | NVPTXTargetMachine.h | 89 bool JIT); 100 bool JIT);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetMachine.h | 123 bool JIT); 134 bool JIT);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | TargetRegistry.h | 167 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 D | TargetMachineC.cpp | 42 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 D | PPCTargetMachine.cpp | 289 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 D | JITLoaderGDBProperties.td | 8 Desc<"Enable GDB's JIT compilation interface (default: enabled on all platforms except macOS)">;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFTargetMachine.h | 30 bool JIT);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430TargetMachine.h | 35 bool JIT);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYTargetMachine.h | 32 bool JIT);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiTargetMachine.h | 35 CodeGenOptLevel OptLevel, bool JIT);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVTargetMachine.h | 30 bool JIT);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRTargetMachine.h | 36 bool JIT);
|