Home
last modified time | relevance | path

Searched defs:MAdd (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/llvm/lib/Target/X86/
DX86PartialReduction.cpp156 Value *MAdd = Builder.CreateAdd(EvenElts, OddElts); in tryMAddReplacement() local
DX86ISelLowering.cpp48476 if (SDValue MAdd = matchPMADDWD(DAG, Op0, Op1, SDLoc(N), VT, Subtarget)) in combineAdd() local
48478 if (SDValue MAdd = matchPMADDWD_2(DAG, Op0, Op1, SDLoc(N), VT, Subtarget)) in combineAdd() local
/external/llvm/lib/Target/Mips/
DMipsISelLowering.h88 MAdd, enumerator
DMipsSEISelLowering.cpp438 SDValue MAdd = CurDAG->getNode(MultOpc, DL, MVT::Untyped, in selectMADD() local
/external/llvm-project/llvm/lib/Target/Mips/
DMipsISelLowering.h136 MAdd, enumerator
DMipsISelLowering.cpp1048 SDValue MAdd = CurDAG.getNode(Opcode, DL, VTs, MAddOps); in performMADD_MSUBCombine() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsISelLowering.h138 MAdd, enumerator
DMipsISelLowering.cpp1047 SDValue MAdd = CurDAG.getNode(Opcode, DL, VTs, MAddOps); in performMADD_MSUBCombine() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp45146 if (SDValue MAdd = combineLoopMAddPattern(N, DAG, Subtarget)) in combineAdd() local
45153 if (SDValue MAdd = matchPMADDWD(DAG, Op0, Op1, SDLoc(N), VT, Subtarget)) in combineAdd() local
45155 if (SDValue MAdd = matchPMADDWD_2(DAG, Op0, Op1, SDLoc(N), VT, Subtarget)) in combineAdd() local