Searched refs:CmpR (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 8959 if (VPRecipeBase *CmpR = Cmp->getDefiningRecipe()) { in adjustRecipesForReductions() local 8960 for (unsigned I = 0; I != CmpR->getNumOperands(); ++I) in adjustRecipesForReductions() 8961 if (CmpR->getOperand(I) == PhiR) in adjustRecipesForReductions() 8962 CmpR->setOperand(I, PhiR->getStartValue()); in adjustRecipesForReductions()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 4887 MachineInstr *CmpR = in emitConjunctionRec() local 4892 LHS, OutCC, NegateL, CmpR->getOperand(0).getReg(), RHSCC, MIB); in emitConjunctionRec()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 3778 SDValue CmpR = emitConjunctionRec(DAG, RHS, RHSCC, NegateR, CCOp, Predicate); in emitConjunctionRec() local 3781 SDValue CmpL = emitConjunctionRec(DAG, LHS, OutCC, NegateL, CmpR, RHSCC); in emitConjunctionRec()
|