Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp81 bool Is64Bit, bool JIT) { in getEffectiveSparcCodeModel()
103 CodeGenOptLevel OL, bool JIT, in SparcTargetMachine()
205 CodeGenOptLevel OL, bool JIT) in SparcV8TargetMachine()
215 CodeGenOptLevel OL, bool JIT) in SparcV9TargetMachine()
225 CodeGenOptLevel OL, bool JIT) in SparcelTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaTargetMachine.cpp38 static Reloc::Model getEffectiveRelocModel(bool JIT, in getEffectiveRelocModel()
50 CodeGenOptLevel OL, bool JIT, in XtensaTargetMachine()
64 CodeGenOptLevel OL, bool JIT) in XtensaTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp109 static Reloc::Model getEffectiveRelocModel(bool JIT, in getEffectiveRelocModel()
126 CodeGenOptLevel OL, bool JIT, in MipsTargetMachine()
155 CodeGenOptLevel OL, bool JIT) in MipsebTargetMachine()
165 CodeGenOptLevel OL, bool JIT) in MipselTargetMachine()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DCodeGenCWrappers.h25 inline std::optional<CodeModel::Model> unwrap(LLVMCodeModel Model, bool &JIT) { in unwrap()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kTargetMachine.cpp87 bool JIT) { in getEffectiveCodeModel()
104 CodeGenOptLevel OL, bool JIT) in M68kTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp134 Reloc::Model RM, bool JIT) { in getEffectiveSystemZCodeModel()
152 CodeGenOptLevel OL, bool JIT) in SystemZTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp319 std::optional<CodeModel::Model> CM, bool JIT) { in getEffectiveAArch64CodeModel()
347 CodeGenOptLevel OL, bool JIT, in AArch64TargetMachine()
478 std::optional<CodeModel::Model> CM, CodeGenOptLevel OL, bool JIT) in AArch64leTargetMachine()
486 std::optional<CodeModel::Model> CM, CodeGenOptLevel OL, bool JIT) in AArch64beTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp174 static Reloc::Model getEffectiveRelocModel(const Triple &TT, bool JIT, in getEffectiveRelocModel()
217 bool JIT) { in getEffectiveX86CodeModel()
236 CodeGenOptLevel OL, bool JIT) in X86TargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.cpp157 CodeGenOptLevel OL, bool JIT) in NVPTXTargetMachine32()
167 CodeGenOptLevel OL, bool JIT) in NVPTXTargetMachine64()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp285 bool JIT) { in getEffectivePPCCodeModel()
349 CodeGenOptLevel OL, bool JIT) in PPCTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCTargetMachine.cpp35 CodeGenOptLevel OL, bool JIT) in ARCTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.cpp46 CodeGenOptLevel OL, bool JIT) in MSP430TargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp143 if (ExecutionEngine *JIT = builder.create()) { in LLVMCreateJITCompilerForModule() local
202 bool JIT; in LLVMCreateMCJITCompilerForModule() local
208 if (ExecutionEngine *JIT = builder.create()) { in LLVMCreateMCJITCompilerForModule() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiTargetMachine.cpp62 bool JIT) in LanaiTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.cpp50 CodeGenOptLevel OL, bool JIT) in XCoreTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRTargetMachine.cpp51 CodeGenOptLevel OL, bool JIT) in AVRTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYTargetMachine.cpp56 CodeGenOptLevel OL, bool JIT) in CSKYTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVETargetMachine.cpp91 CodeGenOptLevel OL, bool JIT) in VETargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600TargetMachine.cpp57 CodeGenOptLevel OL, bool JIT) in R600TargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVTargetMachine.cpp81 CodeGenOptLevel OL, bool JIT) in SPIRVTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp334 CodeGenOptLevel OL, bool JIT) in ARMLETargetMachine()
342 CodeGenOptLevel OL, bool JIT) in ARMBETargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDirectXTargetMachine.cpp92 CodeGenOptLevel OL, bool JIT) in DirectXTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFTargetMachine.cpp71 CodeGenOptLevel OL, bool JIT) in BPFTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchTargetMachine.cpp90 std::optional<CodeModel::Model> CM, CodeGenOptLevel OL, bool JIT) in LoongArchTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.cpp265 CodeGenOptLevel OL, bool JIT) in HexagonTargetMachine()

12