Home
last modified time | relevance | path

Searched refs:getInteger (Results 1 – 15 of 15) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/Common/
H A DArgs.cpp29 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 DDerivedTypes.h439 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 DArgs.h28 int64_t getInteger(llvm::opt::InputArgList &args, unsigned key,
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DDriver.cpp480 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 DDriver.cpp1121 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 DModuleMap.cpp1404 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 DJSON.cpp53 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 DFunction.cpp1283 return VectorType::getInteger(VTy); in DecodeFixedType()
1593 return ThisArgVecTy != VectorType::getInteger(ReferenceType); in matchIntrinsicType()
H A DAutoUpgrade.cpp2865 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 DConstants.cpp299 Type *IntTy = VectorType::getInteger(VTy); in isElementWiseEqual()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h142 llvm::Optional<int64_t> getInteger(StringRef K) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp29 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 DDarwinLdDriver.cpp338 errorHandler().errorLimit = args::getInteger(parsedArgs, OPT_error_limit, 20); in parse()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp300 Offsets = Builder.CreateZExt(Offsets, VectorType::getInteger(Ty)); in decomposeGEP()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp10508 llvm::Type *BitTy = llvm::VectorType::getInteger(VTy); in EmitAArch64BuiltinExpr()
12533 llvm::VectorType *IntVecTy = llvm::VectorType::getInteger(FPVecTy); in EmitX86BuiltinExpr()