Searched refs:PtrDiff (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ItaniumCXXABI.cpp | 166 TargetInfo::IntType PtrDiff = Target.getPtrDiffType(0); in getMemberPointerInfo() local 168 MPI.Width = Target.getTypeWidth(PtrDiff); in getMemberPointerInfo() 169 MPI.Align = Target.getTypeAlign(PtrDiff); in getMemberPointerInfo()
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | SourceMgr.cpp | 95 ptrdiff_t PtrDiff = Ptr - BufStart; in getLineNumber() local 96 assert(PtrDiff >= 0 && static_cast<size_t>(PtrDiff) <= std::numeric_limits<T>::max()); in getLineNumber() 97 T PtrOffset = static_cast<T>(PtrDiff); in getLineNumber()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | LoopDataPrefetch.cpp | 288 const SCEV *PtrDiff = SE->getMinusSCEV(LSCEVAddRec, PrefLoad.second); in runOnLoop() local 290 dyn_cast<SCEVConstant>(PtrDiff)) { in runOnLoop()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 14452 int64_t PtrDiff; in getStoreMergeCandidates() local 14453 if (CandidateMatch(OtherST, Ptr, PtrDiff)) in getStoreMergeCandidates() 14454 StoreNodes.push_back(MemOpLink(OtherST, PtrDiff)); in getStoreMergeCandidates() 14461 int64_t PtrDiff; in getStoreMergeCandidates() local 14462 if (CandidateMatch(OtherST, Ptr, PtrDiff)) in getStoreMergeCandidates() 14463 StoreNodes.push_back(MemOpLink(OtherST, PtrDiff)); in getStoreMergeCandidates() 19051 int64_t PtrDiff; in isAlias() local 19053 if (BasePtr0.equalBaseIndex(BasePtr1, DAG, PtrDiff)) in isAlias() 19054 return !((NumBytes0 <= PtrDiff) || (PtrDiff + NumBytes1 <= 0)); in isAlias()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeNVPTX.cpp | 2874 llvm::Value *PtrDiff = Bld.CreatePtrDiff( in shuffleAndStore() local 2877 Bld.CreateCondBr(Bld.CreateICmpSGT(PtrDiff, Bld.getInt64(IntSize - 1)), in shuffleAndStore()
|