| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | SDNodeProperties.cpp | 16 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 D | CodeGenTarget.cpp | 581 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 D | CodeGenIntrinsics.h | 108 unsigned Properties; member 180 return Properties & (1 << Prop); in hasProperty()
|
| H A D | CodeGenTarget.h | 209 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 D | IndexSymbol.cpp | 90 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 D | InstrRefBasedImpl.cpp | 758 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 D | MachineFunction.h | 166 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 D | SDNodeProperties.td | 13 list<SDNodeProperty> Properties = []; 17 // Selection DAG Node Properties.
|
| /netbsd-src/external/public-domain/xz/dist/doc/ |
| H A D | lzma-file-format.txt | 10 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 D | xz-file-format.txt | 569 | 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 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPropagateAttributes.cpp | 104 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 D | property.pod | 5 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 D | OSSL_PROVIDER-null.pod | 14 =head2 Properties section in DESCRIPTION
|
| /netbsd-src/external/gpl3/binutils/dist/ld/ |
| H A D | h8-doc.texi | 13 @c 3. Properties of this configuration
|
| H A D | gen-doc.texi | 32 @c 3. Properties of this configuration
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/ |
| H A D | h8-doc.texi | 13 @c 3. Properties of this configuration
|
| H A D | gen-doc.texi | 32 @c 3. Properties of this configuration
|
| /netbsd-src/sys/arch/hpcmips/stand/pbsdboot/res/ |
| H A D | pbsdboot.rc | 91 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 D | JSON.h | 105 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 D | ClangASTPropertiesEmitter.cpp | 78 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 D | Vsix.cs | 76 …if (view != null && view.TextBuffer.Properties.TryGetProperty(typeof(ITextDocument), out document)) in GetTextDocument()
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | smile | 27 # Properties
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | MachineFunction.cpp | 111 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 D | MIRParser.cpp | 342 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()
|