/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | NVPTX.cpp | 142 llvm::Type *IntType = llvm::Type::getIntNTy(getVMContext(), Div); coerceToIntArrayWithLimit() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | SimpleSValBuilder.cpp | 539 APSIntType IntType = BasicVals.getAPSIntType(resultTy); in evalBinOpNN() local 674 APSIntType IntType = BasicVals.getAPSIntType(resultTy); in evalBinOpNN() local
|
H A D | RangeConstraintManager.cpp | 1437 APSIntType IntType = ValueFactory.getAPSIntType(T); in assumeNonZero() local 2855 APSIntType IntType = BV.getAPSIntType(Sym->getType()); checkNull() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTDiagnostic.cpp | 1213 QualType &IntType, bool &IsNullPtr, in InitializeNonTypeDiffVariables() argument 1834 PrintAPSInt(const llvm::APSInt & Val,Expr * E,bool Valid,QualType IntType,bool PrintType) PrintAPSInt() argument 1953 PrintValueDeclAndInteger(ValueDecl * VD,bool NeedAddressOf,bool IsNullPtr,Expr * VDExpr,bool DefaultDecl,const llvm::APSInt & Val,QualType IntType,Expr * IntExpr,bool DefaultInt) PrintValueDeclAndInteger() argument 1973 PrintIntegerAndValueDecl(const llvm::APSInt & Val,QualType IntType,Expr * IntExpr,bool DefaultInt,ValueDecl * VD,bool NeedAddressOf,bool IsNullPtr,Expr * VDExpr,bool DefaultDecl) PrintIntegerAndValueDecl() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | ABIInfoImpl.cpp | 84 llvm::Type *IntType = llvm::Type::getIntNTy(LLVMContext, Alignment); coerceToIntArray() local
|
H A D | CGBuiltin.cpp | 170 EmitToInt(CodeGenFunction & CGF,llvm::Value * V,QualType T,llvm::IntegerType * IntType) EmitToInt() argument 221 llvm::IntegerType *IntType = llvm::IntegerType::get( MakeBinaryAtomicValue() local 274 llvm::IntegerType *IntType = llvm::IntegerType::get( EmitBinaryAtomicPost() local 311 llvm::IntegerType *IntType = llvm::IntegerType::get( MakeAtomicCmpXchgValue() local 1218 llvm::IntegerType *IntType = llvm::IntegerType::get( EmitX86BitTestIntrinsic() local 5115 llvm::IntegerType *IntType = IntegerType::get( EmitBuiltinExpr() local 20143 llvm::IntegerType *IntType = nullptr; global() member [all...] |
H A D | CGOpenMPRuntimeGPU.cpp | 1490 QualType IntType = CGF.getContext().getIntTypeForBitwidth( shuffleAndStore() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpBuiltin.cpp | 67 PrimType IntType = getIntPrimType(S); pushInt() local
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | RegisterInfoEmitter.cpp | 815 auto *IntType = getMinimalTypeForRange(*std::max_element( emitComposeSubRegIndexLaneMask() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | TargetInfo.h | 136 enum IntType { global() enum [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 552 auto *IntType = dyn_cast<IntegerType>(LoadTy); in FoldReinterpretLoadFromConst() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVBuiltins.cpp | 417 SPIRVType *IntType = GR->getOrCreateSPIRVIntegerType(BitWidth, MIRBuilder); buildConstantIntReg() local
|
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/ |
H A D | MveEmitter.cpp | 582 std::string getIntegerValue(const std::string &IntType) override { in getIntegerValue() argument
|
/freebsd-src/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 | 7835 Type *IntType = Builder.getIntNTy(X->getType()->getScalarSizeInBits()); visitFCmpInst() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 1545 IntegerType *IntType = IntegerType::get(CI->getContext(), Len * 8); optimizeMemCmpConstantSize() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 12963 QualType IntType = checkArithmeticOrEnumeralThreeWayCompare() local
|