Home
last modified time | relevance | path

Searched refs:isSameOperationAs (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp627 C->isSameOperationAs(Instructions.back()))) in add()
635 !C->isSameOperationAs(Instructions.back()) || in add()
1244 if (!BaseInst->isSameOperationAs(RootInst)) { in validate()
1258 !BaseInst->isSameOperationAs(TryIt->first) && in validate()
DMergedLoadStoreMotion.cpp198 if (AA->isMustAlias(Loc0, Loc1) && Store0->isSameOperationAs(Store1) && in canSinkFromBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h500 bool isSameOperationAs(const Instruction *I, unsigned flags = 0) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstruction.h660 bool isSameOperationAs(const Instruction *I, unsigned flags = 0) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DMVETailPredication.cpp423 if (I.isSameOperationAs(OldPred)) { in Cleanup()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonVectorLoopCarriedReuse.cpp404 if (!I1->isSameOperationAs(I2)) in isEquivalentOperation()
DHexagonLoopIdiomRecognition.cpp458 if (!I->isSameOperationAs(J)) in equal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp1555 !SI.isSameOperationAs(OtherStore)) in mergeStoreIntoSuccessor()
1571 !SI.isSameOperationAs(OtherStore)) in mergeStoreIntoSuccessor()
DInstCombinePHI.cpp779 if (!I || !I->hasOneUse() || !I->isSameOperationAs(FirstInst)) in FoldPHIArgOpIntoPHI()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp472 bool Instruction::isSameOperationAs(const Instruction *I, in isSameOperationAs() function in Instruction
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1481 if (!I->isSameOperationAs(I0)) in canSinkInstructions()