/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/ |
H A D | TestRunner.h | 46 const TargetMachine *getTargetMachine() const { return TM.get(); } in getTargetMachine() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZSubtarget.cpp | 92 return TLInfo.getTargetMachine().shouldAssumeDSOLocal(*GV->getParent(), GV); in isPC32DBLSymbol()
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/ |
H A D | LlvmState.h | 48 const TargetMachine &getTargetMachine() const { return *TheTargetMachine; } in getTargetMachine() function
|
H A D | BenchmarkRunner.cpp | 160 InstrBenchmark.CpuName = std::string(State.getTargetMachine().getTargetCPU()); in getRunnableConfiguration() 162 State.getTargetMachine().getTargetTriple().normalize(); in getRunnableConfiguration()
|
H A D | SnippetRepetitor.cpp | 54 State.getTargetMachine().getTargetTriple())) {} in LoopSnippetRepetitor()
|
H A D | LlvmState.cpp | 86 BitVector ReservedRegs = getFunctionReservedRegs(getTargetMachine()); in LLVMState()
|
H A D | SnippetFile.cpp | 131 const TargetMachine &TM = State.getTargetMachine(); in readSnippets()
|
H A D | SnippetGenerator.cpp | 51 ET.getScratchMemoryRegister(State.getTargetMachine().getTargetTriple()); in generateConfigurations()
|
H A D | ParallelSnippetGenerator.cpp | 302 State.getTargetMachine().getTargetTriple()) in generateCodeTemplates()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/ |
H A D | CSKYSubtarget.cpp | 97 auto FloatABI = getTargetLowering()->getTargetMachine().Options.FloatABIType; in useHardFloatABI()
|
H A D | CSKYISelLowering.cpp | 649 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 D | Delta.cpp | 210 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 D | WebAssemblyTargetTransformInfo.cpp | 105 const TargetMachine &TM = getTLI()->getTargetMachine(); in areInlineCompatible()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCSubtarget.cpp | 186 CodeModel::Medium == getTargetMachine().getCodeModel(); in isUsingPCRelativeCalls()
|
H A D | PPCSubtarget.h | 155 const PPCTargetMachine &getTargetMachine() const { return TM; } in getTargetMachine() function
|
H A D | PPCTargetTransformInfo.cpp | 346 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 D | AArch64Subtarget.h | 288 switch (TLInfo.getTargetMachine().getCodeModel()) { in useSmallAddressing()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | InstructionSelect.cpp | 320 TLI.getTargetMachine().getTarget().getBackendName()); in runOnMachineFunction()
|
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/MCJIT/ |
H A D | MCJIT.h | 285 TargetMachine *getTargetMachine() override { return TM.get(); } in getTargetMachine() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/ |
H A D | LanaiISelLowering.cpp | 1132 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 D | AMDGPUTargetTransformInfo.cpp | 585 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 D | M68kCallLowering.cpp | 191 unsigned Opc = TLI.getTargetMachine().isPositionIndependent() ? M68k::CALLq in lowerCall()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/ |
H A D | ExecutionEngine.h | 443 virtual TargetMachine *getTargetMachine() { return nullptr; } in getTargetMachine() function
|
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngineBindings.cpp | 289 return wrap(unwrap(EE)->getTargetMachine()); in LLVMGetExecutionEngineTargetMachine()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 298 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()
|