Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp302 MachineInstr *emitConjunction(Register Val, AArch64CC::CondCode &OutCC,
4963 MachineInstr *AArch64InstructionSelector::emitConjunction( in emitConjunction() function in AArch64InstructionSelector
4976 MachineInstr *ConjMI = emitConjunction(SelI.getCondReg(), AArch64CC, MIB); in tryOptSelectConjunction()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3211 static SDValue emitConjunction(SelectionDAG &DAG, SDValue Val, in emitConjunction() function
3375 if ((Cmp = emitConjunction(DAG, LHS, AArch64CC))) { in getAArch64Cmp()
5343 if (SDValue Cmp = emitConjunction(DAG, Cond, CC)) { in LowerBRCOND()