Searched refs:PtrBase (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstructionSelector.cpp | 1407 Register PtrBase = MI.getOperand(2).getReg(); in selectDSAppendConsume() local 1408 LLT PtrTy = MRI->getType(PtrBase); in selectDSAppendConsume() 1412 std::tie(PtrBase, Offset) = selectDS1Addr1OffsetImpl(MI.getOperand(2)); in selectDSAppendConsume() 1415 if (!isDSOffsetLegal(PtrBase, Offset)) { in selectDSAppendConsume() 1416 PtrBase = MI.getOperand(2).getReg(); in selectDSAppendConsume() 1425 .addReg(PtrBase); in selectDSAppendConsume() 1426 if (!RBI.constrainGenericRegister(PtrBase, AMDGPU::SReg_32RegClass, *MRI)) in selectDSAppendConsume() 3453 Register PtrBase; in selectFlatOffsetImpl() local 3455 std::tie(PtrBase, ConstOffset) = in selectFlatOffsetImpl() 3464 return std::make_pair(PtrBase, ConstOffset); in selectFlatOffsetImpl() [all …]
|
H A D | AMDGPUISelDAGToDAG.cpp | 2432 SDValue PtrBase = Ptr.getOperand(0); in SelectDSAppendConsume() local 2436 if (isDSOffsetLegal(PtrBase, OffsetVal.getZExtValue())) { in SelectDSAppendConsume() 2437 N = glueCopyToM0(N, PtrBase); in SelectDSAppendConsume()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | OrcRemoteTargetClient.h | 610 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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 781 Value *PtrBase, *Index; in transformToIndexedCompare() local 782 std::tie(PtrBase, Index) = getAsConstantIndexedAddress(GEPLHS, DL); in transformToIndexedCompare() 787 if (!canRewriteGEPAsOffset(RHS, PtrBase, DL, Nodes)) in transformToIndexedCompare() 796 Value *NewRHS = rewriteGEPAsOffset(RHS, PtrBase, DL, Nodes); in transformToIndexedCompare() 823 Value *PtrBase = GEPLHS->getOperand(0); in foldGEPICmp() local 825 if (PtrBase == RHS && GEPLHS->isInBounds() && in foldGEPICmp() 872 if (PtrBase != GEPRHS->getOperand(0)) { in foldGEPICmp() 895 PtrBase->stripPointerCasts() == in foldGEPICmp()
|