Home
last modified time | relevance | path

Searched refs:PtrBase (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp1771 .addReg(PtrBase); in selectDSAppendConsume()
4352 Register PtrBase; in selectFlatOffsetImpl() local
4402 Register PtrBase; in selectGlobalSAddr() local
4413 Addr = PtrBase; in selectGlobalSAddr()
4513 Register PtrBase; in selectScratchSAddr() local
4524 Addr = PtrBase; in selectScratchSAddr()
4590 Register PtrBase; in selectScratchSVAddr() local
4601 Addr = PtrBase; in selectScratchSVAddr()
4931 Register PtrBase; in selectDS1Addr1OffsetImpl() local
4996 Register PtrBase; in selectDSReadWrite2Impl() local
[all …]
H A DAMDGPUISelDAGToDAG.cpp2489 SDValue PtrBase = Ptr.getOperand(0); in SelectDSAppendConsume() local
2493 if (isDSOffsetLegal(PtrBase, OffsetVal.getZExtValue())) { in SelectDSAppendConsume()
2494 N = glueCopyToM0(N, PtrBase); in SelectDSAppendConsume()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp637 Value *PtrBase = in transformToIndexedCompare() local
642 if (PtrBase->getType() != GEPLHS->getType()) in transformToIndexedCompare()
648 if (!canRewriteGEPAsOffset(RHS, PtrBase, DL, Nodes)) in transformToIndexedCompare()
657 Value *NewRHS = rewriteGEPAsOffset(RHS, PtrBase, DL, Nodes, IC); in transformToIndexedCompare()
685 Value *PtrBase = GEPLHS->getOperand(0); in foldGEPICmp() local
686 if (PtrBase == RHS && (GEPLHS->isInBounds() || ICmpInst::isEquality(Cond))) { in foldGEPICmp()
725 if (PtrBase != GEPRHS->getOperand(0)) { in foldGEPICmp()
750 PtrBase->stripPointerCasts() == in foldGEPICmp()