Home
last modified time | relevance | path

Searched refs:RM (Results 1 – 25 of 760) sorted by relevance

12345678910>>...31

/external/llvm-project/llvm/test/Transforms/LowerMatrixIntrinsics/
Dmultiply-i32-row-major.ll3 … -lower-matrix-intrinsics -matrix-default-layout=row-major -S < %s | FileCheck --check-prefix=RM %s
8 ; RM-LABEL: @multiply_2x2(
9 ; RM-NEXT: entry:
10 ; RM-NEXT: [[SPLIT:%.*]] = shufflevector <4 x i32> [[A:%.*]], <4 x i32> undef, <2 x i32> <i32 0,…
11 ; RM-NEXT: [[SPLIT1:%.*]] = shufflevector <4 x i32> [[A]], <4 x i32> undef, <2 x i32> <i32 2, i3…
12 ; RM-NEXT: [[SPLIT2:%.*]] = shufflevector <4 x i32> [[B:%.*]], <4 x i32> undef, <2 x i32> <i32 0…
13 ; RM-NEXT: [[SPLIT3:%.*]] = shufflevector <4 x i32> [[B]], <4 x i32> undef, <2 x i32> <i32 2, i3…
14 ; RM-NEXT: [[BLOCK:%.*]] = shufflevector <2 x i32> [[SPLIT2]], <2 x i32> undef, <1 x i32> zeroin…
15 ; RM-NEXT: [[TMP0:%.*]] = extractelement <2 x i32> [[SPLIT]], i64 0
16 ; RM-NEXT: [[SPLAT_SPLATINSERT:%.*]] = insertelement <1 x i32> undef, i32 [[TMP0]], i32 0
[all …]
Dmultiply-double-row-major.ll3 … -lower-matrix-intrinsics -matrix-default-layout=row-major -S < %s | FileCheck --check-prefix=RM %s
8 ; RM-LABEL: @multiply_2x2(
9 ; RM-NEXT: entry:
10 ; RM-NEXT: [[SPLIT:%.*]] = shufflevector <4 x double> [[A:%.*]], <4 x double> undef, <2 x i32> <…
11 ; RM-NEXT: [[SPLIT1:%.*]] = shufflevector <4 x double> [[A]], <4 x double> undef, <2 x i32> <i32…
12 ; RM-NEXT: [[SPLIT2:%.*]] = shufflevector <4 x double> [[B:%.*]], <4 x double> undef, <2 x i32> …
13 ; RM-NEXT: [[SPLIT3:%.*]] = shufflevector <4 x double> [[B]], <4 x double> undef, <2 x i32> <i32…
14 ; RM-NEXT: [[BLOCK:%.*]] = shufflevector <2 x double> [[SPLIT2]], <2 x double> undef, <1 x i32> …
15 ; RM-NEXT: [[TMP0:%.*]] = extractelement <2 x double> [[SPLIT]], i64 0
16 ; RM-NEXT: [[SPLAT_SPLATINSERT:%.*]] = insertelement <1 x double> undef, double [[TMP0]], i32 0
[all …]
Dmultiply-add-sub-double-row-major.ll3 … -lower-matrix-intrinsics -matrix-default-layout=row-major -S < %s | FileCheck --check-prefix=RM %s
9 ; RM-LABEL: @multiply_sub_add_2x3_3x2(
10 ; RM-NEXT: entry:
11 ; RM-NEXT: [[TMP0:%.*]] = bitcast <6 x double>* [[A_PTR:%.*]] to double*
12 ; RM-NEXT: [[VEC_CAST:%.*]] = bitcast double* [[TMP0]] to <3 x double>*
13 ; RM-NEXT: [[COL_LOAD:%.*]] = load <3 x double>, <3 x double>* [[VEC_CAST]], align 8
14 ; RM-NEXT: [[VEC_GEP:%.*]] = getelementptr double, double* [[TMP0]], i64 3
15 ; RM-NEXT: [[VEC_CAST1:%.*]] = bitcast double* [[VEC_GEP]] to <3 x double>*
16 ; RM-NEXT: [[COL_LOAD2:%.*]] = load <3 x double>, <3 x double>* [[VEC_CAST1]], align 8
17 ; RM-NEXT: [[TMP1:%.*]] = bitcast <6 x double>* [[B_PTR:%.*]] to double*
[all …]
Dtranspose-double-row-major.ll2 … -lower-matrix-intrinsics -matrix-default-layout=row-major -S < %s | FileCheck --check-prefix=RM %s
5 ; RM-LABEL: @transpose(
6 ; RM-NEXT: entry:
7 ; RM-NEXT: [[SPLIT:%.*]] = shufflevector <8 x double> [[A:%.*]], <8 x double> undef, <4 x i32> <…
8 ; RM-NEXT: [[SPLIT1:%.*]] = shufflevector <8 x double> [[A]], <8 x double> undef, <4 x i32> <i32…
9 ; RM-NEXT: [[TMP0:%.*]] = extractelement <4 x double> [[SPLIT]], i64 0
10 ; RM-NEXT: [[TMP1:%.*]] = insertelement <2 x double> undef, double [[TMP0]], i64 0
11 ; RM-NEXT: [[TMP2:%.*]] = extractelement <4 x double> [[SPLIT1]], i64 0
12 ; RM-NEXT: [[TMP3:%.*]] = insertelement <2 x double> [[TMP1]], double [[TMP2]], i64 1
13 ; RM-NEXT: [[TMP4:%.*]] = extractelement <4 x double> [[SPLIT]], i64 1
[all …]
Dtranspose-float-row-major.ll2 … -lower-matrix-intrinsics -matrix-default-layout=row-major -S < %s | FileCheck --check-prefix=RM %s
5 ; RM-LABEL: @transpose(
6 ; RM-NEXT: entry:
7 ; RM-NEXT: [[SPLIT:%.*]] = shufflevector <8 x float> [[A:%.*]], <8 x float> undef, <4 x i32> <i3…
8 ; RM-NEXT: [[SPLIT1:%.*]] = shufflevector <8 x float> [[A]], <8 x float> undef, <4 x i32> <i32 4…
9 ; RM-NEXT: [[TMP0:%.*]] = extractelement <4 x float> [[SPLIT]], i64 0
10 ; RM-NEXT: [[TMP1:%.*]] = insertelement <2 x float> undef, float [[TMP0]], i64 0
11 ; RM-NEXT: [[TMP2:%.*]] = extractelement <4 x float> [[SPLIT1]], i64 0
12 ; RM-NEXT: [[TMP3:%.*]] = insertelement <2 x float> [[TMP1]], float [[TMP2]], i64 1
13 ; RM-NEXT: [[TMP4:%.*]] = extractelement <4 x float> [[SPLIT]], i64 1
[all …]
Dtranspose-i32-row-major.ll2 … -lower-matrix-intrinsics -matrix-default-layout=row-major -S < %s | FileCheck --check-prefix=RM %s
5 ; RM-LABEL: @transpose(
6 ; RM-NEXT: entry:
7 ; RM-NEXT: [[SPLIT:%.*]] = shufflevector <8 x i32> [[A:%.*]], <8 x i32> undef, <4 x i32> <i32 0,…
8 ; RM-NEXT: [[SPLIT1:%.*]] = shufflevector <8 x i32> [[A]], <8 x i32> undef, <4 x i32> <i32 4, i3…
9 ; RM-NEXT: [[TMP0:%.*]] = extractelement <4 x i32> [[SPLIT]], i64 0
10 ; RM-NEXT: [[TMP1:%.*]] = insertelement <2 x i32> undef, i32 [[TMP0]], i64 0
11 ; RM-NEXT: [[TMP2:%.*]] = extractelement <4 x i32> [[SPLIT1]], i64 0
12 ; RM-NEXT: [[TMP3:%.*]] = insertelement <2 x i32> [[TMP1]], i32 [[TMP2]], i64 1
13 ; RM-NEXT: [[TMP4:%.*]] = extractelement <4 x i32> [[SPLIT]], i64 1
[all …]
/external/python/cpython3/Tools/unicode/
DMakefile12 RM = /bin/rm macro
32 $(RM) build/atarist.*
33 $(RM) build/us_ascii_quotes.*
34 $(RM) build/ibmgraph.*
35 $(RM) build/sgml.*
36 $(RM) -f build/readme.*
43 $(RM) build/cp9*
44 $(RM) -f build/readme.*
48 $(RM) -f build/isoreadme.*
52 $(RM) build/mac_dingbats.*
[all …]
/external/python/cpython2/Tools/unicode/
DMakefile12 RM = /bin/rm macro
32 $(RM) build/atarist.*
33 $(RM) build/us_ascii_quotes.*
34 $(RM) build/ibmgraph.*
35 $(RM) build/sgml.*
36 $(RM) -f build/readme.*
43 $(RM) build/cp9*
44 $(RM) -f build/readme.*
48 $(RM) -f build/isoreadme.*
52 $(RM) build/mac_dingbats.*
[all …]
/external/bc/
DMakefile.in143 RM = rm
337 @$(RM) -f $(GEN_EXEC)
341 @$(RM) -f src/*.tmp gen/*.tmp
342 @$(RM) -f $(OBJ)
343 @$(RM) -f $(BC_EXEC)
344 @$(RM) -f $(DC_EXEC)
345 @$(RM) -fr $(BIN)
346 @$(RM) -f $(LOCALES)/*.cat
347 @$(RM) -f $(BC_LIB_C) $(BC_LIB_O)
348 @$(RM) -f $(BC_LIB2_C) $(BC_LIB2_O)
[all …]
/external/libcups/systemv/
DMakefile46 $(RM) $(OBJS) $(TARGETS)
47 $(RM) cupsdisable cupsenable cupsreject
84 $(RM) $(SBINDIR)/cupsdisable
86 $(RM) $(SBINDIR)/cupsenable
88 $(RM) $(SBINDIR)/cupsreject
125 $(RM) $(BINDIR)/cancel
126 $(RM) $(BINDIR)/cupstestppd
127 $(RM) $(BINDIR)/lp
128 $(RM) $(BINDIR)/lpoptions
129 $(RM) $(BINDIR)/lpstat
[all …]
/external/libpng/contrib/pngminim/decoder/
Dmakefile14 RM=rm -f macro
102 $(RM) pnglibconf.h pnglibconf.dfn
110 $(RM) pngm2pnm$(O)
111 $(RM) pngm2pnm$(E)
112 $(RM) $(OBJS)
116 $(RM) -r scripts # historical reasons
117 $(RM) $(PNGSRCS) $(PNGH)
118 $(RM) $(ZSRCS) $(ZH) $(ZCONF)
119 $(RM) $(PROGSRCS) $(PROGHDRS) $(PROGDOCS)
128 $(RM) $@
[all …]
/external/libpng/contrib/pngminim/encoder/
Dmakefile14 RM=rm -f macro
101 $(RM) pnglibconf.h pnglibconf.dfn
109 $(RM) pnm2pngm$(O)
110 $(RM) pnm2pngm$(E)
111 $(RM) $(OBJS)
115 $(RM) -r scripts # historical reasons
116 $(RM) $(PNGSRCS) $(PNGH)
117 $(RM) $(ZSRCS) $(ZH) $(ZCONF)
118 $(RM) $(PROGSRCS) $(PROGHDRS) $(PROGDOCS)
127 $(RM) $@
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcTargetMachine.cpp57 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel() argument
58 if (!RM.hasValue()) in getEffectiveRelocModel()
60 return *RM; in getEffectiveRelocModel()
74 getEffectiveSparcCodeModel(Optional<CodeModel::Model> CM, Reloc::Model RM, in getEffectiveSparcCodeModel() argument
86 return RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in getEffectiveSparcCodeModel()
94 const TargetOptions &Options, Optional<Reloc::Model> RM, in SparcTargetMachine() argument
97 getEffectiveRelocModel(RM), in SparcTargetMachine()
99 CM, getEffectiveRelocModel(RM), is64bit, JIT), in SparcTargetMachine()
195 Optional<Reloc::Model> RM, in SparcV8TargetMachine() argument
198 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, false) {} in SparcV8TargetMachine()
[all …]
/external/llvm-project/llvm/lib/Target/Sparc/
DSparcTargetMachine.cpp57 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel() argument
58 if (!RM.hasValue()) in getEffectiveRelocModel()
60 return *RM; in getEffectiveRelocModel()
74 getEffectiveSparcCodeModel(Optional<CodeModel::Model> CM, Reloc::Model RM, in getEffectiveSparcCodeModel() argument
86 return RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in getEffectiveSparcCodeModel()
94 const TargetOptions &Options, Optional<Reloc::Model> RM, in SparcTargetMachine() argument
97 getEffectiveRelocModel(RM), in SparcTargetMachine()
99 CM, getEffectiveRelocModel(RM), is64bit, JIT), in SparcTargetMachine()
194 Optional<Reloc::Model> RM, in SparcV8TargetMachine() argument
197 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, false) {} in SparcV8TargetMachine()
[all …]
/external/libpng/contrib/pngminim/preader/
Dmakefile14 RM=rm -f macro
117 $(RM) pnglibconf.h pnglibconf.dfn
125 $(RM) rpng2-x$(O)
126 $(RM) rpng2-x$(E)
127 $(RM) $(OBJS)
131 $(RM) -r scripts # historical reasons
132 $(RM) $(PNGSRCS) $(PNGH)
133 $(RM) $(ZSRCS) $(ZH) $(ZCONF)
134 $(RM) $(PROGSRCS) $(PROGHDRS) $(PROGDOCS)
143 $(RM) $@
[all …]
/external/rust/crates/libz-sys/src/zlib/msdos/
DMakefile.dj241 RM=del
90 $(RM) $(INCLUDE_PATH)\zlib.h
91 $(RM) $(INCLUDE_PATH)\zconf.h
92 $(RM) $(LIBRARY_PATH)\libz.a
95 $(RM) *.d
96 $(RM) *.o
97 $(RM) *.exe
98 $(RM) libz.a
99 $(RM) foo.gz
/external/libcups/
DMakefile102 $(RM) Makedefs config.h config.log config.status
103 $(RM) conf/cups-files.conf conf/cupsd.conf conf/mime.convs conf/pam.std conf/snmp.conf
104 $(RM) cups-config
105 $(RM) desktop/cups.desktop
106 $(RM) doc/index.html
107 $(RM) packaging/cups.list
108 …$(RM) scheduler/cups-lpd.xinetd scheduler/cups.sh scheduler/cups.xml scheduler/org.cups.cups-lpd.p…
109 $(RM) templates/header.tmpl
110 -$(RM) doc/*/index.html
111 -$(RM) templates/*/header.tmpl
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPFloat.h585 IEEEFloat frexp(const IEEEFloat &Val, int &Exp, IEEEFloat::roundingMode RM);
597 const APFloat &cc, roundingMode RM);
600 DoubleAPFloat &Out, roundingMode RM);
628 opStatus add(const DoubleAPFloat &RHS, roundingMode RM);
629 opStatus subtract(const DoubleAPFloat &RHS, roundingMode RM);
630 opStatus multiply(const DoubleAPFloat &RHS, roundingMode RM);
631 opStatus divide(const DoubleAPFloat &RHS, roundingMode RM);
635 const DoubleAPFloat &Addend, roundingMode RM);
636 opStatus roundToIntegral(roundingMode RM);
657 unsigned int Width, bool IsSigned, roundingMode RM,
[all …]
/external/llvm-project/llvm/include/llvm/ADT/
DAPFloat.h596 IEEEFloat frexp(const IEEEFloat &Val, int &Exp, IEEEFloat::roundingMode RM);
608 const APFloat &cc, roundingMode RM);
611 DoubleAPFloat &Out, roundingMode RM);
639 opStatus add(const DoubleAPFloat &RHS, roundingMode RM);
640 opStatus subtract(const DoubleAPFloat &RHS, roundingMode RM);
641 opStatus multiply(const DoubleAPFloat &RHS, roundingMode RM);
642 opStatus divide(const DoubleAPFloat &RHS, roundingMode RM);
646 const DoubleAPFloat &Addend, roundingMode RM);
647 opStatus roundToIntegral(roundingMode RM);
668 unsigned int Width, bool IsSigned, roundingMode RM,
[all …]
/external/libcups/scheduler/
DMakefile108 $(RM) $(OBJS)
109 $(RM) $(TARGETS) $(UNITTARGETS) convert
253 $(RM) $(SBINDIR)/cupsd
254 $(RM) $(SBINDIR)/cupsfilter
255 $(RM) $(SERVERBIN)/daemon/cups-deviced
256 $(RM) $(SERVERBIN)/daemon/cups-driverd
257 $(RM) $(SERVERBIN)/daemon/cups-exec
258 $(RM) $(SERVERBIN)/daemon/cups-lpd
274 $(RM) $(BUILDROOT)$(INITDIR)/init.d/cups; \
276 $(RM) $(BUILDROOT)$(INITDIR)/rc0.d/K00cups; \
[all …]
/external/libopus/doc/
DMakefile.am35 $(RM) -r html
36 $(RM) -r latex
37 $(RM) -r man
38 $(RM) doxygen-build.stamp
39 $(RM) doxygen_sqlite3.db
42 $(RM) -r $(DESTDIR)$(docdir)/html
43 $(RM) $(DESTDIR)$(mandir)/man3/opus_*.3 $(DESTDIR)$(mandir)/man3/opus.h.3
/external/llvm-project/clang/unittests/StaticAnalyzer/
DCallDescriptionTest.cpp52 ResultMap &RM; member in clang::ento::__anon44432baa0111::CallDescriptionConsumer
66 const bool *LookupResult = RM.lookup(*Call); in performTest()
76 ResultMap &RM) in CallDescriptionConsumer() argument
77 : ExprEngineConsumer(C), RM(RM) {} in CallDescriptionConsumer()
87 ResultMap RM; member in clang::ento::__anon44432baa0111::CallDescriptionAction
92 : RM(Data) {} in CallDescriptionAction()
96 return std::make_unique<CallDescriptionConsumer>(Compiler, RM); in CreateASTConsumer()
/external/libcups/cups/
DMakefile228 $(RM) $(OBJS) $(TARGETS) $(UNITTARGETS)
229 $(RM) libcups.so libcups.dylib
230 $(RM) libcupsimage.so libcupsimage.dylib
298 $(RM) $(LIBDIR)/`basename $(LIBCUPS) .2`; \
302 $(RM) $(LIBDIR)/libcups.dylib; \
309 $(RM) $(LIBDIR)/`basename $(LIBCUPSIMAGE) .2`; \
313 $(RM) $(LIBDIR)/libcupsimage.dylib; \
341 $(RM) $(LIBDIR)/libcups.2.dylib
342 $(RM) $(LIBDIR)/libcups.a
343 $(RM) $(LIBDIR)/libcups.dylib
[all …]
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h594 IEEEFloat frexp(const IEEEFloat &Val, int &Exp, IEEEFloat::roundingMode RM);
606 const APFloat &cc, roundingMode RM);
609 DoubleAPFloat &Out, roundingMode RM);
637 opStatus add(const DoubleAPFloat &RHS, roundingMode RM);
638 opStatus subtract(const DoubleAPFloat &RHS, roundingMode RM);
925 opStatus add(const APFloat &RHS, roundingMode RM) { in add() argument
927 return U.IEEE.add(RHS.U.IEEE, RM); in add()
929 return U.Double.add(RHS.U.Double, RM); in add()
932 opStatus subtract(const APFloat &RHS, roundingMode RM) { in subtract() argument
934 return U.IEEE.subtract(RHS.U.IEEE, RM); in subtract()
[all …]
/external/libpng/contrib/pngminus/
DMakefile8 RM = rm -f macro
55 $(RM) png2pnm.o
56 $(RM) pnm2png.o
57 $(RM) png2pnm$(EXEEXT)
58 $(RM) pnm2png$(EXEEXT)
59 $(RM) png2pnm-static$(EXEEXT)
60 $(RM) pnm2png-static$(EXEEXT)

12345678910>>...31