/aosp_15_r20/external/pytorch/test/quantization/jit/ |
H A D | test_fusion_passes.py | 11 class MAdd(torch.nn.Module): class
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86PartialReduction.cpp | 202 Value *MAdd = Builder.CreateAdd(EvenElts, OddElts); in tryMAddReplacement() local
|
H A D | X86ISelLowering.cpp | 54970 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 D | MipsISelLowering.h | 88 MAdd, enumerator
|
H A D | MipsSEISelLowering.cpp | 438 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 D | MipsISelLowering.h | 139 MAdd, enumerator
|
H A D | MipsISelLowering.cpp | 1037 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 D | MipsISelLowering.h | 138 MAdd, enumerator
|
H A D | MipsISelLowering.cpp | 1047 SDValue MAdd = CurDAG.getNode(Opcode, DL, VTs, MAddOps); in performMADD_MSUBCombine() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/text/template/ |
D | exec_test.go | 228 func (t *T) MAdd(a int, b []int) []int { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/html/template/ |
D | exec_test.go | 225 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 D | X86ISelLowering.cpp | 45149 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
|