Home
last modified time | relevance | path

Searched refs:Properties (Results 1 – 25 of 172) sorted by relevance

1234567

/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DClass.h289 enum Properties { enum
361 Properties properties;
584 template <Method::Properties Properties = Method::None, typename... Args>
594 template <Method::Properties Properties = Method::None, typename RetTypeT,
604 template <Method::Properties Properties = Method::None, typename RetTypeT,
612 template <Method::Properties Properties = Method::None, typename RetTypeT,
621 template <Method::Properties Properties = Method::None, typename RetTypeT,
631 template <Method::Properties Properties = Method::None, typename RetTypeT,
640 template <Method::Properties Properties = Method::None, typename RetTypeT,
649 template <Method::Properties Properties = Method::None, typename RetTypeT,
[all …]
/llvm-project-15.0.7/lldb/source/Core/
H A DUserSettingsController.cpp34 Properties::GetPropertyValue(const ExecutionContext *exe_ctx, in GetPropertyValue()
43 Status Properties::SetPropertyValue(const ExecutionContext *exe_ctx, in SetPropertyValue()
55 void Properties::DumpAllPropertyValues(const ExecutionContext *exe_ctx, in DumpAllPropertyValues()
62 void Properties::DumpAllDescriptions(CommandInterpreter &interpreter, in DumpAllDescriptions()
71 Status Properties::DumpPropertyValue(const ExecutionContext *exe_ctx, in DumpPropertyValue()
86 Properties::Apropos(llvm::StringRef keyword, in Apropos()
96 Properties::GetSubProperty(const ExecutionContext *exe_ctx, in GetSubProperty()
104 const char *Properties::GetExperimentalSettingsName() { return "experimental"; } in GetExperimentalSettingsName()
106 bool Properties::IsSettingExperimental(llvm::StringRef setting) { in IsSettingExperimental()
/llvm-project-15.0.7/clang/lib/Index/
H A DIndexSymbol.cpp90 Info.Properties = SymbolPropertySet(); in getSymbolInfo()
94 Info.Properties |= (SymbolPropertySet)SymbolProperty::Local; in getSymbolInfo()
101 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo()
136 Info.Properties |= in getSymbolInfo()
140 Info.Properties |= in getSymbolInfo()
156 Info.Properties |= in getSymbolInfo()
161 Info.Properties |= in getSymbolInfo()
236 checkForIBOutlets(D, Info.Properties); in getSymbolInfo()
245 checkForIBOutlets(D, Info.Properties); in getSymbolInfo()
390 Info.Properties |= in getSymbolInfo()
[all …]
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DUserSettingsController.h33 class Properties {
35 Properties() = default;
37 Properties(const lldb::OptionValuePropertiesSP &collection_sp) in Properties() function
40 virtual ~Properties() = default;
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DSDNodeProperties.cpp17 unsigned Properties = 0; in parseSDPatternOperatorProperties() local
33 Properties |= 1 << Offset; in parseSDPatternOperatorProperties()
39 return Properties; in parseSDPatternOperatorProperties()
H A DCodeGenTarget.cpp601 Properties = 0; in ComplexPattern()
605 Properties |= 1 << SDNPHasChain; in ComplexPattern()
607 Properties |= 1 << SDNPOptInGlue; in ComplexPattern()
609 Properties |= 1 << SDNPMayStore; in ComplexPattern()
611 Properties |= 1 << SDNPMayLoad; in ComplexPattern()
613 Properties |= 1 << SDNPSideEffect; in ComplexPattern()
615 Properties |= 1 << SDNPMemOperand; in ComplexPattern()
617 Properties |= 1 << SDNPVariadic; in ComplexPattern()
619 Properties |= 1 << SDNPWantRoot; in ComplexPattern()
621 Properties |= 1 << SDNPWantParent; in ComplexPattern()
[all …]
H A DCodeGenIntrinsics.h107 unsigned Properties; member
182 return Properties & (1 << Prop); in hasProperty()
H A DCodeGenTarget.h208 unsigned Properties; // Node properties variable
219 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty()
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Dnote-amd-invalid-v2.test38 # LLVM-NEXT: Type: NT_AMD_HSA_HSAIL (AMD HSA HSAIL Properties)
39 # LLVM-NEXT: AMD HSA HSAIL Properties: Invalid AMD HSA HSAIL Properties
49 # LLVM-NEXT: Type: NT_AMD_HSA_HSAIL (AMD HSA HSAIL Properties)
50 # LLVM-NEXT: AMD HSA HSAIL Properties: Invalid AMD HSA HSAIL Properties
124 # GNU-NEXT: AMD 0x0000000a NT_AMD_HSA_HSAIL (AMD HSA HSAIL Properties)
125 # GNU-NEXT: AMD HSA HSAIL Properties:
126 # GNU-NEXT: Invalid AMD HSA HSAIL Properties
130 # GNU-NEXT: AMD 0x00000014 NT_AMD_HSA_HSAIL (AMD HSA HSAIL Properties)
131 # GNU-NEXT: AMD HSA HSAIL Properties:
132 # GNU-NEXT: Invalid AMD HSA HSAIL Properties
H A Dnote-amd-valid-v2.test30 # LLVM-NEXT: Type: NT_AMD_HSA_HSAIL (AMD HSA HSAIL Properties)
31 # LLVM-NEXT: AMD HSA HSAIL Properties: [HSAIL Major: 2, HSAIL Minor: 1, Profile: 1, Machine M…
110 # GNU-NEXT: AMD 0x0000000c NT_AMD_HSA_HSAIL (AMD HSA HSAIL Properties)
111 # GNU-NEXT: AMD HSA HSAIL Properties:
/llvm-project-15.0.7/lldb/utils/TableGen/
H A DLLDBPropertyDefEmitter.cpp173 std::vector<Record *> Properties = in EmitPropertyDefs() local
175 for (auto &PropertyRecordPair : getRecordsByName(Properties, "Definition")) { in EmitPropertyDefs()
184 std::vector<Record *> Properties = in EmitPropertyEnumDefs() local
186 for (auto &PropertyRecordPair : getRecordsByName(Properties, "Definition")) { in EmitPropertyEnumDefs()
/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp196 DbgValueProperties Properties; member
230 DbgValueProperties Properties; member
523 It->second.Properties = Properties; in redefVar()
578 const DbgValueProperties &Properties = ActiveVLocIt->second.Properties; in clobberMloc() local
652 if (Properties.Indirect) in emitMOLoc()
681 if (Properties.Indirect) in dump()
683 if (Properties.DIExpr) in dump()
914 if (Properties.Indirect) { in emitLoc()
961 if (Properties.Indirect) in emitLoc()
2382 Properties.push_back(&OutVal.Properties); in pickVPHILoc()
[all …]
H A DInstrRefBasedImpl.h241 DbgValueProperties Properties; variable
256 : ID(Val), MO(None), BlockNo(0), Properties(Prop), Kind(Kind) { in DbgValue()
262 Properties(Prop), Kind(Kind) { in DbgValue()
267 : ID(ValueIDNum::EmptyValue), MO(MO), BlockNo(0), Properties(Prop), in DbgValue()
273 : ID(ValueIDNum::EmptyValue), MO(None), BlockNo(0), Properties(Prop), in DbgValue()
284 if (std::tie(Kind, Properties) != std::tie(Other.Kind, Other.Properties))
674 const DbgValueProperties &Properties);
714 DbgValue Rec = (ID) ? DbgValue(*ID, Properties, DbgValue::Def) in defVar()
715 : DbgValue(Properties, DbgValue::Undef); in defVar()
731 DbgValueProperties Properties(MI); in defVar()
[all …]
/llvm-project-15.0.7/llvm/test/DebugInfo/COFF/
H A Dclass-options-common.ll132 ; CHECK: Properties [ (0x280)
146 ; CHECK: Properties [ (0x200)
161 ; CHECK: Properties [ (0x280)
175 ; CHECK: Properties [ (0x202)
191 ; CHECK: Properties [ (0x280)
205 ; CHECK: Properties [ (0x200)
220 ; CHECK: Properties [ (0x280)
234 ; CHECK: Properties [ (0x202)
250 ; CHECK: Properties [ (0x280)
264 ; CHECK: Properties [ (0x202)
[all …]
H A Dtypes-data-members.ll68 ; CHECK: Properties [ (0x280)
115 ; CHECK: Properties [ (0x200)
139 ; CHECK: Properties [ (0x280)
166 ; CHECK: Properties [ (0x600)
184 ; CHECK: Properties [ (0x280)
219 ; CHECK: Properties [ (0x200)
238 ; CHECK: Properties [ (0x280)
302 ; CHECK: Properties [ (0x200)
321 ; CHECK: Properties [ (0x288)
345 ; CHECK: Properties [ (0x208)
[all …]
H A Dtypes-nested-class.ll17 ; CHECK: Properties [ (0x280)
31 ; CHECK: Properties [ (0x288)
52 ; CHECK: Properties [ (0x210)
H A Dnested-types.ll65 ; CHECK-NEXT: Properties [ (0x208)
88 ; CHECK-NEXT: Properties [ (0x208)
101 ; CHECK-NEXT: Properties [ (0x288)
141 ; CHECK-NEXT: Properties [ (0x210)
H A Dtypes-recursive-struct.ll49 ; CHECK: Properties [ (0x80)
61 ; CHECK: Properties [ (0x80)
92 ; CHECK: Properties [ (0x0)
123 ; CHECK: Properties [ (0x0)
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineFunction.h193 return Properties[static_cast<unsigned>(P)];
197 Properties.set(static_cast<unsigned>(P));
202 Properties.reset(static_cast<unsigned>(P));
208 Properties.reset();
213 Properties |= MFP.Properties;
218 Properties.reset(MFP.Properties);
225 return !V.Properties.test(Properties);
232 BitVector Properties =
335 MachineFunctionProperties Properties;
747 const MachineFunctionProperties &getProperties() const { return Properties; }
[all …]
H A DSDNodeProperties.td13 list<SDNodeProperty> Properties = [];
17 // Selection DAG Node Properties.
/llvm-project-15.0.7/clang/test/APINotes/Inputs/Frameworks/SomeKit.framework/Headers/
H A DSomeKit.apinotes37 Properties:
68 Properties:
92 Properties:
/llvm-project-15.0.7/clang/include/clang/Analysis/FlowSensitive/
H A DValue.h64 auto It = Properties.find(Name); in getProperty()
65 return It == Properties.end() ? nullptr : It->second; in getProperty()
71 Properties.insert_or_assign(Name, &Val); in setProperty()
76 llvm::StringMap<Value *> Properties; variable
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DAssembler.cpp190 auto &Properties = MF.getProperties(); in assembleToStream() local
191 Properties.set(MachineFunctionProperties::Property::NoVRegs); in assembleToStream()
192 Properties.reset(MachineFunctionProperties::Property::IsSSA); in assembleToStream()
193 Properties.set(MachineFunctionProperties::Property::NoPHIs); in assembleToStream()
213 Properties.reset(MachineFunctionProperties::Property::TracksLiveness); in assembleToStream()
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dmetadata-class-properties.m13 // CHECK: !{i32 1, !"Objective-C Class Properties", i32 64}
23 // CHECK-NULL: !{i32 1, !"Objective-C Class Properties", i32 64}
33 // CHECK-FRAGILE: !{i32 1, !"Objective-C Class Properties", i32 64}
/llvm-project-15.0.7/llvm/test/Linker/Inputs/
H A Dobjectivec-class-property-flag-mismatch.ll5 !1 = !{i32 1, !"Objective-C Class Properties", i32 64}

1234567