Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp302 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 DAArch64ISelLowering.cpp3372 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()