Home
last modified time | relevance | path

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

12345678

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeDivRem.cpp156 auto *TLI = TM->getSubtargetImpl(F)->getTargetLowering(); in runOnFunction()
171 return runImpl(F, *STI->getTargetLowering()) ? PreservedAnalyses::none() in run()
H A DBasicTargetTransformInfo.cpp34 TLI(ST->getTargetLowering()) {} in BasicTTIImpl()
H A DIndirectBrExpandPass.cpp78 auto *TLI = STI->getTargetLowering(); in run()
289 auto *TLI = STI.getTargetLowering(); in runOnFunction()
H A DKCFI.cpp98 TLI = SubTarget.getTargetLowering(); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp84 MVT PtrVT = getTargetLowering()->getPointerTy(DL); in SelectAddr()
146 auto PtrVT = getTargetLowering()->getPointerTy(CurDAG->getDataLayout()); in selectIndexedLoad()
223 const TargetLowering &TL = *STI.getTargetLowering(); in SelectInlineAsmMemoryOperand()
324 CurDAG->getTargetFrameIndex(FI, getTargetLowering()->getPointerTy(DL)); in select()
326 CurDAG->SelectNodeTo(N, AVR::FRMIDX, getTargetLowering()->getPointerTy(DL), in select()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVTargetTransformInfo.h39 TLI(ST->getTargetLowering()) {} in SPIRVTTIImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDirectXTargetTransformInfo.h35 TLI(ST->getTargetLowering()) {} in DirectXTTIImpl()
H A DDirectXSubtarget.h45 const DirectXTargetLowering *getTargetLowering() const override { in getTargetLowering() function
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetTransformInfo.h41 TLI(ST->getTargetLowering()) {} in XCoreTTIImpl()
H A DXCoreSubtarget.h53 const XCoreTargetLowering *getTargetLowering() const override { in getTargetLowering() function
H A DXCoreSelectionDAGInfo.cpp26 const TargetLowering &TLI = *DAG.getSubtarget().getTargetLowering(); in EmitTargetCodeForMemcpy()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetTransformInfo.h33 TLI(ST->getTargetLowering()) {} in MipsTTIImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCSubtarget.h55 const ARCTargetLowering *getTargetLowering() const override { in getTargetLowering() function
H A DARCTargetTransformInfo.h42 TLI(ST->getTargetLowering()) {} in ARCTTIImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchTargetTransformInfo.h41 TLI(ST->getTargetLowering()) {} in LoongArchTTIImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaSubtarget.h58 const XtensaTargetLowering *getTargetLowering() const override { in getTargetLowering() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiSubtarget.h58 const LanaiTargetLowering *getTargetLowering() const override { in getTargetLowering() function
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVESubtarget.h58 const VETargetLowering *getTargetLowering() const override { return &TLInfo; } in getTargetLowering() function
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430Subtarget.h71 const MSP430TargetLowering *getTargetLowering() const override { in getTargetLowering() function
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFSubtarget.h102 const BPFTargetLowering *getTargetLowering() const override {
79 const BPFTargetLowering *getTargetLowering() const override { getTargetLowering() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcSubtarget.h63 const SparcTargetLowering *getTargetLowering() const override {
57 const SparcTargetLowering *getTargetLowering() const override { getTargetLowering() function
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXSubtarget.h69 const NVPTXTargetLowering *getTargetLowering() const override { in getSelectionDAGInfo()
64 const NVPTXTargetLowering *getTargetLowering() const override { getTargetLowering() function
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYSubtarget.cpp97 auto FloatABI = getTargetLowering()->getTargetMachine().Options.FloatABIType; in useHardFloatABI()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.h42 TLI(ST->getTargetLowering()) {} in WebAssemblyTTIImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp33 const TargetLowering &TLI = *DAG.getSubtarget().getTargetLowering(); in EmitTargetCodeForMemcpy()

12345678