HomeSort by relevance Sort by last modified time
    Searched full:bitwidth (Results 151 - 175 of 333) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/google-breakpad/src/common/
test_assembler.h 342 // The names of these functions have the form <ENDIANNESS><BITWIDTH>:
346 // <BITWIDTH> is 8, 16, 32, or 64.
349 // <BITWIDTH>=8 functions are equivalent.
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 392 bool allowsMisalignedMemoryAccesses(unsigned BitWidth, unsigned AddressSpace = 0,
460 /// \return The bitwidth of the largest vector type that should be used to
671 virtual bool allowsMisalignedMemoryAccesses(unsigned BitWidth,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
Local.cpp 766 unsigned BitWidth = TD ? TD->getPointerSizeInBits() : 64;
767 APInt Mask = APInt::getAllOnesValue(BitWidth);
768 APInt KnownZero(BitWidth, 0), KnownOne(BitWidth, 0);
776 unsigned Align = 1u << std::min(BitWidth - 1, TrailZ);
    [all...]
  /external/llvm/lib/CodeGen/
AtomicExpandPass.cpp 344 /// Get the iX type with the same bitwidth as T.
348 unsigned BitWidth = VT.getStoreSizeInBits();
349 assert(BitWidth == VT.getSizeInBits() && "must be a power of two");
350 return IntegerType::get(T->getContext(), BitWidth);
354 /// equivalent bitwidth. See the function comment on
432 /// equivalent bitwidth. We used to not support floating point or vector
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ConstantFolding.cpp 612 unsigned BitWidth = TD->getTypeSizeInBits(IntPtrTy);
614 APInt(BitWidth, TD->getIndexedOffset(Ptr->getType(),
634 Offset += APInt(BitWidth,
641 APInt BasePtr(BitWidth, 0);
645 BasePtr = Base->getValue().zextOrTrunc(BitWidth);
670 APInt ElemSize(BitWidth, TD->getTypeAllocSize(ATy->getElementType()));
693 Offset -= APInt(BitWidth, SL.getElementOffset(ElIdx));
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 194 "KnownZero, KnownOne and Min, Max must have equal bitwidth.");
217 "Ty, KnownZero, KnownOne and Min, Max must have equal bitwidth.");
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
ValueTypes.cpp 33 EVT EVT::getExtendedIntegerVT(LLVMContext &Context, unsigned BitWidth) {
35 VT.LLVMTy = IntegerType::get(Context, BitWidth);
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp     [all...]
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp 169 int BitWidth = Opcode == AArch64::BFMXri ? 64 : 32;
170 int LSB = (BitWidth - ImmR) % BitWidth;
179 int BitWidth = Opcode == AArch64::BFMXri ? 64 : 32;
180 int LSB = (BitWidth - ImmR) % BitWidth;
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 271 virtual IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const;
274 virtual IntType getLeastIntTypeByWidth(unsigned BitWidth,
278 RealType getRealTypeByWidth(unsigned BitWidth) const;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 50 uint32_t BitWidth = cast<IntegerType>(V->getType())->getBitWidth();
51 uint32_t CSTVal = CST->getLimitedValue(BitWidth);
53 APInt(BitWidth, 1).shl(CSTVal));
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/Hii/
Hii.h 493 OUT UINT16 *BitWidth,
  /external/clang/test/Sema/
designated-initializers.c 118 int bitwidth[] = { [(long long int)1] = 5, [(short int)2] = 2 }; variable
  /external/llvm/include/llvm/DebugInfo/CodeView/
RecordSerialization.h 56 /// that indicates the bitwidth and sign of the numeric data.
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.h 39 /// of the same bitwidth.
  /frameworks/compile/slang/
rs_cc_options.cpp 225 // Check for bitwidth arguments.
  /prebuilts/go/darwin-x86/src/cmd/vet/all/
main.go 108 log.Fatalf("unknown bitwidth for arch %q", goarch)
  /prebuilts/go/linux-x86/src/cmd/vet/all/
main.go 108 log.Fatalf("unknown bitwidth for arch %q", goarch)
  /external/llvm/lib/Support/
APFloat.cpp     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Protocol/
HiiFramework.h 563 @param BitWidth If EFI_SUCCESS was returned, the UINT16 pointed to by
580 OUT UINT16 *BitWidth,
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]
  /external/llvm/include/llvm/ADT/
APFloat.h 280 /// \param BitWidth - Select float type
282 static APFloat getAllOnesValue(unsigned BitWidth, bool isIEEE = false);
  /external/llvm/include/llvm/IR/
DataLayout.h 403 /// the specified bitwidth.
404 unsigned getABIIntegerTypeAlignment(unsigned BitWidth) const;

Completed in 981 milliseconds

1 2 3 4 5 67 8 91011>>