Home
last modified time | relevance | path

Searched defs:get (Results 1 – 25 of 257) sorted by relevance

1234567891011

/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryLocation.cpp36 MemoryLocation MemoryLocation::get(const LoadInst *LI) { in get() function in MemoryLocation
45 MemoryLocation MemoryLocation::get(const StoreInst *SI) { in get() function in MemoryLocation
54 MemoryLocation MemoryLocation::get(const VAArgInst *VI) { in get() function in MemoryLocation
59 MemoryLocation MemoryLocation::get(const AtomicCmpXchgInst *CXI) { in get() function in MemoryLocation
68 MemoryLocation MemoryLocation::get(const AtomicRMWInst *RMWI) { in get() function in MemoryLocation
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DValueProfileCollector.cpp39 void get(InstrProfValueKind K, std::vector<CandidateInfo> &Candidates) {} in get() function in __anonff4146b80111::PluginChain
51 void get(InstrProfValueKind K, std::vector<CandidateInfo> &Candidates) { in get() function in __anonff4146b80111::PluginChain
73 ValueProfileCollector::get(InstrProfValueKind Kind) const { in get() function in ValueProfileCollector
/freebsd-src/contrib/atf/atf-c++/detail/
H A Denv.cpp44 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 Dauto_array.hpp103 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-src/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp278 IntegerType *IntegerType::get(LLVMContext &C, unsigned NumBits) { in get() function in IntegerType
328 FunctionType *FunctionType::get(Type *ReturnType, in get() function in FunctionType
354 FunctionType *FunctionType::get(Type *Result, bool isVarArg) { in get() function in FunctionType
373 StructType *StructType::get(LLVMContext &Context, ArrayRef<Type*> ETypes, in get() function in StructType
520 StructType *StructType::get(LLVMContext &Context, bool isPacked) { in get() function in StructType
647 ArrayType *ArrayType::get(Type *ElementType, uint64_t NumElements) { get() function in ArrayType
676 VectorType *VectorType::get(Type *ElementType, ElementCount EC) { get() function in VectorType
692 FixedVectorType *FixedVectorType::get(Type *ElementType, unsigned NumElts) { get() function in FixedVectorType
713 ScalableVectorType *ScalableVectorType::get(Type *ElementType, get() function in ScalableVectorType
735 PointerType *PointerType::get(Type *EltTy, unsigned AddressSpace) { get() function in PointerType
743 PointerType *PointerType::get(LLVMContext &C, unsigned AddressSpace) { get() function in PointerType
796 TargetExtType *TargetExtType::get(LLVMContext &C, StringRef Name, get() function in TargetExtType
[all...]
H A DConstants.cpp872 ConstantInt *ConstantInt::get(LLVMContext &Context, const APInt &V) { get() function in ConstantInt
888 Constant *ConstantInt::get(Type *Ty, uint64_t V, bool isSigned) { get() function in ConstantInt
898 ConstantInt *ConstantInt::get(IntegerType *Ty, uint64_t V, bool isSigned) { get() function in ConstantInt
902 Constant *ConstantInt::get(Type *Ty, const APInt& V) { get() function in ConstantInt
914 ConstantInt *ConstantInt::get(IntegerType* Ty, StringRef Str, uint8_t radix) { get() function in ConstantInt
927 Constant *ConstantFP::get(Type *Ty, double V) { get() function in ConstantFP
943 Constant *ConstantFP::get(Type *Ty, const APFloat &V) { get() function in ConstantFP
955 Constant *ConstantFP::get(Type *Ty, StringRef Str) { get() function in ConstantFP
1014 ConstantFP* ConstantFP::get(LLVMContext &Context, const APFloat& V) { get() function in ConstantFP
1235 Constant *ConstantArray::get(ArrayType *Ty, ArrayRef<Constant*> V) { get() function in ConstantArray
1300 Constant *ConstantStruct::get(StructType *ST, ArrayRef<Constant*> V) { get() function in ConstantStruct
1342 Constant *ConstantVector::get(ArrayRef<Constant*> V) { get() function in ConstantVector
1415 ConstantTokenNone *ConstantTokenNone::get(LLVMContext &Context) { get() function in ConstantTokenNone
1579 ConstantAggregateZero *ConstantAggregateZero::get(Type *Ty) { get() function in ConstantAggregateZero
1691 ConstantPointerNull *ConstantPointerNull::get(PointerType *Ty) { get() function in ConstantPointerNull
1708 ConstantTargetNone *ConstantTargetNone::get(TargetExtType *Ty) { get() function in ConstantTargetNone
1724 UndefValue *UndefValue::get(Type *Ty) { get() function in UndefValue
1743 PoisonValue *PoisonValue::get(Type *Ty) { get() function in PoisonValue
1757 BlockAddress *BlockAddress::get(BasicBlock *BB) { get() function in BlockAddress
1762 BlockAddress *BlockAddress::get(Function *F, BasicBlock *BB) { get() function in BlockAddress
1835 DSOLocalEquivalent *DSOLocalEquivalent::get(GlobalValue *GV) { get() function in DSOLocalEquivalent
1893 NoCFIValue *NoCFIValue::get(GlobalValue *GV) { get() function in NoCFIValue
2075 Constant *ConstantExpr::get(unsigned Opcode, Constant *C1, Constant *C2, get() function in ConstantExpr
2809 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<uint8_t> Elts){ get() function in ConstantDataVector
2814 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<uint16_t> Elts){ get() function in ConstantDataVector
2819 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<uint32_t> Elts){ get() function in ConstantDataVector
2824 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<uint64_t> Elts){ get() function in ConstantDataVector
2829 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<float> Elts) { get() function in ConstantDataVector
2834 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<double> Elts) { get() function in ConstantDataVector
[all...]
H A DTypedPointerType.cpp17 TypedPointerType *TypedPointerType::get(Type *EltTy, unsigned AddressSpace) { in get() function in TypedPointerType
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_hash.h33 u32 get() { in get() function
57 u64 get() { in get() function
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h300 get(const ValueDecl &D) const { get() function
305 get(const Expr &E) const { get() function
484 get(const StorageLocation &Loc) const { get() function
489 get(const ValueDecl &D) const { get() function
493 std::enable_if_t<std::is_base_of_v<Value, T>, T *> get(const Expr &E) const { get() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DLineTable.h196 LineEntry &get(size_t i) { in get() function
200 const LineEntry &get(size_t i) const { in get() function
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DDivisionByConstantInfo.cpp21 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-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DTrackingMDRef.h57 Metadata *get() const { return MD; } in get() function
126 T *get() const { return (T *)Ref.get(); } in get() function
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DOwnership.h80 PtrTy get() const { in get() function
104 OpaquePtr<T> get() const { return OpaquePtr<T>::getFromOpaquePtr(Ptr); } in get() function
/freebsd-src/contrib/atf/atf-c/detail/
H A Denv_test.c52 ATF_TC_HEAD(get, tc) in ATF_TC_HEAD() argument
56 ATF_TC_BODY(get, tc) in ATF_TC_BODY() argument
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstats.h50 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-src/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp63 FunctionCoverageSummary::get(const CoverageMapping &CM, in get() function in FunctionCoverageSummary
103 FunctionCoverageSummary::get(const InstantiationGroup &Group, in get() function in FunctionCoverageSummary
/freebsd-src/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp120 BitRecTy *BitRecTy::get(RecordKeeper &RK) { in get() function in BitRecTy
132 BitsRecTy *BitsRecTy::get(RecordKeeper &RK, unsigned Sz) { in get() function in BitsRecTy
153 IntRecTy *IntRecTy::get(RecordKeeper &RK) { in get() function in IntRecTy
162 StringRecTy *StringRecTy::get(RecordKeeper &RK) { in get() function in StringRecTy
191 DagRecTy *DagRecTy::get(RecordKeeper &RK) { in get() function in DagRecTy
206 RecordRecTy *RecordRecTy::get(RecordKeeper &RK, in get() function in RecordRecTy
245 RecordRecTy *RecordRecTy::get(Record *Class) { in get() function in RecordRecTy
358 UnsetInit *UnsetInit::get(RecordKeepe function in UnsetInit
385 ArgumentInit *ArgumentInit::get(Init *Value, ArgAuxType Aux) { get() function in ArgumentInit
408 BitInit *BitInit::get(RecordKeeper &RK, bool V) { get() function in BitInit
436 BitsInit *BitsInit::get(RecordKeeper &RK, ArrayRef<Init *> Range) { get() function in BitsInit
553 IntInit *IntInit::get(RecordKeeper &RK, int64_t V) { get() function in IntInit
611 AnonymousNameInit *AnonymousNameInit::get(RecordKeeper &RK, unsigned V) { get() function in AnonymousNameInit
633 StringInit *StringInit::get(RecordKeeper &RK, StringRef V, StringFormat Fmt) { get() function in StringInit
660 ListInit *ListInit::get(ArrayRef<Init *> Range, RecTy *EltTy) { get() function in ListInit
779 UnOpInit *UnOpInit::get(UnaryOp Opc, Init *LHS, RecTy *Type) { get() function in UnOpInit
1002 BinOpInit *BinOpInit::get(BinaryOp Opc, Init *LHS, Init *RHS, RecTy *Type) { get() function in BinOpInit
1538 TernOpInit *TernOpInit::get(TernaryOp Opc, Init *LHS, Init *MHS, Init *RHS, get() function in TernOpInit
1905 FoldOpInit *FoldOpInit::get(Init *Start, Init *List, Init *A, Init *B, get() function in FoldOpInit
1970 IsAOpInit *IsAOpInit::get(RecTy *CheckType, Init *Expr) { get() function in IsAOpInit
2032 ExistsOpInit *ExistsOpInit::get(RecTy *CheckType, Init *Expr) { get() function in ExistsOpInit
2157 VarInit *VarInit::get(StringRef VN, RecTy *T) { get() function in VarInit
2162 VarInit *VarInit::get(Init *VN, RecTy *T) { get() function in VarInit
2187 VarBitInit *VarBitInit::get(TypedInit *T, unsigned B) { get() function in VarBitInit
2210 DefInit *DefInit::get(Record *R) { get() function in DefInit
2242 VarDefInit *VarDefInit::get(Record *Class, ArrayRef<ArgumentInit *> Args) { get() function in VarDefInit
2370 FieldInit *FieldInit::get(Init *R, StringInit *FN) { get() function in FieldInit
2436 CondOpInit *CondOpInit::get(ArrayRef<Init *> CondRange, get() function in CondOpInit
2561 DagInit *DagInit::get(Init *V, StringInit *VN, ArrayRef<Init *> ArgRange, get() function in DagInit
2585 DagInit::get(Init *V, StringInit *VN, get() function in DagInit
[all...]
/freebsd-src/contrib/llvm-project/libcxx/include/__ranges/
H A Dsubrange.h218 _LIBCPP_HIDE_FROM_ABI constexpr auto get(const subrange<_Iter, _Sent, _Kind>& __subrange) { get() function
227 _LIBCPP_HIDE_FROM_ABI constexpr auto get(subrange<_Iter, _Sent, _Kind>&& __subrange) { get() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeSize.h44 static StackOffset get(int64_t Fixed, int64_t Scalable) { in get() function
302 static constexpr ElementCount get(ScalarTy MinVal, bool Scalable) { get() function
329 static constexpr TypeSize get(ScalarTy Quantity, bool Scalable) { get() function
H A DErrorOr.h149 reference get() { return *getStorage(); } in get() function
150 const_reference get() const { return const_cast<ErrorOr<T> *>(this)->get(); } in get() function
/freebsd-src/contrib/wpa/src/utils/
H A Dext_password_i.h18 struct wpabuf * (*get)(void *ctx, const char *name); member
/freebsd-src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThreadPlan.h135 lldb_private::ThreadPlan *get() const { return GetSP().get(); } in get() function
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/
H A DRichManglingContext.h88 template <class ParserT> static ParserT *get(llvm::Any parser) { in get() function
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp56 InstrProfCorrelator::Context::get(std::unique_ptr<MemoryBuffer> Buffer, in get() function in InstrProfCorrelator::Context
94 InstrProfCorrelator::get(StringRef Filename, ProfCorrelatorKind FileKind) { in get() function in InstrProfCorrelator
129 InstrProfCorrelator::get(std::unique_ptr<MemoryBuffer> Buffer, in get() function in InstrProfCorrelator
185 InstrProfCorrelatorImpl<IntPtrT>::get( in get() function in InstrProfCorrelatorImpl
[all...]
/freebsd-src/stand/common/
H A Dnvstore.c62 bool list, get, delete; in command_nvstore() local

1234567891011