Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp1466 .addReg(PtrBase); in selectDSAppendConsume()
3497 Register PtrBase; in selectFlatOffsetImpl() local
3563 Register PtrBase; in selectGlobalSAddr() local
3574 Addr = PtrBase; in selectGlobalSAddr()
3680 Register PtrBase; in selectScratchSAddr() local
3691 Addr = PtrBase; in selectScratchSAddr()
3780 Register PtrBase; in selectMUBUFScratchOffen() local
3880 Register PtrBase; in selectDS1Addr1OffsetImpl() local
3945 Register PtrBase; in selectDSReadWrite2Impl() local
4059 Register PtrBase; in parseMUBUFAddress() local
[all …]
H A DAMDGPUISelDAGToDAG.cpp2515 SDValue PtrBase = Ptr.getOperand(0); in SelectDSAppendConsume() local
2519 if (isDSOffsetLegal(PtrBase, OffsetVal.getZExtValue())) { in SelectDSAppendConsume()
2520 N = glueCopyToM0(N, PtrBase); in SelectDSAppendConsume()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h610 JITTargetAddress PtrBase; member
622 JITTargetAddress PtrBase; in reserveStubs() local
626 std::tie(StubBase, PtrBase, NumStubsEmitted) = *StubInfoOrErr; in reserveStubs()
631 RemoteIndirectStubsInfos.push_back({StubBase, PtrBase, NumStubsEmitted}); in reserveStubs()
655 assert(RemoteIndirectStubsInfos[K.first].PtrBase != 0 && in getPtrAddr()
657 return RemoteIndirectStubsInfos[K.first].PtrBase + in getPtrAddr()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp804 Value *PtrBase, *Index; in transformToIndexedCompare() local
805 std::tie(PtrBase, Index) = getAsConstantIndexedAddress(GEPLHS, DL); in transformToIndexedCompare()
810 if (!canRewriteGEPAsOffset(RHS, PtrBase, DL, Nodes)) in transformToIndexedCompare()
819 Value *NewRHS = rewriteGEPAsOffset(RHS, PtrBase, DL, Nodes); in transformToIndexedCompare()
846 Value *PtrBase = GEPLHS->getOperand(0); in foldGEPICmp() local
848 if (PtrBase == RHS && GEPLHS->isInBounds() && in foldGEPICmp()
895 if (PtrBase != GEPRHS->getOperand(0)) { in foldGEPICmp()
918 PtrBase->stripPointerCasts() == in foldGEPICmp()