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