Home
last modified time | relevance | path

Searched defs:IntTy (Results 1 – 25 of 88) sorted by relevance

1234

/llvm-project/llvm/tools/llvm-reduce/deltas/
H A DReduceOperands.cpp92 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 DRecordOpsTest.cpp62 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 DOpDescriptor.cpp21 if (auto *IntTy = dyn_cast<IntegerType>(T)) { in makeConstantsWithType() local
/llvm-project/clang/test/SemaOpenACC/
H A Dcompute-construct-clause-ast.cpp517 using IntTy = int; global() typedef
[all...]
H A Dcompute-construct-intexpr-clause-ast.cpp674 using IntTy = int; global() typedef
H A Dcompute-construct-wait-clause.cpp48 using IntTy = int; typedef
H A Dcompute-construct-num_gangs-clause.cpp112 using IntTy = int; global() typedef
H A Dcompute-construct-async-clause.cpp62 using IntTy = int; typedef
H A Dcompute-construct-num_workers-clause.cpp60 using IntTy = int; typedef
H A Dcompute-construct-vector_length-clause.cpp60 using IntTy = int; typedef
/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1476 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 DAMDGPUEmitPrintf.cpp34 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 DRelLookupTableConverter.cpp146 IntegerType *IntTy = cast<IntegerType>(Index->getType()); in convertToRelLookupTable() local
/llvm-project/clang/lib/CodeGen/
H A DPatternInit.cpp50 llvm::Type *IntTy = llvm::IntegerType::get(CGM.getLLVMContext(), PtrWidth); in initializationPatternFor() local
/llvm-project/llvm/lib/IR/
H A DVectorBuilder.cpp50 auto *IntTy = Builder.getInt32Ty(); in requestEVL() local
/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp94 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 DExpandLargeDivRem.cpp102 if (!IntTy || IntTy->getIntegerBitWidth() <= MaxLegalDivRemBitWidth) in runImpl() local
H A DValueTypes.cpp28 EVT IntTy = getIntegerVT(Context, getScalarSizeInBits()); changeExtendedVectorElementTypeToInteger() local
/llvm-project/llvm/unittests/IR/
H A DPatternMatch.cpp69 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 DMips.cpp112 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 DExpectedTypeTest.cpp143 OpaqueType IntTy = *OpaqueType::fromType(astCtx(), typeOf("int_")); in TEST_F() local
/llvm-project/clang-tools-extra/clang-tidy/performance/
H A DTypePromotionInMathFnCheck.cpp47 constexpr BuiltinType::Kind IntTy = BuiltinType::Int; in registerMatchers() local
/llvm-project/llvm/include/llvm/IR/
H A DMatrixBuilder.h248 Type *IntTy = IntegerType::get(RowIdx->getType()->getContext(), MaxWidth); variable
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMCInstLower.cpp176 auto *IntTy = Type::getInt32Ty(CV->getContext()); lowerConstant() local
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp96 Type *IntTy = ST->isPPC64() ? Type::getInt64Ty(V->getContext()) translate() local

1234