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, 1806 emitIntegerCompare(ICmp.getOperand(2), ICmp.getOperand(3), PredOp, MIB); in selectCompareBranchFedByICmp() 2384 emitIntegerCompare(/*LHS=*/Cmp->getOperand(2), in earlySelect() 3445 emitIntegerCompare(I.getOperand(2), I.getOperand(3), I.getOperand(1), MIB); in select() 4399 MachineInstr *AArch64InstructionSelector::emitIntegerCompare( in emitIntegerCompare() function in AArch64InstructionSelector 4967 emitIntegerCompare(CondDef->getOperand(2), CondDef->getOperand(3), in tryOptSelect()
|