/external/valgrind/memcheck/tests/ |
D | sh-mem.c | 134 #define DO(NNN, Ty, ITy, isF4) \ in main() argument
|
/external/llvm/lib/IR/ |
D | ValueTypes.cpp | 107 if (IntegerType *ITy = dyn_cast<IntegerType>(LLVMTy)) in getExtendedSizeInBits() local
|
D | Function.cpp | 800 IntegerType *ITy = cast<IntegerType>(Ty); in DecodeFixedType() local
|
D | Verifier.cpp | 3357 else if (IntegerType *ITy = dyn_cast<IntegerType>(NewTy)) in VerifyIntrinsicType() local 3372 else if (IntegerType *ITy = dyn_cast<IntegerType>(NewTy)) in VerifyIntrinsicType() local
|
D | Constants.cpp | 251 if (IntegerType *ITy = dyn_cast<IntegerType>(Ty)) in getAllOnesValue() local 574 IntegerType *ITy = IntegerType::get(Context, V.getBitWidth()); in get() local
|
D | Core.cpp | 2463 Type* ITy = Type::getInt32Ty(unwrap(B)->GetInsertBlock()->getContext()); in LLVMBuildMalloc() local 2474 Type* ITy = Type::getInt32Ty(unwrap(B)->GetInsertBlock()->getContext()); in LLVMBuildArrayMalloc() local
|
/external/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 182 if (IntegerType *ITy = in getKindForGlobal() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 193 if (IntegerType *ITy = dyn_cast<IntegerType>(Ty)) in isLargeIntegerTy() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 362 auto *ITy = cast<IntegerType>(NewTy); in combineLoadToNewType() local
|
D | InstCombineCalls.cpp | 35 if (IntegerType* ITy = dyn_cast<IntegerType>(Ty)) { in getPromotedType() local 176 Type *ITy = IntegerType::get(MI->getContext(), Len*8); // n=1 -> i8. in SimplifyMemSet() local
|
D | InstCombineAndOrXor.cpp | 108 IntegerType *ITy = dyn_cast<IntegerType>(I.getType()); in SimplifyBSwap() local 1710 IntegerType *ITy = dyn_cast<IntegerType>(I.getType()); in MatchBSwapOrBitReverse() local
|
D | InstCombineCasts.cpp | 667 if (IntegerType *ITy = dyn_cast<IntegerType>(CI.getType())) { in transformZExtICmp() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 1078 IntegerType *ITy = nullptr; in findCommonType() local 1934 if (IntegerType *ITy = dyn_cast<IntegerType>(LI->getType())) { in isIntegerWideningViableForSlice() local 1955 if (IntegerType *ITy = dyn_cast<IntegerType>(ValueTy)) { in isIntegerWideningViableForSlice() local
|
D | SCCP.cpp | 1314 Type *ITy = I.getType(); in ResolvedUndefsIn() local
|
/external/llvm/lib/Analysis/ |
D | MemoryDependenceAnalysis.cpp | 583 if (IntegerType *ITy = dyn_cast<IntegerType>(LI->getType())) { in getSimplePointerDependencyFrom() local
|
D | InstructionSimplify.cpp | 1522 Type *ITy = Op0->getType(); in SimplifyAndOfICmps() local 1681 Type *ITy = Op0->getType(); in SimplifyOrOfICmps() local 2146 Type *ITy = GetCompareTy(LHS); // The return type. in SimplifyICmpInst() local
|
D | ScalarEvolution.cpp | 324 IntegerType *ITy = cast<IntegerType>(getEffectiveSCEVType(Ty)); in getConstant() local
|
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 966 auto ITy = IVSize == 32 ? CGM.Int32Ty : CGM.Int64Ty; in createForStaticInitFunction() local 992 auto ITy = IVSize == 32 ? CGM.Int32Ty : CGM.Int64Ty; in createDispatchInitFunction() local 1031 auto ITy = IVSize == 32 ? CGM.Int32Ty : CGM.Int64Ty; in createDispatchNextFunction() local
|
D | CGBuiltin.cpp | 1255 llvm::Type *ITy = llvm::IntegerType::get(getLLVMContext(), in EmitBuiltinExpr() local
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 358 if (auto *ITy = dyn_cast<IntegerType>(Ty)) { in printReturnValStr() local
|
D | NVPTXISelLowering.cpp | 918 if (auto *ITy = dyn_cast<IntegerType>(retTy)) { in getPrototype() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 1746 IntegerType *ITy = in fastEmit_ri_() local
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 1967 Type *ITy = Val->getType()->getScalarType(); in getStepVector() local 5819 Type *ITy = Val->getType(); in getStepVector() local
|