Home
last modified time | relevance | path

Searched refs:CtxI (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoads.cpp54 const Instruction *CtxI, const DominatorTree *DT, in isDereferenceableAndAlignedPointer() argument
66 Size, DL, CtxI, DT, Visited); in isDereferenceableAndAlignedPointer()
72 if (!CheckForNonNull || isKnownNonZero(V, DL, 0, nullptr, CtxI, DT)) { in isDereferenceableAndAlignedPointer()
102 CtxI, DT, Visited); in isDereferenceableAndAlignedPointer()
108 RelocateInst->getDerivedPtr(), Alignment, Size, DL, CtxI, DT, Visited); in isDereferenceableAndAlignedPointer()
112 Size, DL, CtxI, DT, Visited); in isDereferenceableAndAlignedPointer()
116 return isDereferenceableAndAlignedPointer(RP, Alignment, Size, DL, CtxI, in isDereferenceableAndAlignedPointer()
126 const Instruction *CtxI, in isDereferenceableAndAlignedPointer() argument
134 return ::isDereferenceableAndAlignedPointer(V, Alignment, Size, DL, CtxI, DT, in isDereferenceableAndAlignedPointer()
141 const Instruction *CtxI, in isDereferenceableAndAlignedPointer() argument
[all …]
DValueTracking.cpp1990 const Instruction *CtxI, in isKnownNonNullFromDominatingCondition() argument
1995 if (!CtxI || !DT) in isKnownNonNullFromDominatingCondition()
2011 Arg.hasNonNullAttr() && DT->dominates(CS.getInstruction(), CtxI)) in isKnownNonNullFromDominatingCondition()
2019 DT->dominates(I, CtxI)) in isKnownNonNullFromDominatingCondition()
2059 if (Edge.isSingleEdge() && DT->dominates(Edge, CtxI->getParent())) in isKnownNonNullFromDominatingCondition()
2062 DT->dominates(cast<Instruction>(Curr), CtxI)) { in isKnownNonNullFromDominatingCondition()
4058 const Instruction *CtxI, in isSafeToSpeculativelyExecute() argument
4106 DL, CtxI, DT); in isSafeToSpeculativelyExecute()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoads.h32 const Instruction *CtxI = nullptr,
42 const Instruction *CtxI = nullptr,
51 const Instruction *CtxI = nullptr,
DValueTracking.h424 const Instruction *CtxI = nullptr,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp807 Instruction *CtxI = IRP.getCtxI(); in initialize() local
809 if (!CtxI) in initialize()
820 Instruction *CtxI = this->getIRPosition().getCtxI(); in updateImpl() local
821 if (!CtxI) in updateImpl()
827 auto EIt = Explorer.begin(CtxI), EEnd = Explorer.end(CtxI); in updateImpl()
5179 const Instruction *CtxI = nullptr) const { in getConstantRangeFromLVI()
5187 if (!LVI || !CtxI) in getConstantRangeFromLVI()
5190 const_cast<BasicBlock *>(CtxI->getParent()), in getConstantRangeFromLVI()
5191 const_cast<Instruction *>(CtxI)); in getConstantRangeFromLVI()
5197 const Instruction *CtxI = nullptr) const override { in getKnownConstantRange()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DAttributor.h2470 const Instruction *CtxI = nullptr) const = 0;
2476 const Instruction *CtxI = nullptr) const = 0;
2481 getAssumedConstantInt(Attributor &A, const Instruction *CtxI = nullptr) const {
2482 ConstantRange RangeV = getAssumedConstantRange(A, CtxI);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp1198 Instruction *CtxI = PN.getIncomingBlock(i)->getTerminator(); in visitPHINode() local
1200 if (isKnownNonZero(VA, DL, 0, &AC, CtxI, &DT)) { in visitPHINode()
DInstCombineInternal.h505 Instruction &CtxI, Value *&OperationResult,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLICM.cpp151 const Instruction *CtxI = nullptr);
1724 const Instruction *CtxI) { in isSafeToExecuteUnconditionally() argument
1725 if (isSafeToSpeculativelyExecute(&Inst, CtxI, DT)) in isSafeToExecuteUnconditionally()