| /llvm-project-15.0.7/mlir/include/mlir/TableGen/ |
| H A D | Class.h | 289 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 D | UserSettingsController.cpp | 34 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 D | IndexSymbol.cpp | 90 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 D | UserSettingsController.h | 33 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 D | SDNodeProperties.cpp | 17 unsigned Properties = 0; in parseSDPatternOperatorProperties() local 33 Properties |= 1 << Offset; in parseSDPatternOperatorProperties() 39 return Properties; in parseSDPatternOperatorProperties()
|
| H A D | CodeGenTarget.cpp | 601 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 D | CodeGenIntrinsics.h | 107 unsigned Properties; member 182 return Properties & (1 << Prop); in hasProperty()
|
| H A D | CodeGenTarget.h | 208 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 D | note-amd-invalid-v2.test | 38 # 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 D | note-amd-valid-v2.test | 30 # 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 D | LLDBPropertyDefEmitter.cpp | 173 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 D | InstrRefBasedImpl.cpp | 196 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 D | InstrRefBasedImpl.h | 241 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 D | class-options-common.ll | 132 ; 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 D | types-data-members.ll | 68 ; 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 D | types-nested-class.ll | 17 ; CHECK: Properties [ (0x280) 31 ; CHECK: Properties [ (0x288) 52 ; CHECK: Properties [ (0x210)
|
| H A D | nested-types.ll | 65 ; CHECK-NEXT: Properties [ (0x208) 88 ; CHECK-NEXT: Properties [ (0x208) 101 ; CHECK-NEXT: Properties [ (0x288) 141 ; CHECK-NEXT: Properties [ (0x210)
|
| H A D | types-recursive-struct.ll | 49 ; 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 D | MachineFunction.h | 193 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 D | SDNodeProperties.td | 13 list<SDNodeProperty> Properties = []; 17 // Selection DAG Node Properties.
|
| /llvm-project-15.0.7/clang/test/APINotes/Inputs/Frameworks/SomeKit.framework/Headers/ |
| H A D | SomeKit.apinotes | 37 Properties: 68 Properties: 92 Properties:
|
| /llvm-project-15.0.7/clang/include/clang/Analysis/FlowSensitive/ |
| H A D | Value.h | 64 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 D | Assembler.cpp | 190 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 D | metadata-class-properties.m | 13 // 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 D | objectivec-class-property-flag-mismatch.ll | 5 !1 = !{i32 1, !"Objective-C Class Properties", i32 64}
|