Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp2439 static bool canCombineWithMUL(MachineBasicBlock &MBB, MachineOperand &MO, in canCombineWithMUL() function
2499 if (canCombineWithMUL(MBB, Root.getOperand(1), AArch64::MADDWrrr, in hasPattern()
2504 if (canCombineWithMUL(MBB, Root.getOperand(2), AArch64::MADDWrrr, in hasPattern()
2511 if (canCombineWithMUL(MBB, Root.getOperand(1), AArch64::MADDXrrr, in hasPattern()
2516 if (canCombineWithMUL(MBB, Root.getOperand(2), AArch64::MADDXrrr, in hasPattern()
2523 if (canCombineWithMUL(MBB, Root.getOperand(1), AArch64::MADDWrrr, in hasPattern()
2528 if (canCombineWithMUL(MBB, Root.getOperand(2), AArch64::MADDWrrr, in hasPattern()
2535 if (canCombineWithMUL(MBB, Root.getOperand(1), AArch64::MADDXrrr, in hasPattern()
2540 if (canCombineWithMUL(MBB, Root.getOperand(2), AArch64::MADDXrrr, in hasPattern()
2547 if (canCombineWithMUL(MBB, Root.getOperand(1), AArch64::MADDWrrr, in hasPattern()
[all …]