Home
last modified time | relevance | path

Searched refs:emitConjunctionRec (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp357 MachineInstr *emitConjunctionRec(Register Val, AArch64CC::CondCode &OutCC,
4784 MachineInstr *AArch64InstructionSelector::emitConjunctionRec( in emitConjunctionRec() function in AArch64InstructionSelector
4888 emitConjunctionRec(RHS, RHSCC, NegateR, CCOp, Predicate, MIB); in emitConjunctionRec()
4891 MachineInstr *CmpL = emitConjunctionRec( in emitConjunctionRec()
4905 return emitConjunctionRec(Val, OutCC, false, Register(), AArch64CC::AL, MIB); in emitConjunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3679 static SDValue emitConjunctionRec(SelectionDAG &DAG, SDValue Val, in emitConjunctionRec() function
3778 SDValue CmpR = emitConjunctionRec(DAG, RHS, RHSCC, NegateR, CCOp, Predicate); in emitConjunctionRec()
3781 SDValue CmpL = emitConjunctionRec(DAG, LHS, OutCC, NegateL, CmpR, RHSCC); in emitConjunctionRec()
3798 return emitConjunctionRec(DAG, Val, OutCC, false, SDValue(), AArch64CC::AL); in emitConjunction()