Searched refs:BitSize (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp140 const size_t BitSize = ByteSize * 8; local
149 Type *Ty = Type::getIntNTy(M.getContext(), BitSize);
151 SmallString<32> AtomicLoadName("__tsan_atomic" + itostr(BitSize) +
156 SmallString<32> AtomicStoreName("__tsan_atomic" + itostr(BitSize) +
364 const size_t BitSize = ByteSize * 8; local
365 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize);
379 const size_t BitSize = ByteSize * 8; local
380 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize);
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DIntrinsicLowering.cpp169 unsigned BitSize = V->getType()->getPrimitiveSizeInBits(); local
173 switch(BitSize) {
273 unsigned BitSize = V->getType()->getPrimitiveSizeInBits(); local
274 unsigned WordSize = (BitSize + 63) / 64;
279 for (unsigned i = 1, ct = 0; i < (BitSize>64 ? 64 : BitSize);
290 if (BitSize > 64) {
293 BitSize -= 64;
306 unsigned BitSize = V->getType()->getPrimitiveSizeInBits(); local
307 for (unsigned i = 1; i < BitSize;
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DValueTypes.h623 unsigned BitSize = getSizeInBits(); local
624 return BitSize >= 8 && !(BitSize & (BitSize - 1));
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetLowering.h1990 unsigned BitSize = VT.getSizeInBits();
1992 if (BitSize < 8 || !isPowerOf2_32(BitSize)) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2948 unsigned BitSize = TD->getTypeSizeInBits(OpTy); local
2949 switch (BitSize) {
2958 EVT::getEVT(IntegerType::get(OpTy->getContext(), BitSize), true);
H A DSelectionDAGBuilder.cpp5804 unsigned BitSize = TD->getTypeSizeInBits(OpTy); local
5805 switch (BitSize) {
5813 OpTy = IntegerType::get(Context, BitSize);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/
H A DPPCISelLowering.cpp712 unsigned BitSize; local
715 if (BV->isConstantSplat(APVal, APUndef, BitSize, HasAnyUndefs, 32, true))

Completed in 147 milliseconds