Home
last modified time | relevance | path

Searched refs:extending (Results 1 – 25 of 409) sorted by relevance

12345678910>>...17

/external/llvm/test/CodeGen/AArch64/
Daddsub_ext.ll18 ; Zero-extending to 32-bits
30 ; Zero-extending to 64-bits
41 ; Sign-extending to 32-bits
52 ; Sign-extending to 64-bits
93 ; Zero-extending to 32-bits
105 ; Zero-extending to 64-bits
116 ; Sign-extending to 32-bits
127 ; Sign-extending to 64-bits
151 ; Zero-extending to 32-bits
163 ; Zero-extending to 64-bits
[all …]
Dldst-unscaledimm.ll21 ; match a sign-extending load 8-bit -> 32-bit
28 ; match a zero-extending load volatile 8-bit -> 32-bit
35 ; match an any-extending load volatile 8-bit -> 32-bit
42 ; match a sign-extending load volatile 8-bit -> 64-bit
49 ; match a zero-extending load volatile 8-bit -> 64-bit.
82 ; match a sign-extending load 16-bit -> 32-bit
90 ; match a zero-extending load volatile 16-bit -> 32-bit. With offset that would be unaligned.
98 ; match an any-extending load volatile 16-bit -> 32-bit
106 ; match a sign-extending load volatile 16-bit -> 64-bit
114 ; match a zero-extending load volatile 16-bit -> 64-bit.
Dldst-unsignedimm.ll18 ; match a sign-extending load 8-bit -> 32-bit
25 ; match a zero-extending load volatile 8-bit -> 32-bit
31 ; match an any-extending load volatile 8-bit -> 32-bit
37 ; match a sign-extending load volatile 8-bit -> 64-bit
43 ; match a zero-extending load volatile 8-bit -> 64-bit.
72 ; match a sign-extending load volatile 16-bit -> 32-bit
79 ; match a zero-extending load volatile 16-bit -> 32-bit
85 ; match an any-extending load volatile 16-bit -> 32-bit
91 ; match a sign-extending load volatile 16-bit -> 64-bit
97 ; match a zero-extending load volatile 16-bit -> 64-bit.
/external/llvm/test/CodeGen/NVPTX/
Dbug26185-2.ll3 ; Verify that we correctly emit code for extending ldg/ldu. We do not expose
4 ; extending variants in the backend, but the ldg/ldu selection code may pick
5 ; extending loads as candidates. We do want to support this, so make sure we
7 ; emit the real extending loads.
/external/eigen/doc/
DPreprocessorDirectives.dox144 - \b EIGEN_ARRAY_PLUGIN - filename of plugin for extending the Array class.
145 - \b EIGEN_ARRAYBASE_PLUGIN - filename of plugin for extending the ArrayBase class.
146 - \b EIGEN_CWISE_PLUGIN - filename of plugin for extending the Cwise class.
147 - \b EIGEN_DENSEBASE_PLUGIN - filename of plugin for extending the DenseBase class.
148 …- \b EIGEN_DYNAMICSPARSEMATRIX_PLUGIN - filename of plugin for extending the DynamicSparseMatrix c…
150 - \b EIGEN_MAPBASE_PLUGIN - filename of plugin for extending the MapBase class.
151 - \b EIGEN_MATRIX_PLUGIN - filename of plugin for extending the Matrix class.
152 - \b EIGEN_MATRIXBASE_PLUGIN - filename of plugin for extending the MatrixBase class.
153 - \b EIGEN_PLAINOBJECTBASE_PLUGIN - filename of plugin for extending the PlainObjectBase class.
154 - \b EIGEN_QUATERNION_PLUGIN - filename of plugin for extending the Quaternion class.
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrMemory.td43 // Defines atomic and non-atomic loads, regular and extending.
116 // Select extending loads with no constant offset.
128 // Select extending loads with a constant offset.
151 // Select extending loads with just a constant offset.
175 // Resolve "don't care" extending loads to zero-extending loads. This is
176 // somewhat arbitrary, but zero-extending is conceptually simpler.
178 // Select "don't care" extending loads with no constant offset.
185 // Select "don't care" extending loads with a constant offset.
197 // Select "don't care" extending loads with just a constant offset.
DWebAssemblyInstrAtomics.td163 // Extending loads. Note that there are only zero-extending atomic loads, no
164 // sign-extending loads.
171 // Fragments for extending loads. These are different from regular loads because
179 // These can be selected to a single zero-extending atomic load instruction.
207 // Select zero-extending loads with no constant offset.
214 // Select sign-extending loads with no constant offset
221 // Zero-extending loads with constant offset
233 // Sign-extending loads with constant offset
519 // Truncating & zero-extending binary RMW patterns.
520 // These are combined patterns of truncating store patterns and zero-extending
[all …]
/external/python/cffi/doc/source/
Dgoals.rst43 .. _`CPython native C extensions`: http://docs.python.org/extending/extending.html
44 .. _`native C extensions`: http://docs.python.org/extending/extending.html
/external/llvm/test/CodeGen/SystemZ/
Dint-move-09.ll18 ; Check sign-extending loads from i16.
28 ; Check zero-extending loads from i16.
38 ; Check sign-extending loads from i32.
48 ; Check zero-extending loads from i32.
Dbranch-06.ll92 ; Check that CRJ is used for checking equality with a zero-extending
111 ; ...and zero-extending i16 loads.
147 ; Check that CRJ is used for checking order between two zero-extending
/external/auto/factory/src/main/java/com/google/auto/factory/processor/
DAutoFactoryProcessor.java143 ImmutableSet.Builder<TypeMirror> extending = newTypeSetBuilder(); in doProcess() local
149 extending.add(methodDescriptor.declaration().extendingType().asType()); in doProcess()
173 Iterables.getOnlyElement(extending.build()), in doProcess()
/external/auto/factory/src/test/resources/bad/
DInterfaceSupertype.java20 @AutoFactory(extending = Runnable.class)
DFinalSupertype.java20 @AutoFactory(extending = Boolean.class)
DEnumSupertype.java21 @AutoFactory(extending = TimeUnit.class)
DFactoryExtendingAbstractClassWithConstructorParams.java21 @AutoFactory(extending = AbstractFactory.class)
/external/auto/factory/src/test/resources/good/
DFactoryExtendingAbstractClass.java21 @AutoFactory(extending = AbstractFactory.class)
DFactoryExtendingAbstractClassWithMultipleConstructors.java21 @AutoFactory(extending = AbstractFactory.class)
DFactoryExtendingAbstractClassThrows.java22 @AutoFactory(extending = AbstractFactory.class)
/external/python/cpython2/Doc/tools/
Dsusp-ignored.csv6 extending/embedding,,:numargs,"if(!PyArg_ParseTuple(args, "":numargs""))"
7 extending/extending,,:set,"if (PyArg_ParseTuple(args, ""O:set_callback"", &temp)) {"
8 extending/extending,,:myfunction,"PyArg_ParseTuple(args, ""D:myfunction"", &c);"
9 extending/newtypes,,:call,"if (!PyArg_ParseTuple(args, ""sss:call"", &arg1, &arg2, &arg3)) {"
/external/python/cpython3/Doc/faq/
Dindex.rst14 extending.rst
/external/python/cpython2/Doc/faq/
Dindex.rst14 extending.rst
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonInstrFormatsV5.td83 let TSFlags{27-23} = opExtentBits; //Number of bits of range before extending.
85 let TSFlags{29-28} = opExtentAlign; // Alignment exponent before extending.
/external/auto/factory/src/main/java/com/google/auto/factory/
DAutoFactory.java58 Class<?> extending() default Object.class; in extending() method
/external/libxml2/result/schemas/
Dderivation-ok-extension_0_0.err1 …Schema}attribute': Skipping attribute use prohibition, since it is pointless when extending a type.
/external/llvm/test/Transforms/InstCombine/
D2006-04-28-ShiftShiftLongLong.ll3 ; This cannot be turned into a sign extending cast!

12345678910>>...17