Searched refs:getInteger (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/include/lld/Common/
H A DArgs.h28 int64_t getInteger(llvm::opt::InputArgList &args, unsigned key,
/freebsd-13-stable/contrib/llvm-project/lld/Common/
H A DArgs.cpp29 int64_t lld::args::getInteger(opt::InputArgList &args, unsigned key,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h470 static VectorType *getInteger(VectorType *VTy) { function in class:llvm::StructType::VectorType
477 /// This static method is like getInteger except that the element types are
569 static FixedVectorType *getInteger(FixedVectorType *VTy) { function in class:llvm::StructType::FixedVectorType
570 return cast<FixedVectorType>(VectorType::getInteger(VTy));
615 static ScalableVectorType *getInteger(ScalableVectorType *VTy) { function in class:llvm::StructType::ScalableVectorType
616 return cast<ScalableVectorType>(VectorType::getInteger(VTy));
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DDriver.cpp464 errorHandler().errorLimit = args::getInteger(args, OPT_error_limit, 20);
962 config->ltoo = args::getInteger(args, OPT_lto_O, 2);
964 config->ltoPartitions = args::getInteger(args, OPT_lto_partitions, 1);
972 config->mipsGotSize = args::getInteger(args, OPT_mips_got_size, 0xfff0);
986 config->optimize = args::getInteger(args, OPT_O, 1);
1001 config->shuffleSectionSeed = args::getInteger(args, OPT_shuffle_sections, 0);
1008 config->splitStackAdjustSize = args::getInteger(args, OPT_split_stack_adjust_size, 16384);
1029 args::getInteger(args, OPT_time_trace_granularity, 500);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1397 uint64_t getInteger() const { function in struct:clang::MMToken
2351 Header.Size = Tok.getInteger();
2364 Header.ModTime = Tok.getInteger();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1108 return VectorType::getInteger(VTy);
1397 return ThisArgVecTy != VectorType::getInteger(ReferenceType);
H A DAutoUpgrade.cpp2740 VectorType *ITy = VectorType::getInteger(FTy);
2749 VectorType *ITy = VectorType::getInteger(FTy);
2759 VectorType *ITy = VectorType::getInteger(FTy);
2768 VectorType *ITy = VectorType::getInteger(FTy);
3649 VectorType *IntIdxTy = VectorType::getInteger(FltIdxTy);
H A DConstants.cpp300 Type *IntTy = VectorType::getInteger(VTy);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h142 llvm::Optional<int64_t> getInteger(StringRef K) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp50 llvm::Optional<int64_t> Object::getInteger(StringRef K) const { function in class:llvm::json::Object
/freebsd-13-stable/contrib/llvm-project/lld/lib/Driver/
H A DDarwinLdDriver.cpp337 errorHandler().errorLimit = args::getInteger(parsedArgs, OPT_error_limit, 20);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp214 Offsets, VectorType::getInteger(cast<VectorType>(Ty)));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp699 Type *IntegerVecTy = VectorType::getInteger(ArgTy);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp9837 llvm::Type *BitTy = llvm::VectorType::getInteger(VTy);
11843 llvm::VectorType *IntVecTy = llvm::VectorType::getInteger(FPVecTy);

Completed in 459 milliseconds