| /llvm-project-15.0.7/llvm/tools/llvm-reduce/ |
| H A D | TestRunner.h | 42 const TargetMachine *getTargetMachine() const { return TM.get(); } in getTargetMachine() function
|
| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/ |
| H A D | LlvmState.h | 45 const TargetMachine &getTargetMachine() const { return *TheTargetMachine; } in getTargetMachine() function
|
| H A D | BenchmarkRunner.cpp | 141 InstrBenchmark.CpuName = std::string(State.getTargetMachine().getTargetCPU()); in runConfiguration() 143 State.getTargetMachine().getTargetTriple().normalize(); in runConfiguration()
|
| H A D | LlvmState.cpp | 42 BitVector ReservedRegs = getFunctionReservedRegs(getTargetMachine()); in LLVMState()
|
| H A D | SnippetRepetitor.cpp | 54 State.getTargetMachine().getTargetTriple())) {} in LoopSnippetRepetitor()
|
| H A D | SnippetFile.cpp | 134 const TargetMachine &TM = State.getTargetMachine(); in readSnippets()
|
| H A D | ParallelSnippetGenerator.cpp | 165 State.getTargetMachine().getTargetTriple()) in generateCodeTemplates()
|
| H A D | SnippetGenerator.cpp | 51 ET.getScratchMemoryRegister(State.getTargetMachine().getTargetTriple()); in generateConfigurations()
|
| /llvm-project-15.0.7/llvm/lib/Target/CSKY/ |
| H A D | CSKYSubtarget.cpp | 97 auto FloatABI = getTargetLowering()->getTargetMachine().Options.FloatABIType; in useHardFloatABI()
|
| H A D | CSKYISelLowering.cpp | 644 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 D | SystemZSubtarget.cpp | 112 return TLInfo.getTargetMachine().shouldAssumeDSOLocal(*GV->getParent(), GV); in isPC32DBLSymbol()
|
| /llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/ |
| H A D | Delta.cpp | 258 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 D | SnippetRepetitorTest.cpp | 91 State.getTargetMachine().getTargetTriple())))); in TEST_F()
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyTargetTransformInfo.cpp | 106 const TargetMachine &TM = getTLI()->getTargetMachine(); in areInlineCompatible()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCSubtarget.cpp | 259 CodeModel::Medium == getTargetMachine().getCodeModel(); in isUsingPCRelativeCalls()
|
| H A D | PPCSubtarget.h | 227 const PPCTargetMachine &getTargetMachine() const { return TM; } in getTargetMachine() function
|
| H A D | PPCTargetTransformInfo.cpp | 366 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 D | AArch64Subtarget.h | 267 switch (TLInfo.getTargetMachine().getCodeModel()) { in useSmallAddressing()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | InstructionSelect.cpp | 315 TLI.getTargetMachine().getTarget().getBackendName()); in runOnMachineFunction()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/MCJIT/ |
| H A D | MCJIT.h | 285 TargetMachine *getTargetMachine() override { return TM.get(); } in getTargetMachine() function
|
| /llvm-project-15.0.7/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelLowering.cpp | 1137 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 D | AMDGPUTargetTransformInfo.cpp | 584 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 D | M68kCallLowering.cpp | 191 unsigned Opc = TLI.getTargetMachine().isPositionIndependent() ? M68k::CALLq in lowerCall()
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/ |
| H A D | ExecutionEngine.h | 443 virtual TargetMachine *getTargetMachine() { return nullptr; } in getTargetMachine() function
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngineBindings.cpp | 288 return wrap(unwrap(EE)->getTargetMachine()); in LLVMGetExecutionEngineTargetMachine()
|