Searched refs:ITy (Results 1 - 25 of 38) sorted by relevance

12

/external/valgrind/memcheck/tests/
H A Dsh-mem.c130 // type or an FP type. 'ITy' is the same-sized integer type (and thus
131 // will be the same as 'Ty' if 'ITy' is an integer type). 'ITy' is used
134 #define DO(NNN, Ty, ITy, isF4) \
136 NNN, #Ty, #ITy); \
154 ITy undefN_ITy = (ITy)tmp; \
159 ITy undefN_ITyDef = undefN_ITy; \
/external/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp182 if (IntegerType *ITy =
184 if ((ITy->getBitWidth() == 8 || ITy->getBitWidth() == 16 ||
185 ITy->getBitWidth() == 32) &&
187 if (ITy->getBitWidth() == 8)
189 if (ITy->getBitWidth() == 16)
192 assert(ITy->getBitWidth() == 32 && "Unknown width");
/external/swiftshader/third_party/LLVM/lib/Target/
H A DTargetLoweringObjectFile.cpp174 if (IntegerType *ITy =
176 if ((ITy->getBitWidth() == 8 || ITy->getBitWidth() == 16 ||
177 ITy->getBitWidth() == 32) &&
179 if (ITy->getBitWidth() == 8)
181 if (ITy->getBitWidth() == 16)
184 assert(ITy->getBitWidth() == 32 && "Unknown width");
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DPatternMatch.h62 template<typename ITy>
63 bool match(ITy *V) { return isa<Class>(V); }
78 template<typename ITy>
79 bool match(ITy *V) {
94 template<typename ITy>
95 bool match(ITy *V) {
117 template<typename ITy>
118 bool match(ITy *V) {
142 template<typename ITy>
143 bool match(ITy *
[all...]
/external/llvm/include/llvm/IR/
H A DPatternMatch.h60 template <typename ITy> bool match(ITy *V) { return isa<Class>(V); }
92 template <typename ITy> bool match(ITy *V) {
107 template <typename ITy> bool match(ITy *V) {
128 template <typename ITy> bool match(ITy *V) {
140 template <typename ITy> bool match(ITy *
[all...]
/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1501 Type *ITy = Op0->getType(); local
1518 return getFalse(ITy);
1538 return getFalse(ITy);
1540 return getFalse(ITy);
1544 return getFalse(ITy);
1546 return getFalse(ITy);
1552 return getFalse(ITy);
1555 return getFalse(ITy);
1700 Type *ITy = Op0->getType();
1712 return getTrue(ITy);
2169 Type *ITy = GetCompareTy(LHS); // The return type. local
[all...]
H A DMemoryDependenceAnalysis.cpp540 if (IntegerType *ITy = dyn_cast<IntegerType>(LI->getType())) {
541 if (LI->getAlignment() * 8 > ITy->getPrimitiveSizeInBits() &&
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DInstructionSimplify.cpp1436 Type *ITy = GetCompareTy(LHS); // The return type. local
1443 return ConstantInt::get(ITy, CmpInst::isTrueWhenEqual(Pred));
1492 return ConstantInt::get(ITy, CmpInst::isFalseWhenEqual(Pred));
1501 return getFalse(ITy);
1503 return getTrue(ITy);
1507 return getFalse(ITy);
1512 return getTrue(ITy);
1517 return getTrue(ITy);
1519 return getFalse(ITy);
1524 return getTrue(ITy);
[all...]
H A DMemoryDependenceAnalysis.cpp396 if (IntegerType *ITy = dyn_cast<IntegerType>(LI->getType()))
397 if (LI->getAlignment()*8 > ITy->getPrimitiveSizeInBits() &&
/external/llvm/lib/IR/
H A DFunction.cpp827 IntegerType *ITy = cast<IntegerType>(Ty);
828 assert(ITy->getBitWidth() % 2 == 0);
829 return IntegerType::get(Context, ITy->getBitWidth() / 2);
992 else if (IntegerType *ITy = dyn_cast<IntegerType>(NewTy))
993 NewTy = IntegerType::get(ITy->getContext(), 2 * ITy->getBitWidth());
1007 else if (IntegerType *ITy = dyn_cast<IntegerType>(NewTy))
1008 NewTy = IntegerType::get(ITy->getContext(), ITy->getBitWidth() / 2);
H A DValueTypes.cpp112 if (IntegerType *ITy = dyn_cast<IntegerType>(LLVMTy))
113 return ITy->getBitWidth();
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DValueTypes.cpp86 if (IntegerType *ITy = dyn_cast<IntegerType>(LLVMTy))
87 return ITy->getBitWidth();
H A DConstants.cpp131 if (IntegerType *ITy = dyn_cast<IntegerType>(Ty))
133 APInt::getAllOnesValue(ITy->getBitWidth()));
414 IntegerType *ITy = IntegerType::get(Context, V.getBitWidth()); local
416 DenseMapAPIntKeyInfo::KeyTy Key(V, ITy);
418 if (!Slot) Slot = new ConstantInt(ITy, V);
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp1299 Type *ITy = I.getType(); local
1314 markForcedConstant(&I, Constant::getNullValue(ITy));
1328 markForcedConstant(&I, Constant::getNullValue(ITy));
1337 markForcedConstant(&I, Constant::getNullValue(ITy));
1345 markForcedConstant(&I, Constant::getAllOnesValue(ITy));
1353 markForcedConstant(&I, Constant::getNullValue(ITy));
1374 markForcedConstant(&I, Constant::getNullValue(ITy));
1390 markForcedConstant(&I, Constant::getAllOnesValue(ITy));
1408 markForcedConstant(&I, Constant::getNullValue(ITy));
H A DSROA.cpp1065 IntegerType *ITy = nullptr;
1094 if (!ITy || ITy->getBitWidth() < UserITy->getBitWidth())
1095 ITy = UserITy;
1106 return TyIsCommon ? Ty : ITy;
1918 if (IntegerType *ITy = dyn_cast<IntegerType>(LI->getType())) {
1919 if (ITy->getBitWidth() < DL.getTypeStoreSizeInBits(ITy))
1939 if (IntegerType *ITy = dyn_cast<IntegerType>(ValueTy)) {
1940 if (ITy
[all...]
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DSCCP.cpp1485 Type *ITy = I->getType(); local
1500 markForcedConstant(I, Constant::getNullValue(ITy));
1514 markForcedConstant(I, Constant::getNullValue(ITy));
1523 markForcedConstant(I, Constant::getNullValue(ITy));
1531 markForcedConstant(I, Constant::getAllOnesValue(ITy));
1539 markForcedConstant(I, Constant::getNullValue(ITy));
1555 markForcedConstant(I, Constant::getNullValue(ITy));
1563 markForcedConstant(I, Constant::getAllOnesValue(ITy));
1573 markForcedConstant(I, Constant::getNullValue(ITy));
/external/llvm/lib/Transforms/Utils/
H A DLocal.cpp1890 IntegerType *ITy = dyn_cast<IntegerType>(I->getType());
1891 if (!ITy || ITy->getBitWidth() > 128)
1893 unsigned BW = ITy->getBitWidth();
1896 IntegerType *DemandedTy = ITy;
1929 if (ITy != DemandedTy) {
1942 auto *ExtInst = CastInst::Create(Instruction::ZExt, CI, ITy, "zext", I);
1947 Function *F = Intrinsic::getDeclaration(I->getModule(), Intrin, ITy);
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp25 if (IntegerType* ITy = dyn_cast<IntegerType>(Ty)) {
26 if (ITy->getBitWidth() < 32)
144 Type *ITy = IntegerType::get(MI->getContext(), Len*8); // n=1 -> i8. local
148 Type *NewDstPtrTy = PointerType::get(ITy, DstAddrSp);
156 StoreInst *S = Builder->CreateStore(ConstantInt::get(ITy, Fill), Dest,
H A DInstCombineCasts.cpp590 if (IntegerType *ITy = dyn_cast<IntegerType>(CI.getType())) {
591 uint32_t BitWidth = ITy->getBitWidth();
612 ConstantInt::get(ITy, UnknownBit));
616 Result, ConstantInt::get(ITy, UnknownBit.countTrailingZeros()));
619 Result = Builder->CreateXor(Result, ConstantInt::get(ITy, 1));
H A DInstCombineAndOrXor.cpp1404 IntegerType *ITy = dyn_cast<IntegerType>(I.getType()); local
1405 if (!ITy || ITy->getBitWidth() % 16 ||
1407 ITy->getBitWidth() > 32*8)
1413 ByteValues.resize(ITy->getBitWidth()/8);
1429 Function *F = Intrinsic::getDeclaration(M, Intrinsic::bswap, ITy);
/external/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp193 if (IntegerType *ITy = dyn_cast<IntegerType>(Ty))
194 return ITy->getBitWidth() > (Is32Bit ? 32U : 64U);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp365 auto *ITy = cast<IntegerType>(NewTy); local
367 ConstantPointerNull::get(cast<PointerType>(Ptr->getType())), ITy);
369 ConstantExpr::getAdd(NullInt, ConstantInt::get(ITy, 1));
H A DInstCombineCasts.cpp667 if (IntegerType *ITy = dyn_cast<IntegerType>(CI.getType())) {
668 uint32_t BitWidth = ITy->getBitWidth();
688 ConstantInt::get(ITy, UnknownBit));
692 Result, ConstantInt::get(ITy, UnknownBit.countTrailingZeros()));
695 Result = Builder->CreateXor(Result, ConstantInt::get(ITy, 1));
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
H A DCBackend.cpp3472 if (IntegerType* ITy = dyn_cast<IntegerType>(Operand->getType()))
3473 if (!ITy->isPowerOf2ByteWidth())
3476 BitMask = ConstantInt::get(ITy, ITy->getBitMask());
/external/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1644 auto ITy = IVSize == 32 ? CGM.Int32Ty : CGM.Int64Ty; local
1645 auto PtrTy = llvm::PointerType::getUnqual(ITy);
1654 ITy, // incr
1655 ITy // chunk
1670 auto ITy = IVSize == 32 ? CGM.Int32Ty : CGM.Int64Ty; local
1674 ITy, // lower
1675 ITy, // upper
1676 ITy, // stride
1677 ITy // chunk
1709 auto ITy local
[all...]

Completed in 555 milliseconds

12