Searched refs:emitConjunctionRec (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 309 MachineInstr *emitConjunctionRec(Register Val, AArch64CC::CondCode &OutCC, 4894 MachineInstr *AArch64InstructionSelector::emitConjunctionRec( in emitConjunctionRec() function in AArch64InstructionSelector 4998 emitConjunctionRec(RHS, RHSCC, NegateR, CCOp, Predicate, MIB); in emitConjunctionRec() 5001 MachineInstr *CmpL = emitConjunctionRec( in emitConjunctionRec() 5015 return emitConjunctionRec(Val, OutCC, false, Register(), AArch64CC::AL, MIB); in emitConjunction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 3260 static SDValue emitConjunctionRec(SelectionDAG &DAG, SDValue Val, in emitConjunctionRec() function 3359 SDValue CmpR = emitConjunctionRec(DAG, RHS, RHSCC, NegateR, CCOp, Predicate); in emitConjunctionRec() 3362 SDValue CmpL = emitConjunctionRec(DAG, LHS, OutCC, NegateL, CmpR, RHSCC); in emitConjunctionRec() 3379 return emitConjunctionRec(DAG, Val, OutCC, false, SDValue(), AArch64CC::AL); in emitConjunction()
|