Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineCombinerPattern.h177 FNMSUB, enumerator
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1476 : 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 DPPCSchedPredicates.td59 FNMSUB,
H A DPPCISelLowering.h172 FNMSUB, enumerator
H A DP9InstrResources.td427 FNMSUB,
H A DP10InstrResources.td210 FNMSUB,
H A DPPCISelLowering.cpp1765 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 DPPCInstrInfo.td251 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 DX86InstComments.cpp359 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 DMachineCombiner.cpp318 case MachineCombinerPattern::FNMSUB: in getCombinerObjective()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.h554 FNMSUB, enumerator
H A DX86InstrFragmentsSIMD.td550 def X86Fnmsub : SDNode<"X86ISD::FNMSUB", SDTFPTernaryOp, [SDNPCommutative]>;
H A DX86ISelLowering.cpp34649 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 DAArch64SchedThunderX3T110.td1292 (instregex "^FMADD", "^FMSUB", "^FNMADD", "^FNMSUB")>;
H A DAArch64SchedThunderX2T99.td1184 (instregex "^FMADD", "^FMSUB", "^FNMADD", "^FNMSUB")>;
H A DAArch64InstrInfo.td4331 defm FNMSUB : ThreeOperandFPData<1, 1, "fnmsub",