/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | NVPTX.cpp | 146 llvm::Type *IntType = llvm::Type::getIntNTy(getVMContext(), Div); in coerceToIntArrayWithLimit() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTDiagnostic.cpp | 1213 QualType &IntType, bool &IsNullPtr, in InitializeNonTypeDiffVariables() 1856 QualType IntType, bool PrintType) { in PrintAPSInt() 1980 const llvm::APSInt &Val, QualType IntType, in PrintValueDeclAndInteger() 2000 void PrintIntegerAndValueDecl(const llvm::APSInt &Val, QualType IntType, in PrintIntegerAndValueDecl()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | ABIInfoImpl.cpp | 87 llvm::Type *IntType = llvm::Type::getIntNTy(LLVMContext, Alignment); in coerceToIntArray() local
|
H A D | CGBuiltin.cpp | 173 QualType T, llvm::IntegerType *IntType) { in EmitToInt() 224 llvm::IntegerType *IntType = llvm::IntegerType::get( in MakeBinaryAtomicValue() local 277 llvm::IntegerType *IntType = llvm::IntegerType::get( in EmitBinaryAtomicPost() local 314 llvm::IntegerType *IntType = llvm::IntegerType::get( in MakeAtomicCmpXchgValue() local 1228 llvm::IntegerType *IntType = llvm::IntegerType::get( in EmitX86BitTestIntrinsic() local 5300 llvm::IntegerType *IntType = IntegerType::get( in EmitBuiltinExpr() local 20867 llvm::IntegerType *IntType = nullptr; member
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | RegisterInfoEmitter.cpp | 805 auto *IntType = in emitComposeSubRegIndexLaneMask() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RangeConstraintManager.cpp | 1437 APSIntType IntType = ValueFactory.getAPSIntType(T); in assumeNonZero() local 2856 APSIntType IntType = BV.getAPSIntType(Sym->getType()); in checkNull() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVGlobalRegistry.cpp | 1069 const SPIRVType *IntType = retrieveScalarOrVectorIntType(Type); in isScalarOrVectorSigned() local
|
H A D | SPIRVBuiltins.cpp | 532 SPIRVType *IntType = GR->getOrCreateSPIRVIntegerType(BitWidth, MIRBuilder); in buildConstantIntReg() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | TargetInfo.h | 142 enum IntType { enum
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | MveEmitter.cpp | 582 std::string getIntegerValue(const std::string &IntType) override { in getIntegerValue()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 552 auto *IntType = dyn_cast<IntegerType>(LoadTy); in FoldReinterpretLoadFromConst() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 171 IntegerType* IntType = IntegerType::get(MI->getContext(), Size<<3); in SimplifyAnyMemTransfer() local
|
H A D | InstCombineCompares.cpp | 8326 Type *IntType = Builder.getIntNTy(X->getType()->getScalarSizeInBits()); in visitFCmpInst() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Compiler.cpp | 377 QualType IntType = SubExpr->getType(); in VisitCastExpr() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 1554 IntegerType *IntType = IntegerType::get(CI->getContext(), Len * 8); in optimizeMemCmpConstantSize() local
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 2307 Type *IntType = Builder.getIntNTy(IntSize * 8); in shuffleAndStore() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 11943 QualType IntType = in checkArithmeticOrEnumeralThreeWayCompare() local
|