Home
last modified time | relevance | path

Searched refs:accumulateConstantOffset (Results 1 – 25 of 65) sorted by relevance

123

/external/llvm/lib/Analysis/
DPtrUseVisitor.cpp34 return GEPI.accumulateConstantOffset(DL, Offset); in adjustOffsetForGEP()
DLoads.cpp80 if (!GEP->accumulateConstantOffset(DL, Offset) || Offset.isNegative() || in isDereferenceableAndAlignedPointer()
/external/llvm-project/llvm/lib/Analysis/
DPtrUseVisitor.cpp38 if (GEPI.accumulateConstantOffset(DL, TmpOffset)) { in adjustOffsetForGEP()
DLoads.cpp85 if (!GEP->accumulateConstantOffset(DL, Offset) || Offset.isNegative() || in isDereferenceableAndAlignedPointer()
DCFLGraph.h320 if (GEPOp.accumulateConstantOffset(DL, APOffset)) in visitGEP()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DPtrUseVisitor.cpp38 if (GEPI.accumulateConstantOffset(DL, TmpOffset)) { in adjustOffsetForGEP()
DLoads.cpp87 if (!GEP->accumulateConstantOffset(DL, Offset) || Offset.isNegative() || in isDereferenceableAndAlignedPointer()
DCFLGraph.h320 if (GEPOp.accumulateConstantOffset(DL, APOffset)) in visitGEP()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DOperator.cpp34 bool GEPOperator::accumulateConstantOffset(const DataLayout &DL, in accumulateConstantOffset() function in llvm::GEPOperator
DValue.cpp578 if (!GEP->accumulateConstantOffset(DL, GEPOffset)) in stripAndAccumulateConstantOffsets()
/external/llvm/lib/IR/
DOperator.cpp21 bool GEPOperator::accumulateConstantOffset(const DataLayout &DL, in accumulateConstantOffset() function in llvm::GEPOperator
DValue.cpp513 if (!GEP->accumulateConstantOffset(DL, GEPOffset)) in stripAndAccumulateInBoundsConstantOffsets()
/external/llvm-project/llvm/lib/IR/
DOperator.cpp61 bool GEPOperator::accumulateConstantOffset( in accumulateConstantOffset() function in llvm::GEPOperator
/external/llvm/lib/Transforms/Scalar/
DLoadCombine.cpp106 if (!GEP->accumulateConstantOffset(DL, POP.Offset)) { in getPointerOffsetPair()
/external/llvm/include/llvm/IR/
DOperator.h451 bool accumulateConstantOffset(const DataLayout &DL, APInt &Offset) const;
/external/llvm-project/llvm/include/llvm/IR/
DOperator.h568 bool accumulateConstantOffset(
/external/llvm-project/llvm/lib/CodeGen/
DStackProtector.cpp210 if (!GEP->accumulateConstantOffset(DL, Offset) || Offset.ugt(MaxOffset)) in HasAddressTaken()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h556 bool accumulateConstantOffset(const DataLayout &DL, APInt &Offset) const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp675 if (GEPL->accumulateConstantOffset(DL, OffsetL) && in cmpGEPs()
676 GEPR->accumulateConstantOffset(DL, OffsetR)) in cmpGEPs()
/external/llvm-project/clang/lib/CodeGen/
DCGBuilder.h262 if (!GEP->accumulateConstantOffset(DL, Offset))
/external/llvm-project/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp705 if (GEPL->accumulateConstantOffset(DL, OffsetL) && in cmpGEPs()
706 GEPR->accumulateConstantOffset(DL, OffsetR)) in cmpGEPs()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DMergeICmps.cpp173 if (!GEP->accumulateConstantOffset(DL, Offset)) in visitICmpLoadOperand()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DMergeICmps.cpp173 if (!GEP->accumulateConstantOffset(DL, Offset)) in visitICmpLoadOperand()
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp1083 if (GEPL->accumulateConstantOffset(DL, OffsetL) && in cmpGEPs()
1084 GEPR->accumulateConstantOffset(DL, OffsetR)) in cmpGEPs()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DInterleavedLoadCombinePass.cpp989 if (GEP.accumulateConstantOffset(DL, BaseOffset)) { in computePolynomialFromPointer()

123