Home
last modified time | relevance | path

Searched refs:getTargetLowering (Results 1 – 25 of 110) sorted by relevance

12345

/freebsd-12.1/contrib/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp69 MVT PtrVT = getTargetLowering()->getPointerTy(DL); in SelectAddr()
126 auto PtrVT = getTargetLowering()->getPointerTy(CurDAG->getDataLayout()); in selectIndexedLoad()
212 const TargetLowering &TL = *STI.getTargetLowering(); in SelectInlineAsmMemoryOperand()
316 CurDAG->getTargetFrameIndex(FI, getTargetLowering()->getPointerTy(DL)); in select()
319 getTargetLowering()->getPointerTy(DL), TFI, in select()
H A DAVRSubtarget.h44 const AVRTargetLowering *getTargetLowering() const override { return &TLInfo; } in getTargetLowering() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelect.cpp220 auto &TLI = *MF.getSubtarget().getTargetLowering(); in runOnMachineFunction()
231 .getTargetLowering() in runOnMachineFunction()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DBasicTargetTransformInfo.cpp35 TLI(ST->getTargetLowering()) {} in BasicTTIImpl()
H A DExpandISelPseudos.cpp49 const TargetLowering *TLI = MF.getSubtarget().getTargetLowering(); in runOnMachineFunction()
/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCoreTargetTransformInfo.h42 TLI(ST->getTargetLowering()) {} in XCoreTTIImpl()
H A DXCoreSubtarget.h54 const XCoreTargetLowering *getTargetLowering() const override { in getTargetLowering() function
H A DXCoreSelectionDAGInfo.cpp27 const TargetLowering &TLI = *DAG.getSubtarget().getTargetLowering(); in EmitTargetCodeForMemcpy()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h122 TLI(ST->getTargetLowering()), in GCNTTIImpl()
217 TLI(ST->getTargetLowering()), in R600TTIImpl()
/freebsd-12.1/contrib/llvm/lib/Target/ARC/
H A DARCSubtarget.h53 const ARCTargetLowering *getTargetLowering() const override { in getTargetLowering() function
H A DARCTargetTransformInfo.h43 TLI(ST->getTargetLowering()) {} in ARCTTIImpl()
/freebsd-12.1/contrib/llvm/lib/Target/Lanai/
H A DLanaiSubtarget.h60 const LanaiTargetLowering *getTargetLowering() const override { in getTargetLowering() function
H A DLanaiTargetTransformInfo.h43 TLI(ST->getTargetLowering()) {} in LanaiTTIImpl()
H A DLanaiISelDAGToDAG.cpp157 getTargetLowering()->getPointerTy(CurDAG->getDataLayout())); in selectAddrRiSpls()
181 getTargetLowering()->getPointerTy(CurDAG->getDataLayout())); in selectAddrRiSpls()
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.h43 TLI(ST->getTargetLowering()) {} in WebAssemblyTTIImpl()
H A DWebAssemblySubtarget.h70 const WebAssemblyTargetLowering *getTargetLowering() const override { in getTargetLowering() function
H A DWebAssemblyMachineFunctionInfo.cpp34 *TM.getSubtarget<WebAssemblySubtarget>(F).getTargetLowering(); in ComputeLegalValueVTs()
/freebsd-12.1/contrib/llvm/lib/Target/MSP430/
H A DMSP430Subtarget.h71 const MSP430TargetLowering *getTargetLowering() const override { in getTargetLowering() function
/freebsd-12.1/contrib/llvm/lib/Target/BPF/
H A DBPFSubtarget.h76 const BPFTargetLowering *getTargetLowering() const override { in getTargetLowering() function
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXSubtarget.h65 const NVPTXTargetLowering *getTargetLowering() const override { in getTargetLowering() function
H A DNVPTXTargetTransformInfo.h42 TLI(ST->getTargetLowering()) {} in NVPTXTTIImpl()
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h69 const RISCVTargetLowering *getTargetLowering() const override { in getTargetLowering() function
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp34 const TargetLowering &TLI = *DAG.getSubtarget().getTargetLowering(); in EmitTargetCodeForMemcpy()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp33 const AArch64TargetLowering &TLI = *STI.getTargetLowering(); in EmitTargetCodeForMemset()
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparcSubtarget.h72 const SparcTargetLowering *getTargetLowering() const override { in getTargetLowering() function

12345