Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp213 MachineInstr *emitIntegerCompare(MachineOperand &LHS, MachineOperand &RHS,
1701 emitIntegerCompare(ICmp.getOperand(2), ICmp.getOperand(3), PredOp, MIB); in selectCompareBranchFedByICmp()
2270 emitIntegerCompare(/*LHS=*/Cmp->getOperand(2), in earlySelect()
3375 emitIntegerCompare(I.getOperand(2), I.getOperand(3), I.getOperand(1), MIB); in select()
4560 MachineInstr *AArch64InstructionSelector::emitIntegerCompare( in emitIntegerCompare() function in AArch64InstructionSelector
5032 emitIntegerCompare(CondDef->getOperand(2), CondDef->getOperand(3), in tryOptSelect()