Searched refs:TargetMachine (Results 176 - 200 of 245) sorted by relevance

12345678910

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h36 class TargetMachine;
H A DSelectionDAG.h82 class TargetMachine;
224 const TargetMachine &TM;
402 explicit SelectionDAG(const TargetMachine &TM, CodeGenOpt::Level);
425 const TargetMachine &getTarget() const { return TM; }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp79 StringRef FS, const TargetMachine &TM)
H A DHexagonISelLowering.h107 explicit HexagonTargetLowering(const TargetMachine &TM,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h21 #include "llvm/Target/TargetMachine.h"
146 AMDGPUTargetLowering(const TargetMachine &TM, const AMDGPUSubtarget &STI);
H A DAMDGPUAsmPrinter.cpp96 createAMDGPUAsmPrinterPass(TargetMachine &tm,
108 AMDGPUAsmPrinter::AMDGPUAsmPrinter(TargetMachine &TM,
H A DAMDGPUISelDAGToDAG.cpp138 explicit AMDGPUDAGToDAGISel(TargetMachine *TM = nullptr,
314 explicit R600DAGToDAGISel(TargetMachine *TM, CodeGenOpt::Level OptLevel) :
384 FunctionPass *llvm::createAMDGPUISelDag(TargetMachine *TM,
391 FunctionPass *llvm::createR600ISelDag(TargetMachine *TM,
H A DAMDGPUTargetTransformInfo.cpp47 #include "llvm/Target/TargetMachine.h"
978 const TargetMachine &TM = getTLI()->getTargetMachine();
H A DSIISelLowering.h232 SITargetLowering(const TargetMachine &tm, const GCNSubtarget &STI);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp45 explicit SparcAsmPrinter(TargetMachine &TM,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h397 explicit SystemZTargetLowering(const TargetMachine &TM,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp44 #include "llvm/Target/TargetMachine.h"
48 X86AsmPrinter::X86AsmPrinter(TargetMachine &TM,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp319 const TargetMachine &TM = DAG.getTarget();
558 VETargetLowering::VETargetLowering(const TargetMachine &TM,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugValues.cpp142 #include "llvm/Target/TargetMachine.h"
1282 auto &TM = TPC->getTM<TargetMachine>();
1778 auto &TM = TPC->getTM<TargetMachine>();
H A DMIRPrinter.cpp66 #include "llvm/Target/TargetMachine.h"
228 const TargetMachine &TM = MF.getTarget();
H A DAnalysis.cpp28 #include "llvm/Target/TargetMachine.h"
513 bool llvm::isInTailCallPosition(const CallBase &Call, const TargetMachine &TM) {
H A DExpandMemCmp.cpp28 #include "llvm/Target/TargetMachine.h"
784 TPC->getTM<TargetMachine>().getSubtargetImpl(F)->getTargetLowering();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp272 auto &TM = TPC.getTM<TargetMachine>();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp111 TargetMachine *TM;
H A DBPFISelLowering.cpp57 BPFTargetLowering::BPFTargetLowering(const TargetMachine &TM,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp60 #include "llvm/Target/TargetMachine.h"
163 TargetMachine &TM,
H A DMipsBranchExpansion.cpp98 #include "llvm/Target/TargetMachine.h"
844 const TargetMachine &TM = MF.getTarget();
H A DMipsDelaySlotFiller.cpp44 #include "llvm/Target/TargetMachine.h"
296 const TargetMachine *TM = nullptr;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h409 explicit AArch64TargetLowering(const TargetMachine &TM,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp56 const TargetMachine &TM = ST.getTargetLowering()->getTargetMachine();

Completed in 325 milliseconds

12345678910