| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | DerivedTypes.h | 440 static VectorType *getInteger(VectorType *VTy) { in getInteger() function 537 static FixedVectorType *getInteger(FixedVectorType *VTy) { in getInteger() function 538 return cast<FixedVectorType>(VectorType::getInteger(VTy)); in getInteger() 585 static ScalableVectorType *getInteger(ScalableVectorType *VTy) { in getInteger() function 586 return cast<ScalableVectorType>(VectorType::getInteger(VTy)); in getInteger()
|
| /openbsd-src/gnu/llvm/lld/include/lld/Common/ |
| H A D | Args.h | 28 int64_t getInteger(llvm::opt::InputArgList &args, unsigned key,
|
| /openbsd-src/gnu/llvm/lld/wasm/ |
| H A D | Driver.cpp | 432 config->ltoo = args::getInteger(args, OPT_lto_O, 2); in readConfigs() 433 config->ltoPartitions = args::getInteger(args, OPT_lto_partitions, 1); in readConfigs() 436 config->optimize = args::getInteger(args, OPT_O, 1); in readConfigs() 463 config->initialMemory = args::getInteger(args, OPT_initial_memory, 0); in readConfigs() 464 config->globalBase = args::getInteger(args, OPT_global_base, 0); in readConfigs() 465 config->maxMemory = args::getInteger(args, OPT_max_memory, 0); in readConfigs() 1031 errorHandler().errorLimit = args::getInteger(args, OPT_error_limit, 20); in linkerMain()
|
| /openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/ |
| H A D | RunInTerminal.cpp | 68 if (std::optional<int64_t> pid = obj->getInteger("pid")) in ParseJSONMessage()
|
| H A D | JSONUtils.cpp | 65 if (auto value = obj.getInteger(key)) in GetUnsigned() 81 if (auto value = obj.getInteger(key)) in GetBoolean() 95 if (auto value = obj.getInteger(key)) in GetSigned()
|
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | Driver.cpp | 559 errorHandler().errorLimit = args::getInteger(args, OPT_error_limit, 20); in linkerMain() 1158 config->ltoo = args::getInteger(args, OPT_lto_O, 2); in readConfigs() 1160 config->ltoPartitions = args::getInteger(args, OPT_lto_partitions, 1); in readConfigs() 1168 config->mipsGotSize = args::getInteger(args, OPT_mips_got_size, 0xfff0); in readConfigs() 1196 config->optimize = args::getInteger(args, OPT_O, 1); in readConfigs() 1237 config->splitStackAdjustSize = args::getInteger(args, OPT_split_stack_adjust_size, 16384); in readConfigs() 1269 args::getInteger(args, OPT_time_trace_granularity, 500); in readConfigs()
|
| /openbsd-src/gnu/llvm/lld/MachO/ |
| H A D | Driver.cpp | 1402 ctx->e.errorLimit = args::getInteger(args, OPT_error_limit_eq, 20); in link() 1524 config->optimize = args::getInteger(args, OPT_O, 1); in link() 1561 config->ltoo = args::getInteger(args, OPT_lto_O, 2); in link() 1817 args::getInteger(args, OPT_time_trace_granularity_eq, 500); in link()
|
| /openbsd-src/gnu/llvm/clang/lib/Lex/ |
| H A D | ModuleMap.cpp | 1459 uint64_t getInteger() const { in getInteger() function 2411 Header.Size = Tok.getInteger(); in parseHeaderDecl() 2424 Header.ModTime = Tok.getInteger(); in parseHeaderDecl()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | JSON.cpp | 55 std::optional<int64_t> Object::getInteger(StringRef K) const { in getInteger() function in llvm::json::Object
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86InstCombineIntrinsic.cpp | 30 VectorType *IntTy = VectorType::getInteger(cast<VectorType>(V->getType())); in getNegativeIsTrueBoolVec() 526 Value *Res = Builder.CreateBitCast(Arg, VectorType::getInteger(ArgTy)); in simplifyX86movmsk()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Function.cpp | 1458 return VectorType::getInteger(VTy); in DecodeFixedType() 1794 return ThisArgVecTy != VectorType::getInteger(ReferenceType); in matchIntrinsicType()
|
| H A D | AutoUpgrade.cpp | 3163 VectorType *ITy = VectorType::getInteger(FTy); in UpgradeIntrinsicCall() 3172 VectorType *ITy = VectorType::getInteger(FTy); in UpgradeIntrinsicCall() 3182 VectorType *ITy = VectorType::getInteger(FTy); in UpgradeIntrinsicCall() 3191 VectorType *ITy = VectorType::getInteger(FTy); in UpgradeIntrinsicCall() 4216 VectorType *IntIdxTy = VectorType::getInteger(FltIdxTy); in UpgradeIntrinsicCall()
|
| H A D | Constants.cpp | 301 Type *IntTy = VectorType::getInteger(VTy); in isElementWiseEqual()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | JSON.h | 144 std::optional<int64_t> getInteger(StringRef K) const;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | MVEGatherScatterLowering.cpp | 302 Offsets = Builder.CreateZExt(Offsets, VectorType::getInteger(Ty)); in decomposeGEP()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | gcj.texi | 1572 java::lang::Integer::getInteger(jstring str)
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | gcj.info | 2522 java::lang::Integer::getInteger(jstring str)
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 11094 llvm::Type *BitTy = llvm::VectorType::getInteger(VTy); in EmitAArch64BuiltinExpr() 13159 llvm::VectorType *IntVecTy = llvm::VectorType::getInteger(FPVecTy); in EmitX86BuiltinExpr()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 14224 Builder.CreateZExt(I->getOperand(0), VectorType::getInteger(DstTy))); in optimizeExtendOrTruncateConversion() 14241 VectorType::getInteger(SrcTy)); in optimizeExtendOrTruncateConversion()
|