Home
last modified time | relevance | path

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

123

/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1474 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 DRelLookupTableConverter.cpp146 IntegerType *IntTy = cast<IntegerType>(Index->getType()); in convertToRelLookupTable() local
H A DAMDGPUEmitPrintf.cpp29 if (auto IntTy = dyn_cast<IntegerType>(Ty)) { in fitArgInto64Bits() local
H A DScalarEvolutionExpander.cpp1106 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 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
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp93 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 DExpandLargeDivRem.cpp74 auto *IntTy = dyn_cast<IntegerType>(I.getType()); in runImpl() local
H A DValueTypes.cpp27 EVT IntTy = getIntegerVT(Context, getScalarSizeInBits()); in changeExtendedVectorElementTypeToInteger() local
/openbsd/gnu/llvm/llvm/lib/FuzzMutate/
H A DOpDescriptor.cpp16 if (auto *IntTy = dyn_cast<IntegerType>(T)) { in makeConstantsWithType() local
/openbsd/gnu/llvm/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
H A DCGBuiltin.cpp425 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 DVectorBuilder.cpp52 auto *IntTy = Builder.getInt32Ty(); in requestEVL() local
H A DDataLayout.cpp858 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 DMatrixBuilder.h248 Type *IntTy = IntegerType::get(RowIdx->getType()->getContext(), MaxWidth); variable
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVSExtWRemoval.cpp172 auto *IntTy = dyn_cast<IntegerType>(CalleeFn->getReturnType()); in isSignExtendedW() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp74 Type *IntTy = DL.getIntPtrType(Ptr->getType()); in getBoundsCheckCond() local
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h268 IntegerType *IntTy; variable
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DExecutorProcessControl.cpp124 using IntTy = int (*)(int); in runAsIntFunction() typedef
H A DLLJIT.cpp245 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 DPPCBoolRetToInt.cpp95 Type *IntTy = ST->isPPC64() ? Type::getInt64Ty(V->getContext()) in translate() local
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DErrnoModeling.cpp215 QualType IntTy = State->getAnalysisManager().getASTContext().IntTy; in getErrnoValue() local
/openbsd/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVPrepareFunctions.cpp230 Type *IntTy = VectorTy ? VectorTy->getElementType() : Ty; in lowerFunnelShifts() local
H A DSPIRVAsmPrinter.cpp367 if (IntegerType *IntTy = dyn_cast<IntegerType>(Ty)) { in encodeVecTypeHint() local
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp424 Type *IntTy = Type::getIntNTy(Ctx, IntVal.getBitWidth()); in lowerPrintfForGpu() local

123