Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp236 if (Load0->isSameOperationAs(Load1) && AA->isMustAlias(Loc0, Loc1) && in canHoistFromBlock()
389 if (AA->isMustAlias(Loc0, Loc1) && Store0->isSameOperationAs(Store1) && in canSinkFromBlock()
DLoopRerollPass.cpp639 C->isSameOperationAs(Instructions.back()))) in add()
647 !C->isSameOperationAs(Instructions.back()) || in add()
1237 if (!BaseInst->isSameOperationAs(RootInst)) { in validate()
1251 !BaseInst->isSameOperationAs(TryIt->first) && in validate()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp555 !SI.isSameOperationAs(OtherStore)) in SimplifyStoreAtEndOfBlock()
571 !SI.isSameOperationAs(OtherStore)) in SimplifyStoreAtEndOfBlock()
DInstCombinePHI.cpp437 if (I == 0 || !I->hasOneUse() || !I->isSameOperationAs(FirstInst)) in FoldPHIArgOpIntoPHI()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp627 C->isSameOperationAs(Instructions.back()))) in add()
635 !C->isSameOperationAs(Instructions.back()) || in add()
1234 if (!BaseInst->isSameOperationAs(RootInst)) { in validate()
1248 !BaseInst->isSameOperationAs(TryIt->first) && in validate()
DMergedLoadStoreMotion.cpp192 if (AA->isMustAlias(Loc0, Loc1) && Store0->isSameOperationAs(Store1) && in canSinkFromBlock()
/external/swiftshader/third_party/LLVM/include/llvm/
DInstruction.h292 bool isSameOperationAs(const Instruction *I) const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h500 bool isSameOperationAs(const Instruction *I, unsigned flags = 0) const;
/external/llvm/include/llvm/IR/
DInstruction.h458 bool isSameOperationAs(const Instruction *I, unsigned flags = 0) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstruction.h607 bool isSameOperationAs(const Instruction *I, unsigned flags = 0) const;
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstruction.cpp239 bool Instruction::isSameOperationAs(const Instruction *I) const { in isSameOperationAs() function in Instruction
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonVectorLoopCarriedReuse.cpp332 if (!I1->isSameOperationAs(I2)) in isEquivalentOperation()
DHexagonLoopIdiomRecognition.cpp457 if (!I->isSameOperationAs(J)) in equal()
/external/llvm/lib/IR/
DInstruction.cpp434 bool Instruction::isSameOperationAs(const Instruction *I, in isSameOperationAs() function in Instruction
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp1338 !SI.isSameOperationAs(OtherStore)) in SimplifyStoreAtEndOfBlock()
1354 !SI.isSameOperationAs(OtherStore)) in SimplifyStoreAtEndOfBlock()
DInstCombinePHI.cpp510 if (!I || !I->hasOneUse() || !I->isSameOperationAs(FirstInst)) in FoldPHIArgOpIntoPHI()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMParallelDSP.cpp274 if (Inst0->isSameOperationAs(Inst1)) { in AreSymmetrical()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp1582 !SI.isSameOperationAs(OtherStore)) in SimplifyStoreAtEndOfBlock()
1598 !SI.isSameOperationAs(OtherStore)) in SimplifyStoreAtEndOfBlock()
DInstCombinePHI.cpp766 if (!I || !I->hasOneUse() || !I->isSameOperationAs(FirstInst)) in FoldPHIArgOpIntoPHI()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstruction.cpp462 bool Instruction::isSameOperationAs(const Instruction *I, in isSameOperationAs() function in Instruction
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp974 if (!J->isSameOperationAs(I, Instruction::CompareIgnoringAlignment | in areInstsCompatible()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1446 if (!I->isSameOperationAs(I0)) in canSinkInstructions()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1417 if (!I1->isSameOperationAs(I2)) { in SinkThenElseCodeToEnd()