Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.cpp325 if (!I1->isSameOperationAs(I2)) in isEquivalentOperation()
327 // This check is in place specifically for intrinsics. isSameOperationAs will in isEquivalentOperation()
H A DHexagonLoopIdiomRecognition.cpp474 if (!I->isSameOperationAs(J)) in equal()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h904 bool isSameOperationAs(const Instruction *I, unsigned flags = 0) const LLVM_READONLY;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp767 return !I0->isSameOperationAs(I); in analyzeInstructionForSinking()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp887 bool Instruction::isSameOperationAs(const Instruction *I, in isSameOperationAs() function in Instruction
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp229 if (!A.Inst->isSameOperationAs(B.Inst)) { in isClose()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp910 if (!I || !I->hasOneUser() || !I->isSameOperationAs(FirstInst)) in foldPHIArgOpIntoPHI()
H A DInstCombineSelect.cpp449 !TI->isSameOperationAs(FI) || in foldSelectOpOp()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1967 if (!I->isSameOperationAs(I0)) in canSinkInstructions()
2596 if (!II->isSameOperationAs(II0)) in shouldBelongToSameSet()