Searched refs:Properties (Results 1 - 25 of 42) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DSDNodeProperties.cpp16 unsigned Properties = 0; local
17 for (Record *Property : R->getValueAsListOfDefs("Properties")) {
19 Properties |= 1 << SDNPCommutative;
21 Properties |= 1 << SDNPAssociative;
23 Properties |= 1 << SDNPHasChain;
25 Properties |= 1 << SDNPOutGlue;
27 Properties |= 1 << SDNPInGlue;
29 Properties |= 1 << SDNPOptInGlue;
31 Properties |= 1 << SDNPMayStore;
33 Properties |
[all...]
H A DCodeGenIntrinsics.h107 /// SDPatternOperator Properties applied to the intrinsic.
108 unsigned Properties; member in struct:llvm::CodeGenIntrinsic
155 return Properties & (1 << Prop);
H A DCodeGenTarget.h204 unsigned Properties; // Node properties member in class:llvm::ComplexPattern
215 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); }
H A DCodeGenTarget.cpp544 Properties = 0;
545 std::vector<Record*> PropList = R->getValueAsListOfDefs("Properties");
548 Properties |= 1 << SDNPHasChain;
550 Properties |= 1 << SDNPOptInGlue;
552 Properties |= 1 << SDNPMayStore;
554 Properties |= 1 << SDNPMayLoad;
556 Properties |= 1 << SDNPSideEffect;
558 Properties |= 1 << SDNPMemOperand;
560 Properties |= 1 << SDNPVariadic;
562 Properties |
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DUserSettingsController.cpp34 Properties::GetPropertyValue(const ExecutionContext *exe_ctx,
43 Status Properties::SetPropertyValue(const ExecutionContext *exe_ctx,
55 void Properties::DumpAllPropertyValues(const ExecutionContext *exe_ctx,
62 void Properties::DumpAllDescriptions(CommandInterpreter &interpreter,
71 Status Properties::DumpPropertyValue(const ExecutionContext *exe_ctx,
86 Properties::Apropos(llvm::StringRef keyword,
96 Properties::GetSubProperty(const ExecutionContext *exe_ctx,
104 const char *Properties::GetExperimentalSettingsName() { return "experimental"; }
106 bool Properties::IsSettingExperimental(llvm::StringRef setting) {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DUserSettingsController.h33 class Properties { class in namespace:lldb_private
35 Properties() : m_collection_sp() {} function in class:lldb_private::Properties
37 Properties(const lldb::OptionValuePropertiesSP &collection_sp) function in class:lldb_private::Properties
40 virtual ~Properties() {}
H A DModuleList.h48 class ModuleListProperties : public Properties {
H A DDebugger.h72 public Properties {
227 // Properties Functions
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp90 Info.Properties = SymbolPropertySet();
94 Info.Properties |= (SymbolPropertySet)SymbolProperty::Local;
97 Info.Properties |= (SymbolPropertySet)SymbolProperty::ProtocolInterface;
101 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic;
129 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic;
135 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic;
136 Info.Properties |=
139 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic;
140 Info.Properties |=
155 Info.Properties |
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBPropertyDefEmitter.cpp164 std::vector<Record *> Properties = local
166 for (auto &PropertyRecordPair : getRecordsByName(Properties, "Definition")) {
175 std::vector<Record *> Properties = local
177 for (auto &PropertyRecordPair : getRecordsByName(Properties, "Definition")) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h107 /// Properties which a MachineFunction may have at a given point in time.
159 return Properties[static_cast<unsigned>(P)];
163 Properties.set(static_cast<unsigned>(P));
168 Properties.reset(static_cast<unsigned>(P));
174 Properties.reset();
179 Properties |= MFP.Properties;
184 Properties.reset(MFP.Properties);
191 return !V.Properties
198 BitVector Properties = member in class:llvm::MachineFunctionProperties
298 MachineFunctionProperties Properties; member in class:llvm::MachineFunction
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h142 SymbolPropertySet Properties; member in struct:clang::index::SymbolInfo
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h105 explicit Object(std::initializer_list<KV> Properties);
304 Value(json::Object &&Properties) : Type(T_Object) { argument
305 create<json::Object>(std::move(Properties));
550 inline Object::Object(std::initializer_list<KV> Properties) { argument
551 for (const auto &P : Properties) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp326 MachineFunctionProperties &Properties = MF.getProperties(); local
339 Properties.set(MachineFunctionProperties::Property::NoPHIs);
343 Properties.set(MachineFunctionProperties::Property::IsSSA);
345 Properties.reset(MachineFunctionProperties::Property::IsSSA);
349 Properties.set(MachineFunctionProperties::Property::NoVRegs);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp108 for (BitVector::size_type I = 0; I < Properties.size(); ++I) {
109 if (!Properties[I])
155 Properties.set(MachineFunctionProperties::Property::IsSSA);
156 Properties.set(MachineFunctionProperties::Property::TracksLiveness);
213 Properties.reset();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp137 if (Properties::IsSettingExperimental(sub_name.drop_front())) {
139 strlen(Properties::GetExperimentalSettingsName());
204 if (Properties::IsSettingExperimental(part))
/freebsd-11-stable/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c85 } Properties; typedef in typeref:struct:props
87 #define PropOf(TCB) ((Properties*)TCB->prop)
166 Properties *p = PropOf(TCB);
553 Properties *p = PropOf(TCB);
856 Properties *p = PropOf(TCB);
967 } else if ((TCB->prop = typeCalloc(Properties, 1)) != 0) {
1110 Properties *p = PropOf(TCB);
1400 Properties *p = PropOf(TCB);
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp78 std::vector<Property> Properties; member in struct:__anon944::NodeInfo
104 NodeInfos[node].Properties.push_back(property);
197 for (Property prop : info.Properties) {
304 for (Property property : nodeInfo.Properties) {
/freebsd-11-stable/lib/clang/liblldb/
H A DMakefile662 ${path:T}Properties.inc: ${LLDB_SRCS}/source/${path}Properties.td
665 -o ${.TARGET} ${LLDB_SRCS}/source/${path}Properties.td
666 TGHDRS+= ${path:T}Properties.inc
668 ${path:T}PropertiesEnum.inc: ${LLDB_SRCS}/source/${path}Properties.td
671 -o ${.TARGET} ${LLDB_SRCS}/source/${path}Properties.td
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp494 llvm::Constant *Properties,
2886 llvm::Constant *Properties,
2915 Properties->getType(), // properties
2963 Elements.add(Properties);
3287 SmallVector<const ObjCPropertyDecl *, 16> Properties; local
3305 Properties.push_back(PD);
3315 Properties.push_back(PD);
3330 Properties.push_back(PD);
3340 auto numProperties = Properties.size();
3351 for (auto *property : Properties) {
2875 GenerateClassStructure( llvm::Constant *MetaClass, llvm::Constant *SuperClass, unsigned info, const char *Name, llvm::Constant *Version, llvm::Constant *InstanceSize, llvm::Constant *IVars, llvm::Constant *Methods, llvm::Constant *Protocols, llvm::Constant *IvarOffsets, llvm::Constant *Properties, llvm::Constant *StrongIvarBitmap, llvm::Constant *WeakIvarBitmap, bool isMeta) argument
3510 llvm::Constant *Properties = GeneratePropertyList(OID, ClassDecl); local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp90 class PluginProperties : public Properties {
164 ConstString("Properties for the JIT LoaderGDB plug-in."),
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h177 public Properties,
442 // Properties
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h66 class TargetExperimentalProperties : public Properties {
71 class TargetProperties : public Properties {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp853 ObjCInterfaceDecl::PropertyDeclOrder Properties; local
857 Properties);
864 Properties);
870 if (Properties.empty())
875 for (const auto &Prop : llvm::enumerate(Properties)) {
884 Properties[SelectedIndex] = OriginalProperty;
904 for (ObjCPropertyDecl *Prop : Properties) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp52 // Properties of a value that are tracked by the propagation.
121 uint32_t Properties; member in union:__anon2231::LatticeCell::__anon2234
138 // This memcpy also copies Properties (when L.Size == 0).
140 L.IsSpecial ? sizeof L.Properties : L.Size * sizeof(const Constant *);
149 // This memcpy also copies Properties (when L.Size == 0).
150 uint32_t N = L.IsSpecial ? sizeof L.Properties
472 Properties = Ps;
585 Properties = NewPs;
598 Properties = Property & Ps;
606 return Properties;
[all...]

Completed in 194 milliseconds

12