/external/llvm/lib/Transforms/Scalar/ |
D | MergedLoadStoreMotion.cpp | 236 if (Load0->isSameOperationAs(Load1) && AA->isMustAlias(Loc0, Loc1) && in canHoistFromBlock() 389 if (AA->isMustAlias(Loc0, Loc1) && Store0->isSameOperationAs(Store1) && in canSinkFromBlock()
|
D | LoopRerollPass.cpp | 639 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-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopRerollPass.cpp | 627 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()
|
D | MergedLoadStoreMotion.cpp | 192 if (AA->isMustAlias(Loc0, Loc1) && Store0->isSameOperationAs(Store1) && in canSinkFromBlock()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.h | 500 bool isSameOperationAs(const Instruction *I, unsigned flags = 0) const;
|
/external/llvm/include/llvm/IR/ |
D | Instruction.h | 458 bool isSameOperationAs(const Instruction *I, unsigned flags = 0) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Instruction.h | 607 bool isSameOperationAs(const Instruction *I, unsigned flags = 0) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonVectorLoopCarriedReuse.cpp | 332 if (!I1->isSameOperationAs(I2)) in isEquivalentOperation()
|
D | HexagonLoopIdiomRecognition.cpp | 457 if (!I->isSameOperationAs(J)) in equal()
|
/external/llvm/lib/IR/ |
D | Instruction.cpp | 434 bool Instruction::isSameOperationAs(const Instruction *I, in isSameOperationAs() function in Instruction
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 1338 !SI.isSameOperationAs(OtherStore)) in SimplifyStoreAtEndOfBlock() 1354 !SI.isSameOperationAs(OtherStore)) in SimplifyStoreAtEndOfBlock()
|
D | InstCombinePHI.cpp | 510 if (!I || !I->hasOneUse() || !I->isSameOperationAs(FirstInst)) in FoldPHIArgOpIntoPHI()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMParallelDSP.cpp | 274 if (Inst0->isSameOperationAs(Inst1)) { in AreSymmetrical()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 1582 !SI.isSameOperationAs(OtherStore)) in SimplifyStoreAtEndOfBlock() 1598 !SI.isSameOperationAs(OtherStore)) in SimplifyStoreAtEndOfBlock()
|
D | InstCombinePHI.cpp | 766 if (!I || !I->hasOneUse() || !I->isSameOperationAs(FirstInst)) in FoldPHIArgOpIntoPHI()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instruction.cpp | 462 bool Instruction::isSameOperationAs(const Instruction *I, in isSameOperationAs() function in Instruction
|
/external/llvm/lib/Transforms/Vectorize/ |
D | BBVectorize.cpp | 974 if (!J->isSameOperationAs(I, Instruction::CompareIgnoringAlignment | in areInstsCompatible()
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 1417 if (!I1->isSameOperationAs(I2)) { in SinkThenElseCodeToEnd()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 1446 if (!I->isSameOperationAs(I0)) in canSinkInstructions()
|