Searched refs:ValueType (Results 51 - 75 of 108) sorted by relevance

12345

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp611 class ScheduleDAGInstrs::Value2SUsMap : public MapVector<ValueType, SUList> {
623 ValueType &operator[](const SUList &Key) {
628 void inline insert(SUnit *SU, ValueType V) {
634 void inline clearList(ValueType V) {
646 MapVector<ValueType, SUList>::clear();
675 ValueType V) {
719 map.remove_if([&](std::pair<ValueType, SUList> &mapEntry) {
953 ValueType V = UnderlObj.getValue();
963 ValueType V = UnderlObj.getValue();
983 ValueType
[all...]
H A DAtomicExpandPass.cpp614 Type *ValueType; member in struct:__anon1692::PartwordMaskValues
625 /// incoming address, Addr, and ValueType, and constructs the address,
633 /// ValueType was loaded from Addr.
640 Type *ValueType, Value *Addr,
651 unsigned ValueSize = DL.getTypeStoreSize(ValueType);
655 Ret.ValueType = ValueType;
723 Builder.CreateLShr(Loaded, PMV.ShiftAmt), PMV.ValueType);
770 Builder.CreateLShr(OldResult, PMV.ShiftAmt), PMV.ValueType);
804 Builder.CreateLShr(NewAI, PMV.ShiftAmt), PMV.ValueType);
639 createMaskInstrs(IRBuilder< &Builder, Instruction *I, Type *ValueType, Value *Addr, unsigned WordSize) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.h155 enum ValueType { enum in struct:llvm::BitTracker::BitValue
190 ValueType Type;
193 BitValue(ValueType T = Top) : Type(T) {}
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h200 enum ValueType { enum in class:lldb_private::UnwindPlan::Row::FAValue
256 ValueType GetValueType() const { return m_type; }
304 ValueType m_type; // How do we compute CFA value?
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h114 static const Flags::ValueType permissions_mask[allPerms + 1];
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectConstResult.h67 lldb::ValueType GetValueType() const override;
H A DValueObjectSyntheticFilter.h51 lldb::ValueType GetValueType() const override;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguageRuntime.h82 Value::ValueType &value_type) = 0;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.h98 Value::ValueType &value_type) override;
H A DAppleObjCRuntimeV1.cpp51 Value::ValueType &value_type) {
53 value_type = Value::ValueType::eValueTypeScalar;
H A DAppleObjCRuntimeV2.h54 Value::ValueType &value_type) override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.h136 ValueType getValueType(Type *Ty, StringRef TypeName) const;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h144 Type *ValueType = nullptr; member in class:llvm::GVNExpression::BasicExpression
210 void setType(Type *T) { ValueType = T; }
211 Type *getType() const { return ValueType; }
223 return hash_combine(this->Expression::getHashValue(), ValueType,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp81 return DWARFFormValue(F, ValueType(V));
85 return DWARFFormValue(F, ValueType(V));
89 return DWARFFormValue(F, ValueType(V));
94 ValueType V;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DUserExpression.h271 static const Status::ValueType kNoResult =
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectDynamicValue.cpp110 lldb::ValueType ValueObjectDynamicValue::GetValueType() const {
147 Value::ValueType value_type;
H A DValue.cpp114 Value::ValueType Value::GetValueType() const { return m_value_type; }
645 const char *Value::GetValueTypeAsCString(ValueType value_type) {
H A DValueObjectSyntheticFilter.cpp125 lldb::ValueType ValueObjectSynthetic::GetValueType() const {
H A DValueObjectConstResult.cpp194 lldb::ValueType ValueObjectConstResult::GetValueType() const {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp93 StatepointLoweringState::allocateStackSlot(EVT ValueType, argument
98 unsigned SpillSize = ValueType.getStoreSize();
99 assert((SpillSize * 8) == ValueType.getSizeInBits() && "Size not in bytes?");
117 // TODO: Is ValueType the right thing to use here?
118 return Builder.DAG.getFrameIndex(FI, ValueType);
125 SDValue SpillSlot = Builder.DAG.CreateStackTemporary(ValueType);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DEndian.h206 template <typename ValueType, endianness Endian, std::size_t Alignment,
207 std::size_t ALIGN = PickAlignment<ValueType, Alignment>::value>
209 using value_type = ValueType;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp189 Value::ValueType &value_type) {
200 value_type = Value::ValueType::eValueTypeScalar;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplate.h215 QualType ValueType,
217 : TemplateArgument(Ctx, Value, ValueType),
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h65 ValueType GetValueType();
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp552 SBValue SBFrame::FindValue(const char *name, ValueType value_type) {
554 (const char *, lldb::ValueType), name, value_type);
570 SBValue SBFrame::FindValue(const char *name, ValueType value_type,
573 (const char *, lldb::ValueType, lldb::DynamicValueType),
1330 (const char *, lldb::ValueType));
1333 (const char *, lldb::ValueType, lldb::DynamicValueType));

Completed in 313 milliseconds

12345