Searched refs:emitConjunction (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 348 MachineInstr *emitConjunction(Register Val, AArch64CC::CondCode &OutCC, 5043 MachineInstr *AArch64InstructionSelector::emitConjunction( in emitConjunction() function in AArch64InstructionSelector 5056 MachineInstr *ConjMI = emitConjunction(SelI.getCondReg(), AArch64CC, MIB); in tryOptSelectConjunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 3494 static SDValue emitConjunction(SelectionDAG &DAG, SDValue Val, in emitConjunction() function 3657 if ((Cmp = emitConjunction(DAG, LHS, AArch64CC))) { in getAArch64Cmp() 6030 if (SDValue Cmp = emitConjunction(DAG, Cond, CC)) { in LowerBRCOND() 17833 (Cmp = emitConjunction(DAG, SDValue(N, 0), CC))) { in performANDSETCCCombine()
|