Home
last modified time | relevance | path

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

123456

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DSDNodeProperties.cpp16 unsigned Properties = 0; in parseSDPatternOperatorProperties() local
19 Properties |= 1 << SDNPCommutative; in parseSDPatternOperatorProperties()
21 Properties |= 1 << SDNPAssociative; in parseSDPatternOperatorProperties()
23 Properties |= 1 << SDNPHasChain; in parseSDPatternOperatorProperties()
25 Properties |= 1 << SDNPOutGlue; in parseSDPatternOperatorProperties()
27 Properties |= 1 << SDNPInGlue; in parseSDPatternOperatorProperties()
29 Properties |= 1 << SDNPOptInGlue; in parseSDPatternOperatorProperties()
31 Properties |= 1 << SDNPMayStore; in parseSDPatternOperatorProperties()
33 Properties |= 1 << SDNPMayLoad; in parseSDPatternOperatorProperties()
35 Properties |= 1 << SDNPSideEffect; in parseSDPatternOperatorProperties()
[all …]
H A DCodeGenTarget.cpp581 Properties = 0; in ComplexPattern()
585 Properties |= 1 << SDNPHasChain; in ComplexPattern()
587 Properties |= 1 << SDNPOptInGlue; in ComplexPattern()
589 Properties |= 1 << SDNPMayStore; in ComplexPattern()
591 Properties |= 1 << SDNPMayLoad; in ComplexPattern()
593 Properties |= 1 << SDNPSideEffect; in ComplexPattern()
595 Properties |= 1 << SDNPMemOperand; in ComplexPattern()
597 Properties |= 1 << SDNPVariadic; in ComplexPattern()
599 Properties |= 1 << SDNPWantRoot; in ComplexPattern()
601 Properties |= 1 << SDNPWantParent; in ComplexPattern()
[all …]
H A DCodeGenIntrinsics.h108 unsigned Properties; member
180 return Properties & (1 << Prop); in hasProperty()
H A DCodeGenTarget.h209 unsigned Properties; // Node properties variable
220 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexSymbol.cpp90 Info.Properties = SymbolPropertySet(); in getSymbolInfo()
94 Info.Properties |= (SymbolPropertySet)SymbolProperty::Local; in getSymbolInfo()
97 Info.Properties |= (SymbolPropertySet)SymbolProperty::ProtocolInterface; in getSymbolInfo()
101 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo()
129 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo()
135 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo()
136 Info.Properties |= in getSymbolInfo()
139 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo()
140 Info.Properties |= in getSymbolInfo()
155 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp758 const DbgValueProperties &Properties) { in emitLoc() argument
764 const DIExpression *Expr = Properties.DIExpr; in emitLoc()
782 if (Properties.Indirect) in emitLoc()
810 DbgValueProperties Properties; member in __anon45b083930211::DbgValue
825 : ID(Val), Properties(Prop), Kind(Kind) { in DbgValue()
830 : BlockNo(BlockNo), Properties(Prop), Kind(Kind) { in DbgValue()
835 : MO(MO), Properties(Prop), Kind(Kind) { in DbgValue()
840 : Properties(Prop), Kind(Kind) { in DbgValue()
856 if (Properties.Indirect) in dump()
858 if (Properties.DIExpr) in dump()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFunction.h166 return Properties[static_cast<unsigned>(P)];
170 Properties.set(static_cast<unsigned>(P));
175 Properties.reset(static_cast<unsigned>(P));
181 Properties.reset();
186 Properties |= MFP.Properties;
191 Properties.reset(MFP.Properties);
198 return !V.Properties.test(Properties);
205 BitVector Properties =
314 MachineFunctionProperties Properties;
649 const MachineFunctionProperties &getProperties() const { return Properties; }
[all …]
H A DSDNodeProperties.td13 list<SDNodeProperty> Properties = [];
17 // Selection DAG Node Properties.
/netbsd-src/external/public-domain/xz/dist/doc/
H A Dlzma-file-format.txt10 1.1.1. Properties
70 | Properties | Dictionary Size | Uncompressed Size |
74 1.1.1. Properties
76 The Properties field contains three properties. An abbreviation
86 Properties = (pb * 5 + lp) * 9 + lc
89 decode the Properties field:
H A Dxz-file-format.txt569 | Filter ID | Size of Properties | Filter Properties |
572 Both Filter ID and Size of Properties are stored using the
573 encoding described in Section 1.2. Size of Properties indicates
574 the size of the Filter Properties field as bytes. The list of
576 Properties are described in Section 5.3.
847 Size of Filter Properties: 1 byte
856 The format of the one-byte Filter Properties field is as
906 Size of Filter Properties: 0 or 4 bytes
922 If the size of Filter Properties is four bytes, the Filter
923 Properties field contains the start offset used for address
[all …]
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPropagateAttributes.cpp104 Properties(Props), OrigF(OrigF), NewF(NewF) {} in Clone()
106 FnProperties Properties; member in __anon0f7074c60111::AMDGPUPropagateAttributes::Clone
207 if (C.OrigF == OrigF && PropsNeeded == C.Properties) in findFunction()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A Dproperty.pod5 property - Properties, a selection mechanism for algorithm implementations
16 Properties are like variables, they are referenced by name and have a value
40 =head2 Properties section in DESCRIPTION
166 Properties were added in OpenSSL 3.0
H A DOSSL_PROVIDER-null.pod14 =head2 Properties section in DESCRIPTION
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dh8-doc.texi13 @c 3. Properties of this configuration
H A Dgen-doc.texi32 @c 3. Properties of this configuration
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dh8-doc.texi13 @c 3. Properties of this configuration
H A Dgen-doc.texi32 @c 3. Properties of this configuration
/netbsd-src/sys/arch/hpcmips/stand/pbsdboot/res/
H A Dpbsdboot.rc91 PUSHBUTTON "Properties",IDC_PROPERTY,45,75,47,12
113 PUSHBUTTON "Properties",IDC_PROPERTY,22,64,45,11
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DJSON.h105 explicit Object(std::initializer_list<KV> Properties);
311 Value(json::Object &&Properties) : Type(T_Object) { in Value() argument
312 create<json::Object>(std::move(Properties)); in Value()
553 inline Object::Object(std::initializer_list<KV> Properties) { in Object() argument
554 for (const auto &P : Properties) { in Object()
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp78 std::vector<Property> Properties; member
104 NodeInfos[node].Properties.push_back(property); in ASTPropsEmitter()
197 for (Property prop : info.Properties) { in visitAllProperties()
304 for (Property property : nodeInfo.Properties) { in validateNode()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format-vs/ClangFormat/
H A DVsix.cs76 …if (view != null && view.TextBuffer.Properties.TryGetProperty(typeof(ITextDocument), out document)) in GetTextDocument()
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dsmile27 # Properties
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunction.cpp111 for (BitVector::size_type I = 0; I < Properties.size(); ++I) { in print()
112 if (!Properties[I]) in print()
157 Properties.set(MachineFunctionProperties::Property::IsSSA); in init()
158 Properties.set(MachineFunctionProperties::Property::TracksLiveness); in init()
215 Properties.reset(); in clear()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp342 MachineFunctionProperties &Properties = MF.getProperties(); in computeFunctionProperties() local
355 Properties.set(MachineFunctionProperties::Property::NoPHIs); in computeFunctionProperties()
359 Properties.set(MachineFunctionProperties::Property::IsSSA); in computeFunctionProperties()
361 Properties.reset(MachineFunctionProperties::Property::IsSSA); in computeFunctionProperties()
365 Properties.set(MachineFunctionProperties::Property::NoVRegs); in computeFunctionProperties()

123456