HomeSort by relevance Sort by last modified time
    Searched defs:WordType (Results 1 - 8 of 8) 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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
LowerEmuTLS.cpp 115 IntegerType *WordType = DL.getIntPtrType(C);
118 Type *ElementTypes[4] = {WordType, WordType, VoidPtrType, InitPtrType};
152 ConstantInt::get(WordType, DL.getTypeStoreSize(GVType)),
153 ConstantInt::get(WordType, GVAlignment),
160 DL.getABITypeAlignment(WordType),
AtomicExpandPass.cpp 575 Type *WordType;
618 Ret.WordType = Type::getIntNTy(Ctx, WordSize * 8);
621 Ret.WordType->getPointerTo(Addr->getType()->getPointerAddressSpace());
638 Ret.ShiftAmt = Builder.CreateTrunc(Ret.ShiftAmt, Ret.WordType, "ShiftAmt");
640 ConstantInt::get(Ret.WordType, (1 << ValueSize * 8) - 1), Ret.ShiftAmt,
687 Builder.CreateZExt(NewVal, PMV.WordType), PMV.ShiftAmt);
717 Builder.CreateShl(Builder.CreateZExt(AI->getValOperand(), PMV.WordType),
728 insertRMWCmpXchgLoop(Builder, PMV.WordType, PMV.AlignedAddr, MemOpOrder,
799 Builder.CreateShl(Builder.CreateZExt(NewVal, PMV.WordType), PMV.ShiftAmt);
801 Builder.CreateShl(Builder.CreateZExt(Cmp, PMV.WordType), PMV.ShiftAmt)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
APInt.h 71 typedef uint64_t WordType;
76 APINT_WORD_SIZE = sizeof(WordType),
87 static const WordType WORD_MAX = ~WordType(0);
191 static void divide(const WordType *LHS, unsigned lhsWords,
192 const WordType *RHS, unsigned rhsWords, WordType *Quotient,
193 WordType *Remainder);
428 return U.VAL == ((WordType(1) << (BitWidth - 1)) - 1);
444 return U.VAL == (WordType(1) << (BitWidth - 1))
    [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 584 milliseconds