Searched refs:emitConjunction (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 302 MachineInstr *emitConjunction(Register Val, AArch64CC::CondCode &OutCC, 5008 MachineInstr *AArch64InstructionSelector::emitConjunction( in emitConjunction() function in AArch64InstructionSelector 5021 MachineInstr *ConjMI = emitConjunction(SelI.getCondReg(), AArch64CC, MIB); in tryOptSelectConjunction()
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 3372 static SDValue emitConjunction(SelectionDAG &DAG, SDValue Val, in emitConjunction() function 3536 if ((Cmp = emitConjunction(DAG, LHS, AArch64CC))) { in getAArch64Cmp() 5790 if (SDValue Cmp = emitConjunction(DAG, Cond, CC)) { in LowerBRCOND()
|