Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h391 JITTargetAddress PtrBase; member
403 JITTargetAddress PtrBase; in reserveStubs() local
407 std::tie(StubBase, PtrBase, NumStubsEmitted) = *StubInfoOrErr; in reserveStubs()
412 RemoteIndirectStubsInfos.push_back({StubBase, PtrBase, NumStubsEmitted}); in reserveStubs()
436 assert(RemoteIndirectStubsInfos[K.first].PtrBase != 0 && in getPtrAddr()
438 return RemoteIndirectStubsInfos[K.first].PtrBase + in getPtrAddr()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h504 TargetAddress PtrBase; member
521 TargetAddress PtrBase; in reserveStubs() local
525 std::tie(StubBase, PtrBase, NumStubsEmitted) = *StubInfoOrErr; in reserveStubs()
530 RemoteIndirectStubsInfos.push_back({StubBase, PtrBase, NumStubsEmitted}); in reserveStubs()
554 assert(RemoteIndirectStubsInfos[K.first].PtrBase != 0 && in getPtrAddr()
556 return RemoteIndirectStubsInfos[K.first].PtrBase + in getPtrAddr()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp896 Value *PtrBase, *Index; in transformToIndexedCompare() local
897 std::tie(PtrBase, Index) = getAsConstantIndexedAddress(GEPLHS, DL); in transformToIndexedCompare()
902 if (!canRewriteGEPAsOffset(RHS, PtrBase, DL, Nodes)) in transformToIndexedCompare()
911 Value *NewRHS = rewriteGEPAsOffset(RHS, PtrBase, DL, Nodes); in transformToIndexedCompare()
938 Value *PtrBase = GEPLHS->getOperand(0); in FoldGEPICmp() local
939 if (PtrBase == RHS && GEPLHS->isInBounds()) { in FoldGEPICmp()
954 if (PtrBase != GEPRHS->getOperand(0)) { in FoldGEPICmp()
975 PtrBase->stripPointerCasts() == in FoldGEPICmp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp842 Value *PtrBase, *Index; in transformToIndexedCompare() local
843 std::tie(PtrBase, Index) = getAsConstantIndexedAddress(GEPLHS, DL); in transformToIndexedCompare()
848 if (!canRewriteGEPAsOffset(RHS, PtrBase, DL, Nodes)) in transformToIndexedCompare()
857 Value *NewRHS = rewriteGEPAsOffset(RHS, PtrBase, DL, Nodes); in transformToIndexedCompare()
884 Value *PtrBase = GEPLHS->getOperand(0); in foldGEPICmp() local
885 if (PtrBase == RHS && GEPLHS->isInBounds()) { in foldGEPICmp()
900 if (PtrBase != GEPRHS->getOperand(0)) { in foldGEPICmp()
921 PtrBase->stripPointerCasts() == in foldGEPICmp()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCompares.cpp573 Value *PtrBase = GEPLHS->getOperand(0); in FoldGEPICmp() local
574 if (TD && PtrBase == RHS && GEPLHS->isInBounds()) { in FoldGEPICmp()
589 if (PtrBase != GEPRHS->getOperand(0)) { in FoldGEPICmp()