| /freebsd/contrib/llvm-project/llvm/lib/SandboxIR/ |
| H A D | Constant.cpp | 48 ConstantInt *ConstantInt::get(Type *Ty, uint64_t V, bool IsSigned) { in get() function in llvm::sandboxir::ConstantInt 52 ConstantInt *ConstantInt::get(IntegerType *Ty, uint64_t V, bool IsSigned) { in get() function in llvm::sandboxir::ConstantInt 65 ConstantInt *ConstantInt::get(Context &Ctx, const APInt &V) { in get() function in llvm::sandboxir::ConstantInt 69 ConstantInt *ConstantInt::get(IntegerType *Ty, StringRef Str, uint8_t Radix) { in get() function in llvm::sandboxir::ConstantInt 74 Constant *ConstantInt::get(Type *Ty, const APInt &V) { in get() function in llvm::sandboxir::ConstantInt 90 Constant *ConstantFP::get(Type *Ty, double V) { in get() function in llvm::sandboxir::ConstantFP 95 Constant *ConstantFP::get(Type *Ty, const APFloat &V) { in get() function in llvm::sandboxir::ConstantFP 100 Constant *ConstantFP::get(Type *Ty, StringRef Str) { in get() function in llvm::sandboxir::ConstantFP 105 ConstantFP *ConstantFP::get(const APFloat &V, Context &Ctx) { in get() function in llvm::sandboxir::ConstantFP 138 Constant *ConstantArray::get(ArrayType *T, ArrayRef<Constant *> V) { in get() function in llvm::sandboxir::ConstantArray [all …]
|
| H A D | Type.cpp | 51 PointerType *PointerType::get(Context &Ctx, unsigned AddressSpace) { in get() function in PointerType 56 ArrayType *ArrayType::get(Type *ElementType, uint64_t NumElements) { in get() function in ArrayType 61 StructType *StructType::get(Context &Ctx, ArrayRef<Type *> Elements, in get() function in StructType 71 VectorType *VectorType::get(Type *ElementType, ElementCount EC) { in get() function in VectorType 113 FixedVectorType *FixedVectorType::get(Type *ElementType, unsigned NumElts) { in get() function in FixedVectorType 118 ScalableVectorType *ScalableVectorType::get(Type *ElementType, in get() function in ScalableVectorType 124 IntegerType *IntegerType::get(Context &Ctx, unsigned NumBits) { in get() function in IntegerType
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemoryLocation.cpp | 35 MemoryLocation MemoryLocation::get(const LoadInst *LI) { in get() function in MemoryLocation 44 MemoryLocation MemoryLocation::get(const StoreInst *SI) { in get() function in MemoryLocation 53 MemoryLocation MemoryLocation::get(const VAArgInst *VI) { in get() function in MemoryLocation 58 MemoryLocation MemoryLocation::get(const AtomicCmpXchgInst *CXI) { in get() function in MemoryLocation 67 MemoryLocation MemoryLocation::get(const AtomicRMWInst *RMWI) { in get() function in MemoryLocation
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | ValueProfileCollector.cpp | 39 void get(InstrProfValueKind K, std::vector<CandidateInfo> &Candidates) {} in get() function in __anoncb397ce60111::PluginChain 51 void get(InstrProfValueKind K, std::vector<CandidateInfo> &Candidates) { in get() function in __anoncb397ce60111::PluginChain 73 ValueProfileCollector::get(InstrProfValueKind Kind) const { in get() function in ValueProfileCollector
|
| /freebsd/contrib/atf/atf-c++/detail/ |
| H A D | env.cpp | 44 impl::get(const std::string& name) in get() function in impl 50 impl::get(const std::string& name, const std::string& default_value) in get() function in impl
|
| H A D | auto_array.hpp | 103 auto_array< T >::get(void) in get() function in atf::auto_array 111 auto_array< T >::get(void) in get() function in atf::auto_array
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_hash.h | 33 u32 get() { in get() function 57 u64 get() { in get() function
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Type.cpp | 321 IntegerType *IntegerType::get(LLVMContext &C, unsigned NumBits) { in get() function in IntegerType 371 FunctionType *FunctionType::get(Type *ReturnType, in get() function in FunctionType 397 FunctionType *FunctionType::get(Type *Result, bool isVarArg) { in get() function in FunctionType 416 StructType *StructType::get(LLVMContext &Context, ArrayRef<Type*> ETypes, in get() function in StructType 629 StructType *StructType::get(LLVMContext &Context, bool isPacked) { in get() function in StructType 756 ArrayType *ArrayType::get(Type *ElementType, uint64_t NumElements) { in get() function in ArrayType 785 VectorType *VectorType::get(Type *ElementType, ElementCount EC) { in get() function in VectorType 805 FixedVectorType *FixedVectorType::get(Type *ElementType, unsigned NumElts) { in get() function in FixedVectorType 827 ScalableVectorType *ScalableVectorType::get(Type *ElementType, in get() function in ScalableVectorType 849 PointerType *PointerType::get(Type *EltTy, unsigned AddressSpace) { in get() function in PointerType [all …]
|
| H A D | Constants.cpp | 907 ConstantInt *ConstantInt::get(LLVMContext &Context, const APInt &V) { in get() function in ConstantInt 924 ConstantInt *ConstantInt::get(LLVMContext &Context, ElementCount EC, in get() function in ConstantInt 943 Constant *ConstantInt::get(Type *Ty, uint64_t V, bool isSigned) { in get() function in ConstantInt 953 ConstantInt *ConstantInt::get(IntegerType *Ty, uint64_t V, bool isSigned) { in get() function in ConstantInt 960 Constant *ConstantInt::get(Type *Ty, const APInt& V) { in get() function in ConstantInt 972 ConstantInt *ConstantInt::get(IntegerType* Ty, StringRef Str, uint8_t radix) { in get() function in ConstantInt 985 Constant *ConstantFP::get(Type *Ty, double V) { in get() function in ConstantFP 1001 Constant *ConstantFP::get(Type *Ty, const APFloat &V) { in get() function in ConstantFP 1013 Constant *ConstantFP::get(Type *Ty, StringRef Str) { in get() function in ConstantFP 1072 ConstantFP* ConstantFP::get(LLVMContext &Context, const APFloat& V) { in get() function in ConstantFP [all …]
|
| H A D | TypedPointerType.cpp | 17 TypedPointerType *TypedPointerType::get(Type *EltTy, unsigned AddressSpace) { in get() function in TypedPointerType
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
| H A D | LineTable.h | 197 LineEntry &get(size_t i) { in get() function 201 const LineEntry &get(size_t i) const { in get() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
| H A D | DataflowEnvironment.h | 342 get(const ValueDecl &D) const { in get() function 347 get(const Expr &E) const { in get() function 535 get(const StorageLocation &Loc) const { in get() function 540 get(const ValueDecl &D) const { in get() function 544 std::enable_if_t<std::is_base_of_v<Value, T>, T *> get(const Expr &E) const { in get() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | DivisionByConstantInfo.cpp | 21 SignedDivisionByConstantInfo SignedDivisionByConstantInfo::get(const APInt &D) { in get() function in SignedDivisionByConstantInfo 74 UnsignedDivisionByConstantInfo::get(const APInt &D, unsigned LeadingZeros, in get() function in UnsignedDivisionByConstantInfo
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | TrackingMDRef.h | 57 Metadata *get() const { return MD; } in get() function 126 T *get() const { return (T *)Ref.get(); } in get() function
|
| H A D | PredIteratorCache.h | 36 ArrayRef<BasicBlock *> get(BasicBlock *BB) { in get() function
|
| /freebsd/contrib/atf/atf-c/detail/ |
| H A D | env_test.c | 52 ATF_TC_HEAD(get, tc) in ATF_TC_HEAD() argument 56 ATF_TC_BODY(get, tc) in ATF_TC_BODY() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | Record.cpp | 155 const BitRecTy *BitRecTy::get(RecordKeeper &RK) { in get() function in BitRecTy 167 const BitsRecTy *BitsRecTy::get(RecordKeeper &RK, unsigned Sz) { in get() function in BitsRecTy 188 const IntRecTy *IntRecTy::get(RecordKeeper &RK) { in get() function in IntRecTy 197 const StringRecTy *StringRecTy::get(RecordKeeper &RK) { in get() function in StringRecTy 226 const DagRecTy *DagRecTy::get(RecordKeeper &RK) { in get() function in DagRecTy 246 const RecordRecTy *RecordRecTy::get(RecordKeeper &RK, in get() function in RecordRecTy 283 const RecordRecTy *RecordRecTy::get(const Record *Class) { in get() function in RecordRecTy 393 UnsetInit *UnsetInit::get(RecordKeeper &RK) { in get() function in UnsetInit 418 const ArgumentInit *ArgumentInit::get(const Init *Value, ArgAuxType Aux) { in get() function in ArgumentInit 442 BitInit *BitInit::get(RecordKeeper &RK, bool V) { in get() function in BitInit [all …]
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | stats.h | 50 uptr get(StatType I) const { return atomic_load_relaxed(&StatsArray[I]); } in get() function 76 void get(uptr *S) const EXCLUDES(Mutex) { in get() function
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | CoverageSummaryInfo.cpp | 100 FunctionCoverageSummary::get(const CoverageMapping &CM, in get() function in FunctionCoverageSummary 116 FunctionCoverageSummary::get(const InstantiationGroup &Group, in get() function in FunctionCoverageSummary
|
| /freebsd/contrib/llvm-project/libcxx/include/__ranges/ |
| H A D | subrange.h | 216 _LIBCPP_HIDE_FROM_ABI constexpr auto get(const subrange<_Iter, _Sent, _Kind>& __subrange) { in get() function 225 _LIBCPP_HIDE_FROM_ABI constexpr auto get(subrange<_Iter, _Sent, _Kind>&& __subrange) { in get() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | TypeSize.h | 45 static StackOffset get(int64_t Fixed, int64_t Scalable) { in get() function 318 static constexpr ElementCount get(ScalarTy MinVal, bool Scalable) { in get() function 343 static constexpr TypeSize get(ScalarTy Quantity, bool Scalable) { in get() function
|
| H A D | ErrorOr.h | 149 reference get() { return *getStorage(); } in get() function 150 const_reference get() const { return const_cast<ErrorOr<T> *>(this)->get(); } in get() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
| H A D | NumberedValues.h | 24 T get(unsigned ID) const { return Vals.lookup(ID); } in get() function
|
| /freebsd/contrib/kyua/engine/execenv/ |
| H A D | execenv.cpp | 63 execenv::get(const model::test_program& test_program, in get() function in execenv
|
| /freebsd/contrib/wpa/src/utils/ |
| H A D | ext_password_i.h | 18 struct wpabuf * (*get)(void *ctx, const char *name); member
|