/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BuildLibCalls.cpp | 1484 Type *IntTy = getIntTy(B, TLI); in emitStrChr() local 1492 Type *IntTy = getIntTy(B, TLI); in emitStrNCmp() local 1564 Type *IntTy = getIntTy(B, TLI); in emitMemChr() local 1574 Type *IntTy = getIntTy(B, TLI); in emitMemRChr() local 1584 Type *IntTy = getIntTy(B, TLI); in emitMemCmp() local 1594 Type *IntTy = getIntTy(B, TLI); in emitBCmp() local 1604 Type *IntTy = getIntTy(B, TLI); in emitMemCCpy() local 1615 Type *IntTy = getIntTy(B, TLI); in emitSNPrintf() local 1628 Type *IntTy = getIntTy(B, TLI); in emitSPrintf() local 1674 Type *IntTy = getIntTy(B, TLI); in emitVSNPrintf() 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
|
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/ |
H A D | OpDescriptor.cpp | 21 if (auto *IntTy = dyn_cast<IntegerType>(T)) { in makeConstantsWithType() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | PatternInit.cpp | 50 llvm::Type *IntTy = llvm::IntegerType::get(CGM.getLLVMContext(), PtrWidth); in initializationPatternFor() local
|
H A D | CodeGenTypeCache.h | 42 llvm::IntegerType *IntTy; member
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ExpandLargeFpConvert.cpp | 94 IntegerType *IntTy = cast<IntegerType>(FPToI->getType()); in expandFPToI() local 313 IntegerType *IntTy = cast<IntegerType>(IntVal->getType()); in expandIToFP() local 614 auto *IntTy = cast<IntegerType>(I.getType()->getScalarType()); in runImpl() local 631 auto *IntTy = in runImpl() local
|
H A D | ExpandLargeDivRem.cpp | 102 auto *IntTy = dyn_cast<IntegerType>(I.getType()->getScalarType()); in runImpl() local
|
H A D | ValueTypes.cpp | 28 EVT IntTy = getIntegerVT(Context, getScalarSizeInBits()); in changeExtendedVectorElementTypeToInteger() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | VectorBuilder.cpp | 50 auto *IntTy = Builder.getInt32Ty(); in requestEVL() local
|
H A D | DataLayout.cpp | 887 IntegerType *IntTy = IntegerType::get(Ty->getContext(), NumBits); in getIntPtrType() local 914 IntegerType *IntTy = IntegerType::get(Ty->getContext(), NumBits); in getIndexType() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | Mips.cpp | 112 llvm::IntegerType *IntTy = in CoerceToIntArgs() local 386 llvm::Type *IntTy = (OrigTy->isIntegerType() ? ValTy : CGF.IntPtrTy); in EmitVAArg() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | MatrixBuilder.h | 248 Type *IntTy = IntegerType::get(RowIdx->getType()->getContext(), MaxWidth); variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMCInstLower.cpp | 175 auto *IntTy = Type::getInt32Ty(CV->getContext()); in lowerConstant() local
|
H A D | AMDGPUPrintfRuntimeBinding.cpp | 394 Type *IntTy = Type::getIntNTy(Ctx, IntVal.getBitWidth()); in lowerPrintfForGpu() local
|
H A D | AMDGPULowerBufferFatPointers.cpp | 546 Type *IntTy = TypeMap->remapType(Ty); in visitLoadInst() local 566 Type *IntTy = TypeMap->remapType(Ty); in visitStoreInst() local 1331 Type *IntTy = Int->getType(); in visitIntToPtrInst() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCBoolRetToInt.cpp | 96 Type *IntTy = ST->isPPC64() ? Type::getInt64Ty(V->getContext()) in translate() local
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | ExecutorProcessControl.cpp | 131 using IntTy = int (*)(int); in runAsIntFunction() typedef
|
H A D | LLJIT.cpp | 194 auto *IntTy = Type::getIntNTy(*Ctx, sizeof(int) * CHAR_BIT); in setupJITDylib() local 467 auto *IntTy = Type::getIntNTy(*Ctx, sizeof(int) * CHAR_BIT); in createPlatformRuntimeModule() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ErrnoModeling.cpp | 177 QualType IntTy = State->getAnalysisManager().getASTContext().IntTy; in getErrnoValue() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | MemoryBuiltins.h | 312 IntegerType *IntTy; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchOptWInstrs.cpp | 554 auto *IntTy = dyn_cast<IntegerType>(CalleeFn->getReturnType()); in isSignExtendedW() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVOptWInstrs.cpp | 473 auto *IntTy = dyn_cast<IntegerType>(CalleeFn->getReturnType()); in isSignExtendedW() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVAsmPrinter.cpp | 388 if (IntegerType *IntTy = dyn_cast<IntegerType>(Ty)) { in encodeVecTypeHint() local
|
H A D | SPIRVPrepareFunctions.cpp | 307 Type *IntTy = VectorTy ? VectorTy->getElementType() : Ty; in lowerFunnelShifts() local
|