Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h394 JITTargetAddress PtrBase; member
406 JITTargetAddress PtrBase; in reserveStubs() local
410 std::tie(StubBase, PtrBase, NumStubsEmitted) = *StubInfoOrErr; in reserveStubs()
415 RemoteIndirectStubsInfos.push_back({StubBase, PtrBase, NumStubsEmitted}); in reserveStubs()
439 assert(RemoteIndirectStubsInfos[K.first].PtrBase != 0 && in getPtrAddr()
441 return RemoteIndirectStubsInfos[K.first].PtrBase + in getPtrAddr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp818 Value *PtrBase, *Index; in transformToIndexedCompare() local
819 std::tie(PtrBase, Index) = getAsConstantIndexedAddress(GEPLHS, DL); in transformToIndexedCompare()
824 if (!canRewriteGEPAsOffset(RHS, PtrBase, DL, Nodes)) in transformToIndexedCompare()
833 Value *NewRHS = rewriteGEPAsOffset(RHS, PtrBase, DL, Nodes); in transformToIndexedCompare()
860 Value *PtrBase = GEPLHS->getOperand(0); in foldGEPICmp() local
862 if (PtrBase == RHS && GEPLHS->isInBounds() && in foldGEPICmp()
909 if (PtrBase != GEPRHS->getOperand(0)) { in foldGEPICmp()
932 PtrBase->stripPointerCasts() == in foldGEPICmp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp2227 SDValue PtrBase = Ptr.getOperand(0); in SelectDSAppendConsume() local
2231 if (isDSOffsetLegal(PtrBase, OffsetVal.getZExtValue(), 16)) { in SelectDSAppendConsume()
2232 N = glueCopyToM0(N, PtrBase); in SelectDSAppendConsume()