Home
last modified time | relevance | path

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

12345678

/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeDivRem.cpp155 auto *TLI = TM->getSubtargetImpl(F)->getTargetLowering(); in runOnFunction()
170 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()
/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()
H A DAVRSubtarget.h46 const AVRTargetLowering *getTargetLowering() const override { in getTargetLowering() function
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVTargetTransformInfo.h40 TLI(ST->getTargetLowering()) {}
/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
/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()
/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetTransformInfo.h33 TLI(ST->getTargetLowering()) {} in MipsTTIImpl()
/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()
/llvm-project/llvm/unittests/Target/AArch64/
H A DImmediates.cpp101 auto *TLI = ST.getTargetLowering(); in TEST()
/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchTargetTransformInfo.h41 TLI(ST->getTargetLowering()) {} in LoongArchTTIImpl()
/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaSubtarget.h58 const XtensaTargetLowering *getTargetLowering() const override { in getTargetLowering() function
/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiSubtarget.h58 const LanaiTargetLowering *getTargetLowering() const override { in getTargetLowering() function
/llvm-project/llvm/lib/Target/VE/
H A DVESubtarget.h58 const VETargetLowering *getTargetLowering() const override { return &TLInfo; } in getTargetLowering() function
/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430Subtarget.h71 const MSP430TargetLowering *getTargetLowering() const override { in getTargetLowering() function
/llvm-project/llvm/lib/Target/Sparc/
H A DSparcSubtarget.h63 const SparcTargetLowering *getTargetLowering() const override { in getTargetLowering() function
/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXSubtarget.h69 const NVPTXTargetLowering *getTargetLowering() const override { in getTargetLowering() function
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.h42 TLI(ST->getTargetLowering()) {} in WebAssemblyTTIImpl()
/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYSubtarget.cpp97 auto FloatABI = getTargetLowering()->getTargetMachine().Options.FloatABIType; in useHardFloatABI()
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp67 const TargetLowering &CombinerHelper::getTargetLowering() const { in getTargetLowering() function in CombinerHelper
68 return *Builder.getMF().getSubtarget().getTargetLowering(); in getTargetLowering()
1195 const auto &TLI = getTargetLowering(); in findPostIndexCandidate()
1287 const auto &TLI = *MF.getSubtarget().getTargetLowering(); in findPreIndexCandidate()
1422 if (!getTargetLowering().allowsMemoryAccess(C, DL, VecEltTy, *NewMMO, in matchCombineExtractedVectorLoad()
1636 Ty, getICmpTrueVal(getTargetLowering(), false, false)); in tryEmitMemcpyInline()
1771 const auto &TLI = *MF.getSubtarget().getTargetLowering(); in applyPtrAddImmedChain()
2005 if (!getTargetLowering().isDesirableToCommuteWithShift(MI, !isPreLegalize())) in matchCommuteShift()
2085 if (!getTargetLowering().isDesirableToPullExtFromShl(MI))
2108 LLT ShiftAmtTy = getTargetLowering() in peekThroughBitcast()
[all...]

12345678