/llvm-project/llvm/tools/llvm-reduce/deltas/ |
H A D | ReduceOperands.cpp | 92 if (auto *IntTy = dyn_cast<IntegerType>(Ty)) { in reduceOperandsOneDeltaPass() local 111 } else if (IntegerType *IntTy = dyn_cast<IntegerType>(ElementType)) { in reduceOperandsOneDeltaPass() local 134 if (auto *IntTy = dyn_cast<IntegerType>(Op->getType())) in reduceOperandsZeroDeltaPass() local
|
/llvm-project/clang/unittests/Analysis/FlowSensitive/ |
H A D | RecordOpsTest.cpp | 62 QualType IntTy = in TEST() local 121 QualType IntTy = in TEST() local 218 QualType IntTy = getFieldNamed(ADecl, "i")->getType(); in TEST() local
|
/llvm-project/llvm/lib/FuzzMutate/ |
H A D | OpDescriptor.cpp | 21 if (auto *IntTy = dyn_cast<IntegerType>(T)) { in makeConstantsWithType() local
|
/llvm-project/clang/test/SemaOpenACC/ |
H A D | compute-construct-clause-ast.cpp | 517 using IntTy = int; global() typedef [all...] |
H A D | compute-construct-intexpr-clause-ast.cpp | 674 using IntTy = int; global() typedef
|
H A D | compute-construct-wait-clause.cpp | 48 using IntTy = int; typedef
|
H A D | compute-construct-num_gangs-clause.cpp | 112 using IntTy = int; global() typedef
|
H A D | compute-construct-async-clause.cpp | 62 using IntTy = int; typedef
|
H A D | compute-construct-num_workers-clause.cpp | 60 using IntTy = int; typedef
|
H A D | compute-construct-vector_length-clause.cpp | 60 using IntTy = int; typedef
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BuildLibCalls.cpp | 1476 Type *IntTy = getIntTy(B, TLI); emitStrChr() local 1484 Type *IntTy = getIntTy(B, TLI); emitStrNCmp() local 1556 Type *IntTy = getIntTy(B, TLI); emitMemChr() local 1566 Type *IntTy = getIntTy(B, TLI); emitMemRChr() local 1576 Type *IntTy = getIntTy(B, TLI); emitMemCmp() local 1586 Type *IntTy = getIntTy(B, TLI); emitBCmp() local 1596 Type *IntTy = getIntTy(B, TLI); emitMemCCpy() local 1607 Type *IntTy = getIntTy(B, TLI); emitSNPrintf() local 1620 Type *IntTy = getIntTy(B, TLI); emitSPrintf() local 1666 Type *IntTy = getIntTy(B, TLI); emitVSNPrintf() local 1677 Type *IntTy = getIntTy(B, TLI); emitVSPrintf() local 1808 Type *IntTy = getIntTy(B, TLI); emitPutChar() local 1827 Type *IntTy = getIntTy(B, TLI); emitPutS() local 1845 Type *IntTy = getIntTy(B, TLI); emitFPutC() local 1865 Type *IntTy = getIntTy(B, TLI); emitFPutS() local [all...] |
H A D | AMDGPUEmitPrintf.cpp | 34 if (auto IntTy = dyn_cast<IntegerType>(Ty)) { in fitArgInto64Bits() local 344 Type *IntTy = Type::getIntNTy(Builder.getContext(), IntVal.getBitWidth()); in processConstantStringArg() local 357 if (auto IntTy = dyn_cast<IntegerType>(Ty)) { in processNonStringArg() local
|
H A D | RelLookupTableConverter.cpp | 146 IntegerType *IntTy = cast<IntegerType>(Index->getType()); in convertToRelLookupTable() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | PatternInit.cpp | 50 llvm::Type *IntTy = llvm::IntegerType::get(CGM.getLLVMContext(), PtrWidth); in initializationPatternFor() local
|
/llvm-project/llvm/lib/IR/ |
H A D | VectorBuilder.cpp | 50 auto *IntTy = Builder.getInt32Ty(); in requestEVL() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | ExpandLargeFpConvert.cpp | 94 IntegerType *IntTy = cast<IntegerType>(FPToI->getType()); expandFPToI() local 313 IntegerType *IntTy = cast<IntegerType>(IntVal->getType()); expandIToFP() local 614 auto *IntTy = cast<IntegerType>(I.getType()->getScalarType()); runImpl() local 631 auto *IntTy = runImpl() local [all...] |
H A D | ExpandLargeDivRem.cpp | 102 if (!IntTy || IntTy->getIntegerBitWidth() <= MaxLegalDivRemBitWidth) in runImpl() local
|
H A D | ValueTypes.cpp | 28 EVT IntTy = getIntegerVT(Context, getScalarSizeInBits()); changeExtendedVectorElementTypeToInteger() local
|
/llvm-project/llvm/unittests/IR/ |
H A D | PatternMatch.cpp | 69 Type *IntTy = IRB.getInt32Ty(); in TEST_F() local 108 Type *IntTy = IRB.getInt32Ty(); in TEST_F() local 147 Type *IntTy = IRB.getInt32Ty(); TEST_F() local 186 Type *IntTy = IRB.getInt32Ty(); TEST_F() local 209 Type *IntTy = IRB.getInt32Ty(); TEST_F() local 248 Type *IntTy = IRB.getInt32Ty(); TEST_F() local 287 Type *IntTy = IRB.getInt32Ty(); TEST_F() local 326 Type *IntTy = IRB.getInt32Ty(); TEST_F() local 365 Type *IntTy = IRB.getInt32Ty(); TEST_F() local 404 Type *IntTy = IRB.getInt32Ty(); TEST_F() local 443 Type *IntTy = IRB.getInt32Ty(); TEST_F() local [all...] |
/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | Mips.cpp | 112 llvm::IntegerType *IntTy = CoerceToIntArgs() local 386 llvm::Type *IntTy = (OrigTy->isIntegerType() ? ValTy : CGF.IntPtrTy); EmitVAArg() local
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | ExpectedTypeTest.cpp | 143 OpaqueType IntTy = *OpaqueType::fromType(astCtx(), typeOf("int_")); in TEST_F() local
|
/llvm-project/clang-tools-extra/clang-tidy/performance/ |
H A D | TypePromotionInMathFnCheck.cpp | 47 constexpr BuiltinType::Kind IntTy = BuiltinType::Int; in registerMatchers() local
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | MatrixBuilder.h | 248 Type *IntTy = IntegerType::get(RowIdx->getType()->getContext(), MaxWidth); variable
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMCInstLower.cpp | 176 auto *IntTy = Type::getInt32Ty(CV->getContext()); lowerConstant() local
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCBoolRetToInt.cpp | 96 Type *IntTy = ST->isPPC64() ? Type::getInt64Ty(V->getContext()) translate() local
|