Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1484 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 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
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DOpDescriptor.cpp21 if (auto *IntTy = dyn_cast<IntegerType>(T)) { in makeConstantsWithType() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DPatternInit.cpp50 llvm::Type *IntTy = llvm::IntegerType::get(CGM.getLLVMContext(), PtrWidth); in initializationPatternFor() local
H A DCodeGenTypeCache.h42 llvm::IntegerType *IntTy; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp94 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 DExpandLargeDivRem.cpp102 auto *IntTy = dyn_cast<IntegerType>(I.getType()->getScalarType()); in runImpl() local
H A DValueTypes.cpp28 EVT IntTy = getIntegerVT(Context, getScalarSizeInBits()); in changeExtendedVectorElementTypeToInteger() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVectorBuilder.cpp50 auto *IntTy = Builder.getInt32Ty(); in requestEVL() local
H A DDataLayout.cpp887 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 DMips.cpp112 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 DMatrixBuilder.h248 Type *IntTy = IntegerType::get(RowIdx->getType()->getContext(), MaxWidth); variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMCInstLower.cpp175 auto *IntTy = Type::getInt32Ty(CV->getContext()); in lowerConstant() local
H A DAMDGPUPrintfRuntimeBinding.cpp394 Type *IntTy = Type::getIntNTy(Ctx, IntVal.getBitWidth()); in lowerPrintfForGpu() local
H A DAMDGPULowerBufferFatPointers.cpp546 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 DPPCBoolRetToInt.cpp96 Type *IntTy = ST->isPPC64() ? Type::getInt64Ty(V->getContext()) in translate() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutorProcessControl.cpp131 using IntTy = int (*)(int); in runAsIntFunction() typedef
H A DLLJIT.cpp194 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 DErrnoModeling.cpp177 QualType IntTy = State->getAnalysisManager().getASTContext().IntTy; in getErrnoValue() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h312 IntegerType *IntTy; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchOptWInstrs.cpp554 auto *IntTy = dyn_cast<IntegerType>(CalleeFn->getReturnType()); in isSignExtendedW() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVOptWInstrs.cpp473 auto *IntTy = dyn_cast<IntegerType>(CalleeFn->getReturnType()); in isSignExtendedW() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVAsmPrinter.cpp388 if (IntegerType *IntTy = dyn_cast<IntegerType>(Ty)) { in encodeVecTypeHint() local
H A DSPIRVPrepareFunctions.cpp307 Type *IntTy = VectorTy ? VectorTy->getElementType() : Ty; in lowerFunnelShifts() local

123