Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/
H A DTestRunner.h46 const TargetMachine *getTargetMachine() const { return TM.get(); } in getTargetMachine() function
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.cpp92 return TLInfo.getTargetMachine().shouldAssumeDSOLocal(*GV->getParent(), GV); in isPC32DBLSymbol()
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DLlvmState.h48 const TargetMachine &getTargetMachine() const { return *TheTargetMachine; } in getTargetMachine() function
H A DBenchmarkRunner.cpp160 InstrBenchmark.CpuName = std::string(State.getTargetMachine().getTargetCPU()); in getRunnableConfiguration()
162 State.getTargetMachine().getTargetTriple().normalize(); in getRunnableConfiguration()
H A DSnippetRepetitor.cpp54 State.getTargetMachine().getTargetTriple())) {} in LoopSnippetRepetitor()
H A DLlvmState.cpp86 BitVector ReservedRegs = getFunctionReservedRegs(getTargetMachine()); in LLVMState()
H A DSnippetFile.cpp131 const TargetMachine &TM = State.getTargetMachine(); in readSnippets()
H A DSnippetGenerator.cpp51 ET.getScratchMemoryRegister(State.getTargetMachine().getTargetTriple()); in generateConfigurations()
H A DParallelSnippetGenerator.cpp302 State.getTargetMachine().getTargetTriple()) in generateCodeTemplates()
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYSubtarget.cpp97 auto FloatABI = getTargetLowering()->getTargetMachine().Options.FloatABIType; in useHardFloatABI()
H A DCSKYISelLowering.cpp649 getTargetMachine().shouldAssumeDSOLocal(*GV->getParent(), GV); in LowerCall()
661 bool IsLocal = getTargetMachine().shouldAssumeDSOLocal( in LowerCall()
1152 bool IsLocal = getTargetMachine().shouldAssumeDSOLocal(*GV->getParent(), GV); in LowerGlobalAddress()
1271 TLSModel::Model Model = getTargetMachine().getTLSModel(N->getGlobal()); in LowerGlobalTLSAddress()
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DDelta.cpp210 Test.getProgram().clone(Test.getTargetMachine()); in runDeltaPass()
326 CheckChunk(*I, Test.getProgram().clone(Test.getTargetMachine()), in runDeltaPass()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp105 const TargetMachine &TM = getTLI()->getTargetMachine(); in areInlineCompatible()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp186 CodeModel::Medium == getTargetMachine().getCodeModel(); in isUsingPCRelativeCalls()
H A DPPCSubtarget.h155 const PPCTargetMachine &getTargetMachine() const { return TM; } in getTargetMachine() function
H A DPPCTargetTransformInfo.cpp346 const PPCTargetMachine &TM = ST->getTargetMachine(); in isHardwareLoopProfitable()
939 const PPCTargetMachine &TM = ST->getTargetMachine(); in shouldBuildRelLookupTables()
1093 return ST->getTargetMachine().shouldAssumeDSOLocal(*Caller->getParent(), in supportsTailCallFor()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h288 switch (TLInfo.getTargetMachine().getCodeModel()) { in useSmallAddressing()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelect.cpp320 TLI.getTargetMachine().getTarget().getBackendName()); in runOnMachineFunction()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h285 TargetMachine *getTargetMachine() override { return TM.get(); } in getTargetMachine() function
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp1132 getTargetMachine().getObjFileLowering()); in LowerConstantPool()
1136 if (getTargetMachine().getCodeModel() == CodeModel::Small || in LowerConstantPool()
1166 getTargetMachine().getObjFileLowering()); in LowerGlobalAddress()
1171 if (TLOF->isGlobalInSmallSection(GO, getTargetMachine())) { in LowerGlobalAddress()
1214 if (getTargetMachine().getCodeModel() == CodeModel::Small) { in LowerJumpTable()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp585 const TargetOptions &Options = TLI->getTargetMachine().Options; in getArithmeticInstrCost()
1073 static_cast<const GCNTargetMachine &>(getTLI()->getTargetMachine()); in rewriteIntrinsicWithAddressSpace()
1144 const TargetMachine &TM = getTLI()->getTargetMachine(); in areInlineCompatible()
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/GISel/
H A DM68kCallLowering.cpp191 unsigned Opc = TLI.getTargetMachine().isPositionIndependent() ? M68k::CALLq in lowerCall()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h443 virtual TargetMachine *getTargetMachine() { return nullptr; } in getTargetMachine() function
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp289 return wrap(unwrap(EE)->getTargetMachine()); in LLVMGetExecutionEngineTargetMachine()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h298 return getTLI()->getTargetMachine().isNoopAddrSpaceCast(FromAS, ToAS); in isNoopAddrSpaceCast()
302 return getTLI()->getTargetMachine().getAssumedAddrSpace(V); in getAssumedAddrSpace()
306 return getTLI()->getTargetMachine().Options.ThreadModel == in isSingleThreaded()
312 return getTLI()->getTargetMachine().getPredicatedAddrSpace(V); in getPredicatedAddrSpace()
488 const TargetMachine &TM = getTLI()->getTargetMachine(); in shouldBuildRelLookupTables()

123