HomeSort by: relevance | last modified time | path
    Searched refs:GetPointerBaseWithConstantOffset (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMHazardRecognizer.cpp 208 Ptr0 = GetPointerBaseWithConstantOffset(BaseVal0, Offset0, DL, true);
209 Ptr1 = GetPointerBaseWithConstantOffset(BaseVal1, Offset1, DL, true);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPULateCodeGenPrepare.cpp 144 GetPointerBaseWithConstantOffset(LI.getPointerOperand(), Offset, *DL);
AMDGPUPerfHintAnalysis.cpp 239 auto *Ptr = GetPointerBaseWithConstantOffset(GEP, AM.BaseOffs, *DL);
334 MAI.Base = GetPointerBaseWithConstantOffset(MO, MAI.Offset, *DL);
AMDGPULowerKernelAttributes.cpp 92 if (GetPointerBaseWithConstantOffset(U, Offset, DL) != CI)
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
VNCoercion.cpp 187 GetPointerBaseWithConstantOffset(WritePtr, StoreOffset, DL);
188 Value *LoadBase = GetPointerBaseWithConstantOffset(LoadPtr, LoadOffset, DL);
269 GetPointerBaseWithConstantOffset(LI->getPointerOperand(), LIOffs, DL);
351 GetPointerBaseWithConstantOffset(LoadPtr, LoadOffs, DL);
AssumeBundleBuilder.cpp 89 Value *V = GetPointerBaseWithConstantOffset(RK.WasOn, Offset, DL,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ValueTracking.h 279 inline Value *GetPointerBaseWithConstantOffset(Value *Ptr, int64_t &Offset,
290 GetPointerBaseWithConstantOffset(const Value *Ptr, int64_t &Offset,
293 return GetPointerBaseWithConstantOffset(const_cast<Value *>(Ptr), Offset, DL,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 729 GetPointerBaseWithConstantOffset(Ptr, EarlierStart, DL);
991 const Value *BP1 = GetPointerBaseWithConstantOffset(P1, EarlierOff, DL);
992 const Value *BP2 = GetPointerBaseWithConstantOffset(P2, LaterOff, DL);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
Lint.cpp 437 if (Value *Base = GetPointerBaseWithConstantOffset(Ptr, Offset, *DL)) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp 409 return GetPointerBaseWithConstantOffset(Ptr, BytesOffset, DL,
3763 if (const Value *Base = GetPointerBaseWithConstantOffset(UseV, Offset, DL)) {
3892 GetPointerBaseWithConstantOffset(&V, Offset, DL)) {
LowerTypeTests.cpp 2095 auto *Base = dyn_cast<GlobalObject>(GetPointerBaseWithConstantOffset(
OpenMPOpt.cpp 490 GetPointerBaseWithConstantOffset(S->getPointerOperand(), Offset, DL);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 6784 if (GetPointerBaseWithConstantOffset(
7003 auto *Base = dyn_cast<GlobalObject>(GetPointerBaseWithConstantOffset(
7017 auto *ElemBase = dyn_cast<GlobalObject>(GetPointerBaseWithConstantOffset(

Completed in 41 milliseconds