HomeSort by relevance Sort by last modified time
    Searched defs:WordType (Results 1 - 13 of 13) sorted by null

  /external/llvm/lib/CodeGen/
LowerEmuTLS.cpp 113 IntegerType *WordType = DL.getIntPtrType(C);
116 Type *ElementTypes[4] = {WordType, WordType, VoidPtrType, InitPtrType};
150 ConstantInt::get(WordType, DL.getTypeStoreSize(GVType)),
151 ConstantInt::get(WordType, GVAlignment),
158 DL.getABITypeAlignment(WordType),
AtomicExpandPass.cpp 565 Type *WordType;
608 Ret.WordType = Type::getIntNTy(Ctx, WordSize * 8);
611 Ret.WordType->getPointerTo(Addr->getType()->getPointerAddressSpace());
628 Ret.ShiftAmt = Builder.CreateTrunc(Ret.ShiftAmt, Ret.WordType, "ShiftAmt");
630 ConstantInt::get(Ret.WordType, (1 << ValueSize * 8) - 1), Ret.ShiftAmt,
677 Builder.CreateZExt(NewVal, PMV.WordType), PMV.ShiftAmt);
708 Builder.CreateShl(Builder.CreateZExt(AI->getValOperand(), PMV.WordType),
719 insertRMWCmpXchgLoop(Builder, PMV.WordType, PMV.AlignedAddr, MemOpOrder,
790 Builder.CreateShl(Builder.CreateZExt(NewVal, PMV.WordType), PMV.ShiftAmt);
792 Builder.CreateShl(Builder.CreateZExt(Cmp, PMV.WordType), PMV.ShiftAmt)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 71 typedef uint64_t WordType;
76 APINT_WORD_SIZE = sizeof(WordType),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 71 typedef uint64_t WordType;
76 APINT_WORD_SIZE = sizeof(WordType),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 71 typedef uint64_t WordType;
76 APINT_WORD_SIZE = sizeof(WordType),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 71 typedef uint64_t WordType;
76 APINT_WORD_SIZE = sizeof(WordType),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 71 typedef uint64_t WordType;
76 APINT_WORD_SIZE = sizeof(WordType),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 71 typedef uint64_t WordType;
76 APINT_WORD_SIZE = sizeof(WordType),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 71 typedef uint64_t WordType;
76 APINT_WORD_SIZE = sizeof(WordType),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 71 typedef uint64_t WordType;
76 APINT_WORD_SIZE = sizeof(WordType),
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX8632Traits.h 277 static constexpr Type WordType = IceType_i32;
    [all...]
IceTargetLoweringX8664Traits.h 302 static constexpr Type WordType = IceType_i64;
    [all...]
IceTargetLoweringX86BaseImpl.h     [all...]

Completed in 1313 milliseconds