Home
last modified time | relevance | path

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

1234

/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.cpp101 GO, TLInfo.getTargetMachine()); in isAddressedViaADA()
126 return TLInfo.getTargetMachine().shouldAssumeDSOLocal(GV); in isPC32DBLSymbol()
/llvm-project/llvm/unittests/tools/llvm-exegesis/X86/
H A DSnippetRepetitorTest.cpp46 State.getTargetMachine().getTargetTriple())); in TestCommon()
109 State.getTargetMachine().getTargetTriple())))); in TEST_F()
/llvm-project/flang/include/flang/Frontend/
H A DCompilerInstance.h264 const llvm::TargetMachine &getTargetMachine() const {
268 llvm::TargetMachine &getTargetMachine() {
242 const llvm::TargetMachine &getTargetMachine() const { getTargetMachine() function
246 llvm::TargetMachine &getTargetMachine() { getTargetMachine() function
/llvm-project/offload/plugins-nextgen/common/include/Utils/
H A DELF.h26 uint16_t getTargetMachine();
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DDisassemblerHelper.cpp18 const auto &TM = State.getTargetMachine(); in DisassemblerHelper()
H A DSnippetFile.cpp245 State.getTargetMachine().getTargetTriple()); in readSnippets()
247 const TargetMachine &TM = State.getTargetMachine(); in readSnippets()
H A DLlvmState.h51 const TargetMachine &getTargetMachine() const { return *TheTargetMachine; }
50 const TargetMachine &getTargetMachine() const { return *TheTargetMachine; } getTargetMachine() function
H A DLlvmState.cpp85 BitVector ReservedRegs = getFunctionReservedRegs(getTargetMachine()); in LLVMState()
H A DBenchmarkRunner.cpp619 std::string(State.getTargetMachine().getTargetCPU()); in createFunctionExecutor()
621 State.getTargetMachine().getTargetTriple().normalize(); in createFunctionExecutor()
H A DParallelSnippetGenerator.cpp302 State.getTargetMachine().getTargetTriple()) in generateCodeTemplates()
H A DSnippetGenerator.cpp51 ET.getScratchMemoryRegister(State.getTargetMachine().getTargetTriple()); in generateConfigurations()
78 State.getTargetMachine().getTargetTriple()); in generateConfigurations()
118 State.getTargetMachine().getTargetTriple()); in computeRegisterInitialValues()
/llvm-project/llvm/tools/llvm-reduce/
H A DTestRunner.h45 const TargetMachine *getTargetMachine() const { return TM.get(); } in getTargetMachine() function
/llvm-project/llvm/tools/llvm-reduce/deltas/
H A DDelta.cpp202 Test.getProgram().clone(Test.getTargetMachine()); in runDeltaPass()
319 CheckChunk(*I, Test.getProgram().clone(Test.getTargetMachine()), in runDeltaPass()
/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYSubtarget.cpp97 auto FloatABI = getTargetLowering()->getTargetMachine().Options.FloatABIType; in useHardFloatABI()
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp
H A DWebAssemblyUtilities.cpp190 Subtarget->getTargetLowering()->getTargetMachine()); in canLowerMultivalueReturn()
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp255 CodeModel::Medium == getTargetMachine().getCodeModel(); in getCallLowering()
H A DPPCSubtarget.h160 const PPCTargetMachine &getTargetMachine() const { return TM; }
155 const PPCTargetMachine &getTargetMachine() const { return TM; } getTargetMachine() function
H A DPPCTLSDynamicCall.cpp56 Subtarget.getTargetMachine().getCodeModel() == CodeModel::Large; in processBlock()
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp616 const TargetOptions &Options = TLI->getTargetMachine().Options; in getArithmeticInstrCost()
672 TLI->getTargetMachine().Options.UnsafeFPMath)) { in getArithmeticInstrCost()
1101 static_cast<const GCNTargetMachine &>(getTLI()->getTargetMachine()); in rewriteIntrinsicWithAddressSpace()
1227 const TargetMachine &TM = getTLI()->getTargetMachine(); in adjustInliningThresholdUsingCallee()
/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp1128 getTargetMachine().getObjFileLowering()); in LowerConstantPool()
1132 if (getTargetMachine().getCodeModel() == CodeModel::Small || in LowerConstantPool()
1162 getTargetMachine().getObjFileLowering()); in LowerGlobalAddress()
1167 if (TLOF->isGlobalInSmallSection(GO, getTargetMachine())) { in LowerGlobalAddress()
1210 if (getTargetMachine().getCodeModel() == CodeModel::Small) { in LowerJumpTable()
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelect.cpp340 TLI.getTargetMachine().getTarget().getBackendName()); in runOnMachineFunction()
/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h285 TargetMachine *getTargetMachine() override { return TM.get(); } in getTargetMachine() function
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h308 switch (TLInfo.getTargetMachine().getCodeModel()) {
/llvm-project/offload/plugins-nextgen/host/src/
H A Drtl.cpp413 return utils::elf::getTargetMachine(); in getMagicElfBits()

1234