Searched defs:MAdd (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86PartialReduction.cpp | 199 Value *MAdd = Builder.CreateAdd(EvenElts, OddElts); in tryMAddReplacement() local
|
| H A D | X86ISelLowering.cpp | 57888 if (SDValue MAdd = matchPMADDWD(DAG, N, DL, VT, Subtarget)) in combineAdd() local 57890 if (SDValue MAdd = matchPMADDWD_2(DAG, N, DL, VT, Subtarget)) in combineAdd() local 57892 if (SDValue MAdd = combineAddOfPMADDWD(DAG, Op0, Op1, DL, VT)) in combineAdd() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.h | 137 MAdd, enumerator
|
| H A D | MipsISelLowering.cpp | 1112 SDValue MAdd = CurDAG.getNode(Opcode, DL, MVT::Untyped, MAddOps); in performMADD_MSUBCombine() local
|