Home
last modified time | relevance | path

Searched refs:CmpR (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8959 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 DAArch64InstructionSelector.cpp4887 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 DAArch64ISelLowering.cpp3778 SDValue CmpR = emitConjunctionRec(DAG, RHS, RHSCC, NegateR, CCOp, Predicate); in emitConjunctionRec() local
3781 SDValue CmpL = emitConjunctionRec(DAG, LHS, OutCC, NegateL, CmpR, RHSCC); in emitConjunctionRec()