Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1168 case CASE_VFMA_SPLATS(FMSUB): in findCommutedOpIndices()
1195 case CASE_VFMA_OPCODE_LMULS(FMSUB, VV): in findCommutedOpIndices()
1296 case CASE_VFMA_SPLATS(FMSUB): in commuteInstructionImpl()
1321 CASE_VFMA_CHANGE_OPCODE_SPLATS(FMSAC, FMSUB) in commuteInstructionImpl()
1322 CASE_VFMA_CHANGE_OPCODE_SPLATS(FMSUB, FMSAC) in commuteInstructionImpl()
1328 CASE_VFMA_CHANGE_OPCODE_LMULS(FMSAC, FMSUB, VV) in commuteInstructionImpl()
1345 case CASE_VFMA_OPCODE_LMULS(FMSUB, VV): in commuteInstructionImpl()
1359 CASE_VFMA_CHANGE_OPCODE_LMULS(FMSUB, FMSAC, VV) in commuteInstructionImpl()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86InstComments.cpp325 CASE_FMA4_PACKED_RR(FMSUB) in printFMAComments()
326 CASE_FMA4_SCALAR_RR(FMSUB) in printFMAComments()
329 CASE_FMA4_PACKED_RM(FMSUB) in printFMAComments()
330 CASE_FMA4_SCALAR_RM(FMSUB) in printFMAComments()
335 CASE_FMA4_PACKED_MR(FMSUB) in printFMAComments()
336 CASE_FMA4_SCALAR_MR(FMSUB) in printFMAComments()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h554 FMSUB, enumerator
H A DX86InstrFragmentsSIMD.td544 def X86Fmsub : SDNode<"X86ISD::FMSUB", SDTFPTernaryOp, [SDNPCommutative]>;
H A DX86ISelLowering.cpp31707 NODE_NAME_CASE(FMSUB) in getTargetNodeName()
38393 if (FMSub.getOpcode() != X86ISD::FMSUB) in combineShuffleToFMAddSub()
38396 if (FMAdd.getOpcode() != ISD::FMA || FMSub.getOpcode() != X86ISD::FMSUB || in combineShuffleToFMAddSub()
47284 case X86ISD::FMSUB: Opcode = X86ISD::FNMSUB; break; in negateFMAOpcode()
47290 case X86ISD::FNMSUB: Opcode = X86ISD::FMSUB; break; in negateFMAOpcode()
47299 case ISD::FMA: Opcode = X86ISD::FMSUB; break; in negateFMAOpcode()
47302 case X86ISD::FMSUB: Opcode = ISD::FMA; break; in negateFMAOpcode()
47324 case X86ISD::FMSUB: Opcode = X86ISD::FNMADD; break; in negateFMAOpcode()
47326 case X86ISD::FNMADD: Opcode = X86ISD::FMSUB; break; in negateFMAOpcode()
47391 case X86ISD::FMSUB: in getNegatedExpression()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DP9InstrResources.td415 (instregex "FMSUB(S)?$"),
H A DPPCInstrInfo.td3263 defm FMSUB : AForm_1r<63, 28,
3650 (FMSUB $A, $B, $C)>;
3666 def : Pat<(int_ppc_fmsub f64:$A, f64:$B, f64:$C), (FMSUB $A, $B, $C)>;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedThunderX2T99.td1182 (instregex "^FMADD", "^FMSUB", "^FNMADD", "^FNMSUB")>;
H A DAArch64SchedThunderX3T110.td1289 (instregex "^FMADD", "^FMSUB", "^FNMADD", "^FNMSUB")>;
H A DAArch64SchedA64FX.td1557 (instregex "^FMADD", "^FMSUB", "^FNMADD", "^FNMSUB")>;
H A DAArch64InstrInfo.td3926 defm FMSUB : ThreeOperandFPData<0, 1, "fmsub",
3936 // N.b. FMSUB etc have the accumulator at the *end* of (outs), unlike