Home
last modified time | relevance | path

Searched defs:ITy (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp165 auto *ITy = cast<IntegerType>(DL.getIntPtrType(BA->getType())); in runImpl() local
203 auto *ITy = in runImpl() local
H A DValueTypes.cpp153 if (IntegerType *ITy = dyn_cast<IntegerType>(LLVMTy)) getExtendedSizeInBits() local
/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp267 if (IntegerType *ITy = getKindForGlobal() local
/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp81 IntegerType *ITy = cast<IntegerType>(Ty); getOverloadKind() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULateCodeGenPrepare.cpp123 shouldReplace(Type * ITy) shouldReplace() argument
/llvm-project/llvm/unittests/IR/
H A DVerifierTest.cpp56 IntegerType *ITy = IntegerType::get(C, 32); TEST() local
H A DInstructionsTest.cpp1521 Type *ITy = Type::getInt32Ty(C); TEST() local
/llvm-project/llvm/lib/IR/
H A DFunction.cpp1411 IntegerType *ITy = cast<IntegerType>(Ty); DecodeFixedType() local
1624 else if (IntegerType *ITy = dyn_cast<IntegerType>(NewTy)) matchIntrinsicType() local
1639 else if (IntegerType *ITy = dyn_cast<IntegerType>(NewTy)) matchIntrinsicType() local
H A DConstants.cpp418 if (IntegerType *ITy = dyn_cast<IntegerType>(Ty)) getAllOnesValue() local
898 IntegerType *ITy = IntegerType::get(Context, V.getBitWidth()); get() local
912 IntegerType *ITy = IntegerType::get(Context, V.getBitWidth()); get() local
918 IntegerType *ITy = IntegerType::get(Context, V.getBitWidth()); get() local
H A DAutoUpgrade.cpp3205 VectorType *ITy = VectorType::getInteger(FTy); upgradeX86IntrinsicCall() local
3214 VectorType *ITy = VectorType::getInteger(FTy); upgradeX86IntrinsicCall() local
3224 VectorType *ITy = VectorType::getInteger(FTy); upgradeX86IntrinsicCall() local
3233 VectorType *ITy = VectorType::getInteger(FTy); upgradeX86IntrinsicCall() local
[all...]
H A DCore.cpp3729 Type* ITy = Type::getInt32Ty(unwrap(B)->GetInsertBlock()->getContext()); LLVMBuildMalloc() local
3738 Type* ITy = Type::getInt32Ty(unwrap(B)->GetInsertBlock()->getContext()); LLVMBuildArrayMalloc() local
/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1719 Type *ITy = Op0->getType(); simplifyAndOfICmpsWithAdd() local
1810 Type *ITy = Op0->getType(); simplifyOrOfICmpsWithAdd() local
2875 Type *ITy = getCompareTy(LHS); // The return type. simplifyICmpOfBools() local
2981 Type *ITy = getCompareTy(LHS); // The return type. simplifyICmpWithZero() local
3038 Type *ITy = getCompareTy(RHS); // The return type. simplifyICmpWithConstant() local
3088 Type *ITy = getCompareTy(RHS); // The return type. simplifyICmpWithBinOpOnLHS() local
3503 Type *ITy = getCompareTy(LHS); // The return type. simplifyICmpWithMinMax() local
3770 Type *ITy = getCompareTy(LHS); // The return type. simplifyICmpInst() local
[all...]
H A DScalarEvolution.cpp496 IntegerType *ITy = cast<IntegerType>(getEffectiveSCEVType(Ty)); getConstant() local
524 SCEVPtrToIntExpr(const FoldingSetNodeIDRef ID,const SCEV * Op,Type * ITy) SCEVPtrToIntExpr() argument
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1148 Type *ITy = I->getType(); SimplifyMultipleUseDemandedBits() local
H A DInstCombineCalls.cpp95 if (IntegerType* ITy = dyn_cast<IntegerType>(Ty)) { in getPromotedType() local
263 Type *ITy = IntegerType::get(MI->getContext(), Len*8); // n=1 -> i8. SimplifyAnyMemSet() local
H A DInstCombineVectorOps.cpp1816 Type *ITy = I->getType(); canEvaluateShuffled() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1467 IntegerType *ITy = nullptr; findCommonType() local
2377 if (IntegerType *ITy = dyn_cast<IntegerType>(LI->getType())) { isIntegerWideningViableForSlice() local
2402 if (IntegerType *ITy = dyn_cast<IntegerType>(ValueTy)) { isIntegerWideningViableForSlice() local
[all...]
/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp363 if (auto *ITy = dyn_cast<IntegerType>(Ty)) { printReturnValStr() local
H A DNVPTXISelLowering.cpp1403 if (auto *ITy = dyn_cast<IntegerType>(retTy)) { getPrototype() local
6387 auto ITy = cast<llvm::IntegerType>(Ty); shouldExpandAtomicRMWInIR() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3569 auto *ITy = cast<IntegerType>(NewTy); copyNonnullMetadata() local
4011 Type *ITy = I->getType(); recognizeBSwapOrBitReverseIdiom() local
[all...]
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp2007 IntegerType *ITy = in fastEmit_ri_() local
/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp3751 EmitCMSEClearRecord(llvm::Value * Src,llvm::IntegerType * ITy,QualType QTy) EmitCMSEClearRecord() argument
3975 auto *ITy = dyn_cast<llvm::IntegerType>(RV->getType()); EmitFunctionEpilog() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1464 const auto ITy = ILE->getType().getCanonicalType(); tryExtractInitializerFromList() local
/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2048 auto ITy = IntegerType::get(C, Value.getBitWidth()); insertSpills() local
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp1075 Type *ITy = IntegerType::get( libcall() local
1094 Type *ITy = IntegerType::get( libcall() local

12