Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp196 MachineInstr *emitIntegerCompare(MachineOperand &LHS, MachineOperand &RHS,
1573 emitIntegerCompare(ICmp.getOperand(2), ICmp.getOperand(3), PredOp, MIB); in selectCompareBranchFedByICmp()
2151 emitIntegerCompare(Cmp->getOperand(2), Cmp->getOperand(3), in earlySelect()
3122 emitIntegerCompare(I.getOperand(2), I.getOperand(3), I.getOperand(1), in select()
4226 MachineInstr *AArch64InstructionSelector::emitIntegerCompare( in emitIntegerCompare() function in AArch64InstructionSelector
4471 emitIntegerCompare(CondDef->getOperand(2), CondDef->getOperand(3), in tryOptSelect()