Searched refs:emitIntegerCompare (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 250 MachineInstr *emitIntegerCompare(MachineOperand &LHS, MachineOperand &RHS, 1814 emitIntegerCompare(ICmp.getOperand(2), ICmp.getOperand(3), PredOp, MIB); in selectCompareBranchFedByICmp() 2513 emitIntegerCompare(/*LHS=*/Cmp->getOperand(2), in earlySelect() 3580 emitIntegerCompare(I.getOperand(2), I.getOperand(3), I.getOperand(1), MIB); in select() 4534 MachineInstr *AArch64InstructionSelector::emitIntegerCompare( in emitIntegerCompare() function in AArch64InstructionSelector 5102 emitIntegerCompare(CondDef->getOperand(2), CondDef->getOperand(3), in tryOptSelect()
|