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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp142 MachineInstr *emitIntegerCompare(MachineOperand &LHS, MachineOperand &RHS,
1001 if (!emitIntegerCompare(CCMI->getOperand(2), CCMI->getOperand(3),
2297 if (!emitIntegerCompare(I.getOperand(2), I.getOperand(3), I.getOperand(1),
3319 MachineInstr *AArch64InstructionSelector::emitIntegerCompare( function in class:AArch64InstructionSelector
3529 if (!emitIntegerCompare(CondDef->getOperand(2), CondDef->getOperand(3),

Completed in 117 milliseconds