/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | BuildLibCalls.cpp | 1474 Type *IntTy = getIntTy(B, TLI); in emitStrChr() local 1481 Type *IntTy = getIntTy(B, TLI); in emitStrNCmp() local 1555 Type *IntTy = getIntTy(B, TLI); in emitMemChr() local 1565 Type *IntTy = getIntTy(B, TLI); in emitMemRChr() local 1575 Type *IntTy = getIntTy(B, TLI); in emitMemCmp() local 1585 Type *IntTy = getIntTy(B, TLI); in emitBCmp() local 1595 Type *IntTy = getIntTy(B, TLI); in emitMemCCpy() local 1606 Type *IntTy = getIntTy(B, TLI); in emitSNPrintf() local 1619 Type *IntTy = getIntTy(B, TLI); in emitSPrintf() local 1664 Type *IntTy = getIntTy(B, TLI); in emitVSNPrintf() local [all …]
|
H A D | RelLookupTableConverter.cpp | 146 IntegerType *IntTy = cast<IntegerType>(Index->getType()); in convertToRelLookupTable() local
|
H A D | AMDGPUEmitPrintf.cpp | 29 if (auto IntTy = dyn_cast<IntegerType>(Ty)) { in fitArgInto64Bits() local
|
H A D | ScalarEvolutionExpander.cpp | 1106 Type *ExpandTy, Type *IntTy, in expandIVInc() 1199 Type *IntTy, in getAddRecExprPHILiterally() 1382 Type *IntTy = SE.getEffectiveSCEVType(STy); in expandAddRecExprLiterally() local
|
/openbsd/gnu/llvm/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
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | ExpandLargeFpConvert.cpp | 93 IntegerType *IntTy = cast<IntegerType>(FPToI->getType()); in expandFPToI() local 310 IntegerType *IntTy = cast<IntegerType>(IntVal->getType()); in expandIToFP() local 589 auto *IntTy = dyn_cast<IntegerType>(I.getType()); in runImpl() local 603 auto *IntTy = dyn_cast<IntegerType>(I.getOperand(0)->getType()); in runImpl() local
|
H A D | ExpandLargeDivRem.cpp | 74 auto *IntTy = dyn_cast<IntegerType>(I.getType()); in runImpl() local
|
H A D | ValueTypes.cpp | 27 EVT IntTy = getIntegerVT(Context, getScalarSizeInBits()); in changeExtendedVectorElementTypeToInteger() local
|
/openbsd/gnu/llvm/llvm/lib/FuzzMutate/ |
H A D | OpDescriptor.cpp | 16 if (auto *IntTy = dyn_cast<IntegerType>(T)) { in makeConstantsWithType() local
|
/openbsd/gnu/llvm/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
|
H A D | CGBuiltin.cpp | 425 auto *IntTy = CGF.ConvertType(E->getType()); in EmitAtomicIncrementValue() local 438 auto *IntTy = CGF.ConvertType(E->getType()); in EmitAtomicDecrementValue() local 629 llvm::Type *IntTy = llvm::IntegerType::get(C, Width); in EmitSignBit() local 3306 llvm::Type *IntTy = ConvertType(E->getType()); in EmitBuiltinExpr() local 7901 llvm::Type *IntTy = in EmitARMBuiltinExpr() local 7959 llvm::Type *IntTy = llvm::IntegerType::get( in EmitARMBuiltinExpr() local 9930 llvm::Type *IntTy = in EmitAArch64BuiltinExpr() local 9988 llvm::Type *IntTy = llvm::IntegerType::get( in EmitAArch64BuiltinExpr() local 10306 llvm::Type *IntTy = ConvertType(E->getType()); in EmitAArch64BuiltinExpr() local 15375 llvm::Type *IntTy = ConvertType(E->getType()); in EmitX86BuiltinExpr() local [all …]
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | VectorBuilder.cpp | 52 auto *IntTy = Builder.getInt32Ty(); in requestEVL() local
|
H A D | DataLayout.cpp | 858 IntegerType *IntTy = IntegerType::get(Ty->getContext(), NumBits); in getIntPtrType() local 880 IntegerType *IntTy = IntegerType::get(Ty->getContext(), NumBits); in getIndexType() local
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | MatrixBuilder.h | 248 Type *IntTy = IntegerType::get(RowIdx->getType()->getContext(), MaxWidth); variable
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVSExtWRemoval.cpp | 172 auto *IntTy = dyn_cast<IntegerType>(CalleeFn->getReturnType()); in isSignExtendedW() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | BoundsChecking.cpp | 74 Type *IntTy = DL.getIntPtrType(Ptr->getType()); in getBoundsCheckCond() local
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | MemoryBuiltins.h | 268 IntegerType *IntTy; variable
|
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
H A D | ExecutorProcessControl.cpp | 124 using IntTy = int (*)(int); in runAsIntFunction() typedef
|
H A D | LLJIT.cpp | 245 auto *IntTy = Type::getIntNTy(*Ctx, sizeof(int) * CHAR_BIT); in setupJITDylib() local 519 auto *IntTy = Type::getIntNTy(*Ctx, sizeof(int) * CHAR_BIT); in createPlatformRuntimeModule() local
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCBoolRetToInt.cpp | 95 Type *IntTy = ST->isPPC64() ? Type::getInt64Ty(V->getContext()) in translate() local
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ErrnoModeling.cpp | 215 QualType IntTy = State->getAnalysisManager().getASTContext().IntTy; in getErrnoValue() local
|
/openbsd/gnu/llvm/llvm/lib/Target/SPIRV/ |
H A D | SPIRVPrepareFunctions.cpp | 230 Type *IntTy = VectorTy ? VectorTy->getElementType() : Ty; in lowerFunnelShifts() local
|
H A D | SPIRVAsmPrinter.cpp | 367 if (IntegerType *IntTy = dyn_cast<IntegerType>(Ty)) { in encodeVecTypeHint() local
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPrintfRuntimeBinding.cpp | 424 Type *IntTy = Type::getIntNTy(Ctx, IntVal.getBitWidth()); in lowerPrintfForGpu() local
|