Searched refs:bitwidth (Results 1 – 24 of 24) sorted by relevance
/external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/ |
D | llvm_executionengine.mli | 34 (** [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/ |
D | fastisel-gep-promote-before-add.ll | 1 ; fastisel should not fold add with non-pointer bitwidth
|
/external/llvm/test/CodeGen/ARM/ |
D | fastisel-gep-promote-before-add.ll | 1 ; fastisel should not fold add with non-pointer bitwidth
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-fastisel-gep-promote-before-add.ll | 1 ; fastisel should not fold add with non-pointer bitwidth
|
/external/llvm/test/Transforms/Float2Int/ |
D | toolarge.ll | 9 ; up to i64, so it should fail (even though the max integer bitwidth is 256).
|
D | basic.ll | 235 ; i80 > i64, which is the largest bitwidth handleable by default.
|
/external/llvm/lib/Transforms/Utils/ |
D | BypassSlowDivision.cpp | 237 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/ |
D | inttoptr-address-space.ll | 19 ; Check for pointer bitwidth equal assertion failure
|
/external/llvm/test/CodeGen/X86/ |
D | fastisel-gep-promote-before-add.ll | 1 ; fastisel should not fold add with non-pointer bitwidth
|
D | switch.ll | 748 ; Don't assert due to truncating the bitwidth (64) to i4 when checking
|
/external/clang/test/Sema/ |
D | designated-initializers.c | 118 int bitwidth[] = { [(long long int)1] = 5, [(short int)2] = 2 }; variable
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | increasing-or-decreasing-iv.ll | 147 ; backedge taken count of the loop has the same bitwidth as the
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm.mli | 390 (** [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/ |
D | ltoptions.m4 | 352 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
|
D | libtool.m4 | 2435 # bitwidth (32 or 64) of that shared object, and providing the
|
/external/pcre/dist2/m4/ |
D | ltoptions.m4 | 352 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
|
D | libtool.m4 | 2435 # bitwidth (32 or 64) of that shared object, and providing the
|
/external/llvm/test/Bitcode/ |
D | invalid.test | 11 RUN: not llvm-dis -disable-output %p/Inputs/invalid-bitwidth.bc 2>&1 | \
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 523 (** [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/ |
D | Statepoints.rst | 572 the moment, only deopt parameters with a bitwidth of 64 bits or less 576 extension to the original bitwidth).
|
D | MergeFunctions.rst | 560 2.1.3.1. If types are vectors, compare their bitwidth using the
|
D | BitCodeFormat.rst | 142 these start with an abbreviation ID encoded as a fixed-bitwidth field. The
|
D | LangRef.rst | 1869 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/ |
D | AArch64InstrInfo.td | 5358 // bitwidth-1 bits.
|