Home
last modified time | relevance | path

Searched refs:bitwidth (Results 1 – 24 of 24) sorted by relevance

/external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
Dllvm_executionengine.mli34 (** [of_int32 n w] boxes the int32 [i] in a generic value with the bitwidth
38 (** [of_int n w] boxes the int [i] in a generic value with the bitwidth
43 bitwidth [w]. See the field [llvm::GenericValue::IntVal]. *)
47 (** [of_int64 n w] boxes the int64 [i] in a generic value with the bitwidth
61 Is invalid if [gv] has a bitwidth greater than 32 bits. See the field
66 Is invalid if [gv] has a bitwidth greater than the host bit width (but the
72 [nativeint]. Is invalid if [gv] has a bitwidth greater than
77 Is invalid if [gv] has a bitwidth greater than [int64]. See the field
/external/llvm/test/CodeGen/PowerPC/
Dfastisel-gep-promote-before-add.ll1 ; fastisel should not fold add with non-pointer bitwidth
/external/llvm/test/CodeGen/ARM/
Dfastisel-gep-promote-before-add.ll1 ; fastisel should not fold add with non-pointer bitwidth
/external/llvm/test/CodeGen/AArch64/
Darm64-fastisel-gep-promote-before-add.ll1 ; fastisel should not fold add with non-pointer bitwidth
/external/llvm/test/Transforms/Float2Int/
Dtoolarge.ll9 ; up to i64, so it should fail (even though the max integer bitwidth is 256).
Dbasic.ll235 ; i80 > i64, which is the largest bitwidth handleable by default.
/external/llvm/lib/Transforms/Utils/
DBypassSlowDivision.cpp237 unsigned int bitwidth = T->getBitWidth(); in bypassSlowDivision() local
240 DenseMap<unsigned int, unsigned int>::const_iterator BI = BypassWidths.find(bitwidth); in bypassSlowDivision()
/external/llvm/test/Transforms/MergeFunc/
Dinttoptr-address-space.ll19 ; Check for pointer bitwidth equal assertion failure
/external/llvm/test/CodeGen/X86/
Dfastisel-gep-promote-before-add.ll1 ; fastisel should not fold add with non-pointer bitwidth
Dswitch.ll748 ; Don't assert due to truncating the bitwidth (64) to i4 when checking
/external/clang/test/Sema/
Ddesignated-initializers.c118 int bitwidth[] = { [(long long int)1] = 5, [(short int)2] = 2 }; variable
/external/llvm/test/Analysis/ScalarEvolution/
Dincreasing-or-decreasing-iv.ll147 ; backedge taken count of the loop has the same bitwidth as the
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.mli390 (** [i1_type c] returns an integer type of bitwidth 1 in the context [c]. See
394 (** [i8_type c] returns an integer type of bitwidth 8 in the context [c]. See
398 (** [i16_type c] returns an integer type of bitwidth 16 in the context [c]. See
402 (** [i32_type c] returns an integer type of bitwidth 32 in the context [c]. See
406 (** [i64_type c] returns an integer type of bitwidth 64 in the context [c]. See
410 (** [integer_type c n] returns an integer type of bitwidth [n] in the context
720 * None is returned if this is not an integer constant, or bitwidth exceeds 64.
/external/ImageMagick/m4/
Dltoptions.m4352 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
Dlibtool.m42435 # bitwidth (32 or 64) of that shared object, and providing the
/external/pcre/dist2/m4/
Dltoptions.m4352 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
Dlibtool.m42435 # bitwidth (32 or 64) of that shared object, and providing the
/external/llvm/test/Bitcode/
Dinvalid.test11 RUN: not llvm-dis -disable-output %p/Inputs/invalid-bitwidth.bc 2>&1 | \
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli523 (** [i1_type c] returns an integer type of bitwidth 1 in the context [c]. See
527 (** [i8_type c] returns an integer type of bitwidth 8 in the context [c]. See
531 (** [i16_type c] returns an integer type of bitwidth 16 in the context [c]. See
535 (** [i32_type c] returns an integer type of bitwidth 32 in the context [c]. See
539 (** [i64_type c] returns an integer type of bitwidth 64 in the context [c]. See
543 (** [integer_type c n] returns an integer type of bitwidth [n] in the context
883 None is returned if this is not an integer constant, or bitwidth exceeds 64.
/external/llvm/docs/
DStatepoints.rst572 the moment, only deopt parameters with a bitwidth of 64 bits or less
576 extension to the original bitwidth).
DMergeFunctions.rst560 2.1.3.1. If types are vectors, compare their bitwidth using the
DBitCodeFormat.rst142 these start with an abbreviation ID encoded as a fixed-bitwidth field. The
DLangRef.rst1869 the smallest integer type that is larger than the bitwidth of the
1871 the bitwidth then the largest integer type is used. For example,
11992 The first argument is a pointer to an integer value of arbitrary bitwidth
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td5358 // bitwidth-1 bits.