Searched refs:LoadOffset (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCHazardRecognizers.cpp | 298 isLoadOfStoredAddress(uint64_t LoadSize, int64_t LoadOffset, in isLoadOfStoredAddress() argument 302 if (LoadValue == StoreValue[i] && LoadOffset == StoreOffset[i]) in isLoadOfStoredAddress() 310 if (StoreOffset[i] < LoadOffset) { in isLoadOfStoredAddress() 311 if (int64_t(StoreOffset[i]+StoreSize[i]) > LoadOffset) return true; in isLoadOfStoredAddress() 313 if (int64_t(LoadOffset+LoadSize) > StoreOffset[i]) return true; in isLoadOfStoredAddress()
|
| H A D | PPCHazardRecognizers.h | 94 bool isLoadOfStoredAddress(uint64_t LoadSize, int64_t LoadOffset,
|
| H A D | PPCISelLowering.cpp | 7560 auto GetLoad = [&](EVT VT, unsigned LoadOffset) { in LowerCall_AIX() argument 7562 (LoadOffset != 0) in LowerCall_AIX() 7564 dl, Arg, TypeSize::getFixed(LoadOffset)) in LowerCall_AIX() 7569 unsigned LoadOffset = 0; in LowerCall_AIX() local 7572 while (LoadOffset + PtrByteSize <= ByValSize && ArgLocs[I].isRegLoc()) { in LowerCall_AIX() 7573 SDValue Load = GetLoad(PtrVT, LoadOffset); in LowerCall_AIX() 7575 LoadOffset += PtrByteSize; in LowerCall_AIX() 7582 if (LoadOffset == ByValSize) in LowerCall_AIX() 7590 assert(LoadOffset < ByValSize && "Unexpected memloc for by-val arg."); in LowerCall_AIX() 7594 MemcpyFlags.setByValSize(ByValSize - LoadOffset); in LowerCall_AIX() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | VNCoercion.cpp | 182 int64_t StoreOffset = 0, LoadOffset = 0; in analyzeLoadFromClobberingWrite() local 185 Value *LoadBase = GetPointerBaseWithConstantOffset(LoadPtr, LoadOffset, DL); in analyzeLoadFromClobberingWrite() 200 if (StoreOffset > LoadOffset || in analyzeLoadFromClobberingWrite() 201 StoreOffset + int64_t(StoreSize) < LoadOffset + int64_t(LoadSize)) in analyzeLoadFromClobberingWrite() 206 return LoadOffset - StoreOffset; in analyzeLoadFromClobberingWrite()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TypeMetadataUtils.cpp | 72 if (auto *LoadOffset = dyn_cast<ConstantInt>(Call->getOperand(1))) { in findLoadCallsAtConstantOffset() local 74 Offset + LoadOffset->getSExtValue(), CI, in findLoadCallsAtConstantOffset()
|
| H A D | Loads.cpp | 484 APInt LoadOffset(DL.getIndexTypeSizeInBits(LoadPtr->getType()), 0); in areNonOverlapSameBaseLoadAndStore() local 487 DL, LoadOffset, /* AllowNonInbounds */ false); in areNonOverlapSameBaseLoadAndStore() 494 ConstantRange LoadRange(LoadOffset, in areNonOverlapSameBaseLoadAndStore() 495 LoadOffset + LoadAccessSize.toRaw()); in areNonOverlapSameBaseLoadAndStore()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachinePipeliner.cpp | 2647 int64_t LoadOffset = MI->getOperand(OffsetPosLd).getImm(); in canUseLastOffsetValue() local 2650 NewMI->getOperand(OffsetPosLd).setImm(LoadOffset + StoreOffset); in canUseLastOffsetValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 1361 SDValue LoadOffset = in LowerToTLSInitialExecModel() local 1366 return DAG.getNode(ISD::ADD, dl, PtrVT, TP, LoadOffset); in LowerToTLSInitialExecModel()
|