Home
last modified time | relevance | path

Searched refs:getTargetMachine (Results 1 – 25 of 61) sorted by relevance

123

/llvm-project-15.0.7/llvm/tools/llvm-reduce/
H A DTestRunner.h42 const TargetMachine *getTargetMachine() const { return TM.get(); } in getTargetMachine() function
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DLlvmState.h45 const TargetMachine &getTargetMachine() const { return *TheTargetMachine; } in getTargetMachine() function
H A DBenchmarkRunner.cpp141 InstrBenchmark.CpuName = std::string(State.getTargetMachine().getTargetCPU()); in runConfiguration()
143 State.getTargetMachine().getTargetTriple().normalize(); in runConfiguration()
H A DLlvmState.cpp42 BitVector ReservedRegs = getFunctionReservedRegs(getTargetMachine()); in LLVMState()
H A DSnippetRepetitor.cpp54 State.getTargetMachine().getTargetTriple())) {} in LoopSnippetRepetitor()
H A DSnippetFile.cpp134 const TargetMachine &TM = State.getTargetMachine(); in readSnippets()
H A DParallelSnippetGenerator.cpp165 State.getTargetMachine().getTargetTriple()) in generateCodeTemplates()
H A DSnippetGenerator.cpp51 ET.getScratchMemoryRegister(State.getTargetMachine().getTargetTriple()); in generateConfigurations()
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYSubtarget.cpp97 auto FloatABI = getTargetLowering()->getTargetMachine().Options.FloatABIType; in useHardFloatABI()
H A DCSKYISelLowering.cpp644 getTargetMachine().shouldAssumeDSOLocal(*GV->getParent(), GV); in LowerCall()
656 bool IsLocal = getTargetMachine().shouldAssumeDSOLocal( in LowerCall()
1128 bool IsLocal = getTargetMachine().shouldAssumeDSOLocal(*GV->getParent(), GV); in LowerGlobalAddress()
1239 TLSModel::Model Model = getTargetMachine().getTLSModel(N->getGlobal()); in LowerGlobalTLSAddress()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.cpp112 return TLInfo.getTargetMachine().shouldAssumeDSOLocal(*GV->getParent(), GV); in isPC32DBLSymbol()
/llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/
H A DDelta.cpp258 cloneReducerWorkItem(Test.getProgram(), Test.getTargetMachine()); in runDeltaPass()
372 cloneReducerWorkItem(Test.getProgram(), Test.getTargetMachine()), in runDeltaPass()
/llvm-project-15.0.7/llvm/unittests/tools/llvm-exegesis/X86/
H A DSnippetRepetitorTest.cpp91 State.getTargetMachine().getTargetTriple())))); in TEST_F()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp106 const TargetMachine &TM = getTLI()->getTargetMachine(); in areInlineCompatible()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp259 CodeModel::Medium == getTargetMachine().getCodeModel(); in isUsingPCRelativeCalls()
H A DPPCSubtarget.h227 const PPCTargetMachine &getTargetMachine() const { return TM; } in getTargetMachine() function
H A DPPCTargetTransformInfo.cpp366 const PPCTargetMachine &TM = ST->getTargetMachine(); in mightUseCTR()
723 const PPCTargetMachine &TM = ST->getTargetMachine(); in isHardwareLoopProfitable()
1330 const PPCTargetMachine &TM = ST->getTargetMachine(); in shouldBuildRelLookupTables()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h267 switch (TLInfo.getTargetMachine().getCodeModel()) { in useSmallAddressing()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelect.cpp315 TLI.getTargetMachine().getTarget().getBackendName()); in runOnMachineFunction()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h285 TargetMachine *getTargetMachine() override { return TM.get(); } in getTargetMachine() function
/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp1137 getTargetMachine().getObjFileLowering()); in LowerConstantPool()
1141 if (getTargetMachine().getCodeModel() == CodeModel::Small || in LowerConstantPool()
1171 getTargetMachine().getObjFileLowering()); in LowerGlobalAddress()
1176 if (TLOF->isGlobalInSmallSection(GO, getTargetMachine())) { in LowerGlobalAddress()
1219 if (getTargetMachine().getCodeModel() == CodeModel::Small) { in LowerJumpTable()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp584 const TargetOptions &Options = TLI->getTargetMachine().Options; in getArithmeticInstrCost()
1009 static_cast<const GCNTargetMachine &>(getTLI()->getTargetMachine()); in rewriteIntrinsicWithAddressSpace()
1067 const TargetMachine &TM = getTLI()->getTargetMachine(); in areInlineCompatible()
/llvm-project-15.0.7/llvm/lib/Target/M68k/GISel/
H A DM68kCallLowering.cpp191 unsigned Opc = TLI.getTargetMachine().isPositionIndependent() ? M68k::CALLq in lowerCall()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h443 virtual TargetMachine *getTargetMachine() { return nullptr; } in getTargetMachine() function
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp288 return wrap(unwrap(EE)->getTargetMachine()); in LLVMGetExecutionEngineTargetMachine()

123