Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/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.cpp53 State.getTargetMachine().getTargetTriple())) {} in LoopSnippetRepetitor()
H A DSnippetFile.cpp133 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.cpp108 return TLInfo.getTargetMachine().shouldAssumeDSOLocal(*GV->getParent(), GV); in isPC32DBLSymbol()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp106 const TargetMachine &TM = getTLI()->getTargetMachine(); in areInlineCompatible()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp245 CodeModel::Medium == getTargetMachine().getCodeModel(); in isUsingPCRelativeCalls()
H A DPPCSubtarget.h214 const PPCTargetMachine &getTargetMachine() const { return TM; } in getTargetMachine() function
H A DPPCTargetTransformInfo.cpp364 const PPCTargetMachine &TM = ST->getTargetMachine(); in mightUseCTR()
715 const PPCTargetMachine &TM = ST->getTargetMachine(); in isHardwareLoopProfitable()
1286 const PPCTargetMachine &TM = ST->getTargetMachine(); in shouldBuildRelLookupTables()
H A DPPCISelLowering.cpp3125 switch (getTargetMachine().getCodeModel()) { in getPICJumpTableRelocBase()
3142 switch (getTargetMachine().getCodeModel()) { in getPICJumpTableRelocBaseExpr()
3278 const TargetMachine &TM = getTargetMachine(); in LowerGlobalTLSAddressLinux()
3980 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_32SVR4()
4223 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_64SVR4()
4776 bool TailCallOpt = getTargetMachine().Options.GuaranteedTailCallOpt; in IsEligibleForTailCallOptimization_64SVR4()
4832 !callsShareTOCBase(&Caller, Callee, getTargetMachine())) in IsEligibleForTailCallOptimization_64SVR4()
4865 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in IsEligibleForTailCallOptimization()
4882 if (getTargetMachine().getRelocationModel() != Reloc::PIC_) in IsEligibleForTailCallOptimization()
5231 Subtarget.getTargetMachine().getRelocationModel() == Reloc::PIC_; in transformCallee()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/examples/clang-interpreter/
H A Dmain.cpp102 const TargetMachine &getTargetMachine() const { return *TM; } in getTargetMachine() function in llvm::orc::SimpleJIT
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelect.cpp302 TLI.getTargetMachine().getTarget().getBackendName()); in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h292 TargetMachine *getTargetMachine() override { return TM.get(); } in getTargetMachine() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp635 const TargetOptions &Options = TLI->getTargetMachine().Options; in getArithmeticInstrCost()
1107 static_cast<const GCNTargetMachine &>(getTLI()->getTargetMachine()); in rewriteIntrinsicWithAddressSpace()
1164 const TargetMachine &TM = getTLI()->getTargetMachine(); in areInlineCompatible()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h444 virtual TargetMachine *getTargetMachine() { return nullptr; } in getTargetMachine() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h538 switch (TLInfo.getTargetMachine().getCodeModel()) { in useSmallAddressing()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp289 return wrap(unwrap(EE)->getTargetMachine()); in LLVMGetExecutionEngineTargetMachine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp68 const TargetMachine &TM = ST.getTargetLowering()->getTargetMachine(); in AArch64LegalizerInfo()
861 auto &TM = ST->getTargetLowering()->getTargetMachine(); in legalizeSmallCMGlobalValue()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h278 return getTLI()->getTargetMachine().isNoopAddrSpaceCast(FromAS, ToAS); in isNoopAddrSpaceCast()
282 return getTLI()->getTargetMachine().getAssumedAddrSpace(V); in getAssumedAddrSpace()
436 const TargetMachine &TM = getTLI()->getTargetMachine(); in shouldBuildRelLookupTables()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kISelDAGToDAG.cpp195 const M68kTargetMachine &getTargetMachine() { in getTargetMachine() function in __anon125f18f40211::M68kDAGToDAGISel
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.h363 return getTargetMachine().isPositionIndependent(); in isJumpTableRelative()

123