Searched refs:PtrBase (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h398 RemoteIndirectStubsInfo(TargetAddress StubBase, TargetAddress PtrBase, argument
400 : StubBase(StubBase), PtrBase(PtrBase), NumStubs(NumStubs) {}
402 TargetAddress PtrBase; member in struct:llvm::orc::remote::OrcRemoteTargetClient::RCIndirectStubsManager::RemoteIndirectStubsInfo
419 TargetAddress PtrBase; local
422 Remote.emitIndirectStubs(StubBase, PtrBase, NumStubsEmitted, Id,
427 RemoteIndirectStubsInfo(StubBase, PtrBase, NumStubsEmitted));
452 assert(RemoteIndirectStubsInfos[K.first].PtrBase != 0 &&
454 return RemoteIndirectStubsInfos[K.first].PtrBase +
640 TargetAddress &PtrBase,
639 emitIndirectStubs(TargetAddress &StubBase, TargetAddress &PtrBase, uint32_t &NumStubsEmitted, ResourceIdMgr::ResourceId Id, uint32_t NumStubsRequired) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp616 Value *PtrBase = GEPLHS->getOperand(0); local
617 if (PtrBase == RHS && GEPLHS->isInBounds()) {
632 if (PtrBase != GEPRHS->getOperand(0)) {
653 PtrBase->stripPointerCasts() ==

Completed in 162 milliseconds