| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ValueTypes.td | 15 class ValueType<int size, int value> { 21 def OtherVT : ValueType<0, 1>; // "Other" value 222 def token : ValueType<0, 248>; // TokenTy 223 def MetadataVT : ValueType<0, 249>; // Metadata 227 def iPTRAny : ValueType<0, 250>; 230 def vAny : ValueType<0, 251>; 233 def fAny : ValueType<0, 252>; 236 def iAny : ValueType<0, 253>; 239 def iPTR : ValueType<0, 254>; 242 def Any : ValueType<0, 255>; [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | Flags.h | 25 typedef uint32_t ValueType; typedef 34 Flags(ValueType flags = 0) : m_flags(flags) {} in m_flags() 40 ValueType Get() const { return m_flags; } in Get() 46 size_t GetBitSize() const { return sizeof(ValueType) * 8; } in GetBitSize() 52 void Reset(ValueType flags) { m_flags = flags; } in Reset() 61 ValueType Clear(ValueType mask = ~static_cast<ValueType>(0)) { 73 ValueType Set(ValueType mask) { in Set() 90 bool AnySet(ValueType mask) const { return (m_flags & mask) != 0; } in AnySet() 96 bool Test(ValueType bit) const { return (m_flags & bit) != 0; } in Test() 111 bool IsClear(ValueType bit) const { return (m_flags & bit) == 0; } in IsClear() [all …]
|
| H A D | Status.h | 48 typedef uint32_t ValueType; typedef 59 explicit Status(ValueType err, 104 ValueType GetError() const; 136 void SetError(ValueType err, lldb::ErrorType type); 199 ValueType m_code = 0; ///< Status code as an integer value.
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Value.cpp | 113 case ValueType::Invalid: in GetValueAddressType() 114 case ValueType::Scalar: in GetValueAddressType() 116 case ValueType::LoadAddress: in GetValueAddressType() 145 case ValueType::Invalid: in AppendDataToHostBuffer() 147 case ValueType::Scalar: { in AppendDataToHostBuffer() 280 case ValueType::Invalid: in GetData() 282 case ValueType::Scalar: in GetData() 317 case ValueType::Invalid: in GetValueAsData() 320 case ValueType::Scalar: { in GetValueAsData() 621 case ValueType::Invalid: in GetValueTypeAsCString() [all …]
|
| H A D | ValueObjectMemory.cpp | 64 m_value.SetValueType(Value::ValueType::LoadAddress); in ValueObjectMemory() 69 m_value.SetValueType(Value::ValueType::FileAddress); in ValueObjectMemory() 73 m_value.SetValueType(Value::ValueType::Scalar); in ValueObjectMemory() 95 m_value.SetValueType(Value::ValueType::LoadAddress); in ValueObjectMemory() 104 m_value.SetValueType(Value::ValueType::Scalar); in ValueObjectMemory() 171 case Value::ValueType::Invalid: in UpdateValue() 174 case Value::ValueType::Scalar: in UpdateValue() 180 case Value::ValueType::FileAddress: in UpdateValue() 181 case Value::ValueType::LoadAddress: in UpdateValue() 182 case Value::ValueType::HostAddress: in UpdateValue() [all …]
|
| H A D | ValueObjectChild.cpp | 48 lldb::ValueType ValueObjectChild::GetValueType() const { in GetValueType() 128 m_value.SetValueType(Value::ValueType::LoadAddress); in UpdateValue() 130 m_value.SetValueType(Value::ValueType::FileAddress); in UpdateValue() 134 ? Value::ValueType::Scalar in UpdateValue() 138 m_value.SetValueType(Value::ValueType::HostAddress); in UpdateValue() 142 m_value.SetValueType(Value::ValueType::Scalar); in UpdateValue() 147 case Value::ValueType::Invalid: in UpdateValue() 149 case Value::ValueType::LoadAddress: in UpdateValue() 150 case Value::ValueType::FileAddress: in UpdateValue() 151 case Value::ValueType::HostAddress: { in UpdateValue() [all …]
|
| H A D | ValueObjectVariable.cpp | 186 if (value_type == Value::ValueType::HostAddress && in UpdateValue() 199 case Value::ValueType::Invalid: in UpdateValue() 202 case Value::ValueType::Scalar: in UpdateValue() 209 case Value::ValueType::FileAddress: in UpdateValue() 210 case Value::ValueType::LoadAddress: in UpdateValue() 211 case Value::ValueType::HostAddress: in UpdateValue() 263 case Value::ValueType::Invalid: in DoUpdateChildrenAddressType() 265 case Value::ValueType::FileAddress: in DoUpdateChildrenAddressType() 288 case Value::ValueType::HostAddress: in DoUpdateChildrenAddressType() 299 case Value::ValueType::LoadAddress: in DoUpdateChildrenAddressType() [all …]
|
| /freebsd-13.1/contrib/kyua/utils/config/ |
| H A D | nodes.ipp | 151 template< typename ValueType > 167 template< typename ValueType > 180 template< typename ValueType > 194 template< typename ValueType > 208 template< typename ValueType > 223 template< typename ValueType > 236 template< typename ValueType > 241 typed_leaf_node< ValueType >::set(text::to_type< ValueType >( 255 template< typename ValueType > 269 template< typename ValueType > [all …]
|
| H A D | nodes.hpp | 119 template< typename ValueType > 123 typedef ValueType value_type; 153 template< typename ValueType > 154 class native_leaf_node : public typed_leaf_node< ValueType > { 201 template< typename ValueType > 205 typedef std::set< ValueType > value_type; 253 virtual ValueType parse_one(const std::string&) const = 0;
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | EnumeratedArray.h | 20 template <typename ValueType, typename Enumeration, 26 EnumeratedArray(ValueType V) { in EnumeratedArray() 31 inline const ValueType &operator[](const Enumeration Index) const { 36 inline ValueType &operator[](const Enumeration Index) { 37 return const_cast<ValueType &>( 38 static_cast<const EnumeratedArray<ValueType, Enumeration, LargestEnum, 44 ValueType Underlying[Size];
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEInstrPatternsVec.td | 18 multiclass vbrd_elem32<ValueType v32, ValueType s32, SDPatternOperator ImmOp, 29 multiclass vbrd_elem64<ValueType v64, ValueType s64, 40 multiclass extract_insert_elem32<ValueType v32, ValueType s32, 58 multiclass extract_insert_elem64<ValueType v64, ValueType s64> { 74 multiclass patterns_elem32<ValueType v32, ValueType s32, 81 multiclass patterns_elem64<ValueType v64, ValueType s64,
|
| H A D | VVPInstrPatternsVec.td | 22 ValueType ScalarVT, ValueType DataVT, ValueType MaskVT, 55 ValueType LongScalarVT, ValueType LongDataVT, string LongOpBaseName, 56 ValueType ShortScalarVT, ValueType ShortDataVT, string ShortOpBaseName> {
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsOptimizePICCall.cpp | 57 using ValueType = PointerUnion<const Value *, const PseudoSourceValue *>; typedef 61 using ScopedHTType = ScopedHashTable<ValueType, CntRegP, 101 ValueType &Val) const; 105 unsigned getCount(ValueType Entry); 109 unsigned getReg(ValueType Entry); 112 void incCntAndSetReg(ValueType Entry, unsigned Reg); 234 ValueType Entry; in visitNode() 266 ValueType &Val) const { in isCallViaRegister() 302 unsigned OptimizePICCall::getCount(ValueType Entry) { in getCount() 306 unsigned OptimizePICCall::getReg(ValueType Entry) { in getReg() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | BinaryStreamArray.h | 90 template <typename ValueType, 91 typename Extractor = VarStreamArrayExtractor<ValueType>> 93 friend class VarStreamArrayIterator<ValueType, Extractor>; 96 typedef VarStreamArrayIterator<ValueType, Extractor> Iterator; 119 VarStreamArray<ValueType, Extractor> substream(uint32_t Begin, in substream() 153 template <typename ValueType, typename Extractor> 157 typedef VarStreamArrayIterator<ValueType, Extractor> IterType; 158 typedef VarStreamArray<ValueType, Extractor> ArrayType; 195 const ValueType &operator*() const { 200 ValueType &operator*() { [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUGISel.td | 225 ValueType dst_vt, 226 ValueType src0_vt = dst_vt, ValueType src1_vt = src0_vt> : GCNPat < 235 ValueType dst_vt, 236 ValueType src0_vt = dst_vt, ValueType src1_vt = src0_vt> : GCNPat < 245 ValueType dst_vt, 246 ValueType src0_vt = dst_vt, ValueType src1_vt = src0_vt> : GCNPat < 255 ValueType dst_vt, 265 ValueType dst_vt, 275 ValueType dst_vt, 276 ValueType src0_vt = dst_vt, ValueType src1_vt = src0_vt> : GCNPat < [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | AMDGPUMetadata.cpp | 74 struct ScalarEnumerationTraits<ValueType> { 77 YIO.enumCase(EN, "I8", ValueType::I8); in enumeration() 78 YIO.enumCase(EN, "U8", ValueType::U8); in enumeration() 79 YIO.enumCase(EN, "I16", ValueType::I16); in enumeration() 80 YIO.enumCase(EN, "U16", ValueType::U16); in enumeration() 81 YIO.enumCase(EN, "F16", ValueType::F16); in enumeration() 82 YIO.enumCase(EN, "I32", ValueType::I32); in enumeration() 83 YIO.enumCase(EN, "U32", ValueType::U32); in enumeration() 84 YIO.enumCase(EN, "F32", ValueType::F32); in enumeration() 85 YIO.enumCase(EN, "I64", ValueType::I64); in enumeration() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Value.h | 41 enum class ValueType { enum 83 ValueType GetValueType() const; 89 void SetValueType(ValueType value_type) { m_value_type = value_type; } in SetValueType() 102 SetValueType(ValueType::Scalar); in SetContext() 137 static const char *GetValueTypeAsCString(ValueType context_type); 152 ValueType m_value_type = ValueType::Scalar;
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyTIL.h | 202 inline ValueType ValueType::getValueType<void>() { 207 inline ValueType ValueType::getValueType<bool>() { 212 inline ValueType ValueType::getValueType<int8_t>() { 217 inline ValueType ValueType::getValueType<uint8_t>() { 222 inline ValueType ValueType::getValueType<int16_t>() { 227 inline ValueType ValueType::getValueType<uint16_t>() { 232 inline ValueType ValueType::getValueType<int32_t>() { 242 inline ValueType ValueType::getValueType<int64_t>() { 252 inline ValueType ValueType::getValueType<float>() { 257 inline ValueType ValueType::getValueType<double>() { [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
| H A D | RefactoringOptions.h | 33 using ValueType = Optional<T>; variable 35 const ValueType &getValue() const { return Value; } in getValue() 46 using ValueType = T; 48 const ValueType &getValue() const { in getValue()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFAttribute.h | 22 DWARFFormValue::ValueType value) in DWARFAttribute() 27 DWARFFormValue::ValueType get_value() const { return m_value; } in get_value() 29 DWARFFormValue::ValueType &val) const { in get() 41 DWARFFormValue::ValueType m_value; 59 DWARFFormValue::ValueType ValueAtIndex(uint32_t i) const { in ValueAtIndex()
|
| H A D | DWARFFormValue.h | 31 } ValueType; typedef 50 const ValueType &Value() const { return m_value; } in Value() 51 ValueType &ValueRef() { return m_value; } in ValueRef() 52 void SetValue(const ValueType &val) { m_value = val; } in SetValue() 87 ValueType m_value; // Contains all data for the form
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SymbolRewriter.cpp | 112 template <RewriteDescriptor::Type DT, typename ValueType, 113 ValueType *(Module::*Get)(StringRef) const> 133 template <RewriteDescriptor::Type DT, typename ValueType, 134 ValueType *(Module::*Get)(StringRef) const> 137 if (ValueType *S = (M.*Get)(Source)) { in performOnModule() 153 template <RewriteDescriptor::Type DT, typename ValueType, 154 ValueType *(Module::*Get)(StringRef) const, 155 iterator_range<typename iplist<ValueType>::iterator> 175 template <RewriteDescriptor::Type DT, typename ValueType, 176 ValueType *(Module::*Get)(StringRef) const, [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 1118 case Value::ValueType::Scalar: in Evaluate() 1122 case Value::ValueType::LoadAddress: in Evaluate() 1156 case Value::ValueType::Invalid: in Evaluate() 1226 case Value::ValueType::Scalar: in Evaluate() 1227 case Value::ValueType::LoadAddress: in Evaluate() 1278 case Value::ValueType::FileAddress: in Evaluate() 1279 case Value::ValueType::Invalid: in Evaluate() 2174 case Value::ValueType::Invalid: in Evaluate() 2219 case Value::ValueType::Scalar: { in Evaluate() 2296 case Value::ValueType::Invalid: in Evaluate() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFFormValue.h | 42 struct ValueType { struct 43 ValueType() { uval = 0; } in ValueType() argument 44 ValueType(int64_t V) : sval(V) {} in ValueType() argument 45 ValueType(uint64_t V) : uval(V) {} in ValueType() function 46 ValueType(const char *V) : cstr(V) {} in ValueType() function 60 ValueType Value; /// Contains all data for the form. argument 64 DWARFFormValue(dwarf::Form F, ValueType V) : Form(F), Value(V) {} in DWARFFormValue()
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | any | 34 template <class ValueType> 35 any(ValueType&& value); 43 template <class ValueType> 44 any& operator=(ValueType&& rhs); 67 template<class ValueType> 69 template<class ValueType> 70 ValueType any_cast(any& operand); 71 template<class ValueType> 72 ValueType any_cast(any&& operand); 74 template<class ValueType> [all …]
|