| /freebsd-13.1/contrib/llvm-project/lld/Common/ |
| H A D | Args.cpp | 29 static int64_t getInteger(opt::InputArgList &args, unsigned key, in getInteger() function 47 int64_t lld::args::getInteger(opt::InputArgList &args, unsigned key, in getInteger() function in lld::args 49 return ::getInteger(args, key, Default, 10); in getInteger() 54 return ::getInteger(args, key, Default, 16); in getHex()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DerivedTypes.h | 439 static VectorType *getInteger(VectorType *VTy) { in getInteger() function 536 static FixedVectorType *getInteger(FixedVectorType *VTy) { in getInteger() function 537 return cast<FixedVectorType>(VectorType::getInteger(VTy)); in getInteger() 584 static ScalableVectorType *getInteger(ScalableVectorType *VTy) { in getInteger() function 585 return cast<ScalableVectorType>(VectorType::getInteger(VTy)); in getInteger()
|
| /freebsd-13.1/contrib/llvm-project/lld/include/lld/Common/ |
| H A D | Args.h | 28 int64_t getInteger(llvm::opt::InputArgList &args, unsigned key,
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | Driver.cpp | 480 errorHandler().errorLimit = args::getInteger(args, OPT_error_limit, 20); in linkerMain() 1081 config->ltoo = args::getInteger(args, OPT_lto_O, 2); in readConfigs() 1083 config->ltoPartitions = args::getInteger(args, OPT_lto_partitions, 1); in readConfigs() 1093 config->mipsGotSize = args::getInteger(args, OPT_mips_got_size, 0xfff0); in readConfigs() 1118 config->optimize = args::getInteger(args, OPT_O, 1); in readConfigs() 1138 config->splitStackAdjustSize = args::getInteger(args, OPT_split_stack_adjust_size, 16384); in readConfigs() 1159 args::getInteger(args, OPT_time_trace_granularity, 500); in readConfigs()
|
| /freebsd-13.1/contrib/llvm-project/lld/MachO/ |
| H A D | Driver.cpp | 1121 errorHandler().errorLimit = args::getInteger(args, OPT_error_limit_eq, 20); in link() 1184 config->optimize = args::getInteger(args, OPT_O, 1); in link() 1212 config->ltoo = args::getInteger(args, OPT_lto_O, 2); in link() 1373 args::getInteger(args, OPT_time_trace_granularity_eq, 500); in link()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Lex/ |
| H A D | ModuleMap.cpp | 1404 uint64_t getInteger() const { in getInteger() function 2356 Header.Size = Tok.getInteger(); in parseHeaderDecl() 2369 Header.ModTime = Tok.getInteger(); in parseHeaderDecl()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | JSON.cpp | 53 llvm::Optional<int64_t> Object::getInteger(StringRef K) const { in getInteger() function in llvm::json::Object
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Function.cpp | 1283 return VectorType::getInteger(VTy); in DecodeFixedType() 1593 return ThisArgVecTy != VectorType::getInteger(ReferenceType); in matchIntrinsicType()
|
| H A D | AutoUpgrade.cpp | 2865 VectorType *ITy = VectorType::getInteger(FTy); in UpgradeIntrinsicCall() 2874 VectorType *ITy = VectorType::getInteger(FTy); in UpgradeIntrinsicCall() 2884 VectorType *ITy = VectorType::getInteger(FTy); in UpgradeIntrinsicCall() 2893 VectorType *ITy = VectorType::getInteger(FTy); in UpgradeIntrinsicCall() 3802 VectorType *IntIdxTy = VectorType::getInteger(FltIdxTy); in UpgradeIntrinsicCall()
|
| H A D | Constants.cpp | 299 Type *IntTy = VectorType::getInteger(VTy); in isElementWiseEqual()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | JSON.h | 142 llvm::Optional<int64_t> getInteger(StringRef K) const;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstCombineIntrinsic.cpp | 29 VectorType *IntTy = VectorType::getInteger(cast<VectorType>(V->getType())); in getNegativeIsTrueBoolVec() 524 Type *IntegerVecTy = VectorType::getInteger(ArgTy); in simplifyX86movmsk()
|
| /freebsd-13.1/contrib/llvm-project/lld/lib/Driver/ |
| H A D | DarwinLdDriver.cpp | 338 errorHandler().errorLimit = args::getInteger(parsedArgs, OPT_error_limit, 20); in parse()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | MVEGatherScatterLowering.cpp | 300 Offsets = Builder.CreateZExt(Offsets, VectorType::getInteger(Ty)); in decomposeGEP()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 10508 llvm::Type *BitTy = llvm::VectorType::getInteger(VTy); in EmitAArch64BuiltinExpr() 12533 llvm::VectorType *IntVecTy = llvm::VectorType::getInteger(FPVecTy); in EmitX86BuiltinExpr()
|