Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/quantization/jit/
H A Dtest_fusion_passes.py11 class MAdd(torch.nn.Module): class
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86PartialReduction.cpp202 Value *MAdd = Builder.CreateAdd(EvenElts, OddElts); in tryMAddReplacement() local
H A DX86ISelLowering.cpp54970 if (SDValue MAdd = matchPMADDWD(DAG, Op0, Op1, DL, VT, Subtarget)) in combineAdd() local
54972 if (SDValue MAdd = matchPMADDWD_2(DAG, Op0, Op1, DL, VT, Subtarget)) in combineAdd() local
54974 if (SDValue MAdd = combineAddOfPMADDWD(DAG, Op0, Op1, DL, VT)) in combineAdd() local
/aosp_15_r20/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.h88 MAdd, enumerator
H A DMipsSEISelLowering.cpp438 SDValue MAdd = CurDAG->getNode(MultOpc, DL, MVT::Untyped, in selectMADD() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
H A DMipsISelLowering.h139 MAdd, enumerator
H A DMipsISelLowering.cpp1037 SDValue MAdd = CurDAG.getNode(Opcode, DL, VTs, MAddOps); in performMADD_MSUBCombine() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsISelLowering.h138 MAdd, enumerator
H A DMipsISelLowering.cpp1047 SDValue MAdd = CurDAG.getNode(Opcode, DL, VTs, MAddOps); in performMADD_MSUBCombine() local
/aosp_15_r20/prebuilts/go/linux-x86/src/text/template/
Dexec_test.go228 func (t *T) MAdd(a int, b []int) []int { func
/aosp_15_r20/prebuilts/go/linux-x86/src/html/template/
Dexec_test.go225 func (t *T) MAdd(a int, b []int) []int { func
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp45149 if (SDValue MAdd = combineLoopMAddPattern(N, DAG, Subtarget)) in combineAdd() local
45156 if (SDValue MAdd = matchPMADDWD(DAG, Op0, Op1, SDLoc(N), VT, Subtarget)) in combineAdd() local
45158 if (SDValue MAdd = matchPMADDWD_2(DAG, Op0, Op1, SDLoc(N), VT, Subtarget)) in combineAdd() local