Searched refs:getInteger (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/include/lld/Common/ |
| H A D | Args.h | 25 int getInteger(llvm::opt::InputArgList &Args, unsigned Key, int Default);
|
| /freebsd-12.1/contrib/llvm/tools/lld/Common/ |
| H A D | Args.cpp | 21 int lld::args::getInteger(opt::InputArgList &Args, unsigned Key, int Default) { in getInteger() function in lld::args
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | Driver.cpp | 374 errorHandler().ErrorLimit = args::getInteger(Args, OPT_error_limit, 20); in main() 808 Config->LTOO = args::getInteger(Args, OPT_lto_O, 2); in readConfigs() 810 Config->LTOPartitions = args::getInteger(Args, OPT_lto_partitions, 1); in readConfigs() 813 Config->MipsGotSize = args::getInteger(Args, OPT_mips_got_size, 0xfff0); in readConfigs() 822 Config->Optimize = args::getInteger(Args, OPT_O, 1); in readConfigs() 839 Config->SplitStackAdjustSize = args::getInteger(Args, OPT_split_stack_adjust_size, 16384); in readConfigs() 854 Config->ThinLTOJobs = args::getInteger(Args, OPT_thinlto_jobs, -1u); in readConfigs()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | DerivedTypes.h | 406 static VectorType *getInteger(VectorType *VTy) { in getInteger() function
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | JSON.cpp | 51 llvm::Optional<int64_t> Object::getInteger(StringRef K) const { in getInteger() function in llvm::json::Object
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | JSON.h | 138 llvm::Optional<int64_t> getInteger(StringRef K) const;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/ |
| H A D | ModuleMap.cpp | 1352 uint64_t getInteger() const { in getInteger() function 2305 Header.Size = Tok.getInteger(); in parseHeaderDecl() 2318 Header.ModTime = Tok.getInteger(); in parseHeaderDecl()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | AutoUpgrade.cpp | 2511 VectorType *ITy = VectorType::getInteger(FTy); in UpgradeIntrinsicCall() 2520 VectorType *ITy = VectorType::getInteger(FTy); in UpgradeIntrinsicCall() 2530 VectorType *ITy = VectorType::getInteger(FTy); in UpgradeIntrinsicCall() 2539 VectorType *ITy = VectorType::getInteger(FTy); in UpgradeIntrinsicCall() 3414 VectorType *IntIdxTy = VectorType::getInteger(FltIdxTy); in UpgradeIntrinsicCall()
|
| /freebsd-12.1/contrib/llvm/tools/lld/lib/Driver/ |
| H A D | DarwinLdDriver.cpp | 338 errorHandler().ErrorLimit = args::getInteger(parsedArgs, OPT_error_limit, 20); in parse()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 7801 llvm::Type *BitTy = llvm::VectorType::getInteger(VTy); in EmitAArch64BuiltinExpr() 9709 llvm::VectorType *IntVecTy = llvm::VectorType::getInteger(FPVecTy); in EmitX86BuiltinExpr()
|