/external/llvm/lib/Transforms/IPO/ |
MergeFunctions.cpp | 209 /// If both types are vectors, then vector with greater bitwidth is 211 /// If both types are vectors with the same bitwidth, then types 236 /// Ints with greater bitwidth are greater. Ints with same bitwidths 283 /// 2.1. All vectors with equal bitwidth to vector A, has equal bitwidth to [all...] |
/external/llvm/utils/TableGen/ |
IntrinsicEmitter.cpp | 211 unsigned BitWidth = MVT(VT).getSizeInBits(); 212 switch (BitWidth) {
|
/external/swiftshader/third_party/LLVM/unittests/ADT/ |
APIntTest.cpp | 19 // Test that APInt shift left works when bitwidth > 64 and shiftamt == 0 431 EXPECT_DEATH(APInt(0, "", 0), "Bitwidth too small");
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
IntrinsicEmitter.cpp | 179 unsigned BitWidth = EVT(VT).getSizeInBits(); 180 OS << "IntegerType::get(Context, " << BitWidth << ")";
|
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineMulDivRem.cpp | 143 unsigned BitWidth = LHS->getType()->getScalarSizeInBits(); 152 if (SignBits > BitWidth + 1) 156 // SignBits == BitWidth + 1 and 157 // SignBits == BitWidth 160 if (SignBits == BitWidth + 1) { [all...] |
/external/llvm/lib/Transforms/Scalar/ |
SeparateConstOffsetFromGEP.cpp | 535 unsigned BitWidth = cast<IntegerType>(V->getType())->getBitWidth(); 539 if (U == nullptr) return APInt(BitWidth, 0); 541 APInt ConstantOffset(BitWidth, 0); 551 ZeroExtended, NonNegative).sext(BitWidth); 559 /* ZeroExtended */ true, /* NonNegative */ false).zext(BitWidth); [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
AsmPrinter.cpp | [all...] |
/external/skia/src/pathops/ |
SkPathOpsDebug.cpp | [all...] |
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
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. [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
SimpleSValBuilder.cpp | 167 unsigned BitWidth = Context.getTypeSize(castTy); 170 return makeLocAsInteger(val, BitWidth); [all...] |
/external/llvm/unittests/ADT/ |
APIntTest.cpp | 27 // Test that APInt shift left works when bitwidth > 64 and shiftamt == 0 777 EXPECT_DEATH(APInt(0, "", 0), "Bitwidth too small"); 973 // Test BitWidth == 1 special cases. [all...] |
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
SPIRVInstruction.h | 637 "Inconsistent BitWidth"); 648 "Inconsistent BitWidth"); [all...] |
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
ELFWriter.cpp | 613 unsigned BitWidth = CI->getBitWidth(); 614 assert(isPowerOf2_32(BitWidth) && 619 for (unsigned i = 0, e = BitWidth / 64; i != e; ++i) { [all...] |
/external/ImageMagick/m4/ |
ltoptions.m4 | 352 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
|
/external/clang/lib/AST/ |
TemplateBase.cpp | 76 Integer.BitWidth = Value.getBitWidth();
|
/external/llvm/include/llvm/CodeGen/ |
FunctionLoweringInfo.h | 247 const LiveOutInfo *GetLiveOutRegInfo(unsigned Reg, unsigned BitWidth);
|
BasicTTIImpl.h | 108 bool allowsMisalignedMemoryAccesses(unsigned BitWidth, unsigned AddressSpace, 110 MVT M = MVT::getIntegerVT(BitWidth); [all...] |
/external/llvm/test/Analysis/ScalarEvolution/ |
increasing-or-decreasing-iv.ll | 147 ; backedge taken count of the loop has the same bitwidth as the
|
/external/llvm/test/Transforms/Float2Int/ |
basic.ll | 235 ; i80 > i64, which is the largest bitwidth handleable by default.
|
/external/pcre/dist2/m4/ |
ltoptions.m4 | 352 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
|
/external/v8/src/wasm/ |
decoder.h | 324 // Check there are no bits set beyond the bitwidth of {IntType}.
|
/frameworks/compile/slang/ |
slang_rs_export_foreach.cpp | 356 /* BitWidth = */ nullptr,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/ |
HiiDatabase.h | 350 @param BitWidth If EFI_SUCCESS was returned, the UINT16 pointed to by this value is filled with the length of the glyph in pixels.
369 OUT UINT16 *BitWidth,
[all...] |
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/ |
FrameworkHii.h | 603 @param BitWidth If EFI_SUCCESS was returned, the UINT16 pointed to by
622 OUT UINT16 *BitWidth,
[all...] |
/external/llvm/lib/Target/AMDGPU/ |
SIInstrInfo.cpp | [all...] |