Searched refs:emitConjunctionRec (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 309 MachineInstr *emitConjunctionRec(Register Val, AArch64CC::CondCode &OutCC, 4849 MachineInstr *AArch64InstructionSelector::emitConjunctionRec( in emitConjunctionRec() function in AArch64InstructionSelector 4953 emitConjunctionRec(RHS, RHSCC, NegateR, CCOp, Predicate, MIB); in emitConjunctionRec() 4956 MachineInstr *CmpL = emitConjunctionRec( in emitConjunctionRec() 4970 return emitConjunctionRec(Val, OutCC, false, Register(), AArch64CC::AL, MIB); in emitConjunction()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 3099 static SDValue emitConjunctionRec(SelectionDAG &DAG, SDValue Val, in emitConjunctionRec() function 3198 SDValue CmpR = emitConjunctionRec(DAG, RHS, RHSCC, NegateR, CCOp, Predicate); in emitConjunctionRec() 3201 SDValue CmpL = emitConjunctionRec(DAG, LHS, OutCC, NegateL, CmpR, RHSCC); in emitConjunctionRec() 3218 return emitConjunctionRec(DAG, Val, OutCC, false, SDValue(), AArch64CC::AL); in emitConjunction()
|