/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | Loads.cpp | 54 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 …]
|
D | ValueTracking.cpp | 1990 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/ |
D | Loads.h | 32 const Instruction *CtxI = nullptr, 42 const Instruction *CtxI = nullptr, 51 const Instruction *CtxI = nullptr,
|
D | ValueTracking.h | 424 const Instruction *CtxI = nullptr,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | Attributor.cpp | 807 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/ |
D | Attributor.h | 2470 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/ |
D | InstCombinePHI.cpp | 1198 Instruction *CtxI = PN.getIncomingBlock(i)->getTerminator(); in visitPHINode() local 1200 if (isKnownNonZero(VA, DL, 0, &AC, CtxI, &DT)) { in visitPHINode()
|
D | InstCombineInternal.h | 505 Instruction &CtxI, Value *&OperationResult,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LICM.cpp | 151 const Instruction *CtxI = nullptr); 1724 const Instruction *CtxI) { in isSafeToExecuteUnconditionally() argument 1725 if (isSafeToSpeculativelyExecute(&Inst, CtxI, DT)) in isSafeToExecuteUnconditionally()
|