Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstructionSelector.cpp142 MachineInstr *emitIntegerCompare(MachineOperand &LHS, MachineOperand &RHS,
1001 if (!emitIntegerCompare(CCMI->getOperand(2), CCMI->getOperand(3), in selectCompareBranch()
2297 if (!emitIntegerCompare(I.getOperand(2), I.getOperand(3), I.getOperand(1), in select()
3319 MachineInstr *AArch64InstructionSelector::emitIntegerCompare( in emitIntegerCompare() function in AArch64InstructionSelector
3529 if (!emitIntegerCompare(CondDef->getOperand(2), CondDef->getOperand(3), in tryOptSelect()
/external/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64InstructionSelector.cpp175 MachineInstr *emitIntegerCompare(MachineOperand &LHS, MachineOperand &RHS,
1592 emitIntegerCompare(ICmp.getOperand(2), ICmp.getOperand(3), PredOp, MIB); in selectCompareBranchFedByICmp()
3053 emitIntegerCompare(I.getOperand(2), I.getOperand(3), I.getOperand(1), in select()
4133 MachineInstr *AArch64InstructionSelector::emitIntegerCompare( in emitIntegerCompare() function in AArch64InstructionSelector
4397 emitIntegerCompare(CondDef->getOperand(2), CondDef->getOperand(3), in tryOptSelect()