Searched refs:FNMSUB (Results 1 – 16 of 16) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | MachineCombinerPattern.h | 177 FNMSUB, enumerator
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.cpp | 1476 : MachineCombinerPattern::FNMSUB); in getFPFusedMultiplyPatterns() 1530 case MachineCombinerPattern::FNMSUB: in getAddendOperandIdx() 1589 case MachineCombinerPattern::FNMSUB: { in genAlternativeCodeSequence() 2098 case CASE_VFMA_SPLATS(FNMSUB): in findCommutedOpIndices() 2128 case CASE_VFMA_OPCODE_LMULS_MF4(FNMSUB, VV): in findCommutedOpIndices() 2254 case CASE_VFMA_SPLATS(FNMSUB): in commuteInstructionImpl() 2279 CASE_VFMA_CHANGE_OPCODE_SPLATS(FNMSAC, FNMSUB) in commuteInstructionImpl() 2280 CASE_VFMA_CHANGE_OPCODE_SPLATS(FNMSUB, FNMSAC) in commuteInstructionImpl() 2284 CASE_VFMA_CHANGE_OPCODE_LMULS_MF4(FNMSAC, FNMSUB, VV) in commuteInstructionImpl() 2301 case CASE_VFMA_OPCODE_LMULS_MF4(FNMSUB, VV): in commuteInstructionImpl() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCSchedPredicates.td | 59 FNMSUB,
|
| H A D | PPCISelLowering.h | 172 FNMSUB, enumerator
|
| H A D | P9InstrResources.td | 427 FNMSUB,
|
| H A D | P10InstrResources.td | 210 FNMSUB,
|
| H A D | PPCISelLowering.cpp | 1765 case PPCISD::FNMSUB: return "PPCISD::FNMSUB"; in getTargetNodeName() 10718 return DAG.getNode(PPCISD::FNMSUB, dl, VT, Op.getOperand(1), in LowerINTRINSIC_WO_CHAIN() 15283 case PPCISD::FNMSUB: in PerformDAGCombine() 17073 return PPCISD::FNMSUB; in invertFMAOpcode() 17074 case PPCISD::FNMSUB: in invertFMAOpcode() 17091 case PPCISD::FNMSUB: in getNegatedExpression()
|
| H A D | PPCInstrInfo.td | 251 def PPCfnmsub : SDNode<"PPCISD::FNMSUB" , SDTFPTernaryOp>; 2904 defm FNMSUB : AForm_1r<63, 30, 3282 (FNMSUB $A, $B, $C)>;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86InstComments.cpp | 359 CASE_FMA4_PACKED_RR(FNMSUB) in printFMAComments() 360 CASE_FMA4_SCALAR_RR(FNMSUB) in printFMAComments() 363 CASE_FMA4_PACKED_RM(FNMSUB) in printFMAComments() 364 CASE_FMA4_SCALAR_RM(FNMSUB) in printFMAComments() 370 CASE_FMA4_PACKED_MR(FNMSUB) in printFMAComments() 371 CASE_FMA4_SCALAR_MR(FNMSUB) in printFMAComments()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachineCombiner.cpp | 318 case MachineCombinerPattern::FNMSUB: in getCombinerObjective()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 554 FNMSUB, enumerator
|
| H A D | X86InstrFragmentsSIMD.td | 550 def X86Fnmsub : SDNode<"X86ISD::FNMSUB", SDTFPTernaryOp, [SDNPCommutative]>;
|
| H A D | X86ISelLowering.cpp | 34649 NODE_NAME_CASE(FNMSUB) in getTargetNodeName() 52015 case X86ISD::FMSUB: Opcode = X86ISD::FNMSUB; break; in negateFMAOpcode() 52021 case X86ISD::FNMSUB: Opcode = X86ISD::FMSUB; break; in negateFMAOpcode() 52036 case X86ISD::FNMADD: Opcode = X86ISD::FNMSUB; break; in negateFMAOpcode() 52039 case X86ISD::FNMSUB: Opcode = X86ISD::FNMADD; break; in negateFMAOpcode() 52053 case ISD::FMA: Opcode = X86ISD::FNMSUB; break; in negateFMAOpcode() 52059 case X86ISD::FNMSUB: Opcode = ISD::FMA; break; in negateFMAOpcode() 52091 SDValue NewNode = DAG.getNode(X86ISD::FNMSUB, DL, VT, Arg.getOperand(0), in combineFneg() 52124 case X86ISD::FNMSUB: in getNegatedExpression() 56546 case X86ISD::FNMSUB: in PerformDAGCombine()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedThunderX3T110.td | 1292 (instregex "^FMADD", "^FMSUB", "^FNMADD", "^FNMSUB")>;
|
| H A D | AArch64SchedThunderX2T99.td | 1184 (instregex "^FMADD", "^FMSUB", "^FNMADD", "^FNMSUB")>;
|
| H A D | AArch64InstrInfo.td | 4331 defm FNMSUB : ThreeOperandFPData<1, 1, "fnmsub",
|