| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64ELFStreamer.cpp | 237 AArch64BuildAttributes::SubsectionType ParameterType) override { in emitAttributesSubsection() argument 246 assert((0 == ParameterType || 1 == ParameterType) && in emitAttributesSubsection() 251 StringRef ParameterStr = getTypeStr(ParameterType); in emitAttributesSubsection() 262 assert(AArch64BuildAttributes::ULEB128 == ParameterType && in emitAttributesSubsection() 271 assert(AArch64BuildAttributes::ULEB128 == ParameterType && in emitAttributesSubsection() 282 ParameterType); in emitAttributesSubsection() 438 AArch64BuildAttributes::SubsectionType ParameterType) { in emitAttributesSubsection() argument 440 ParameterType); in emitAttributesSubsection()
|
| H A D | AArch64TargetStreamer.cpp | 158 AArch64BuildAttributes::SubsectionType ParameterType) { in emitAttributesSubsection() argument 171 AttSubSection.ParameterType = ParameterType; in emitAttributesSubsection()
|
| H A D | AArch64TargetStreamer.h | 107 AArch64BuildAttributes::SubsectionType ParameterType); 135 AArch64BuildAttributes::SubsectionType ParameterType) override;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | DXContainer.h | 148 return V->Header.ParameterType == in classof() 159 return (V->Header.ParameterType == in classof() 161 V->Header.ParameterType == in classof() 163 V->Header.ParameterType == in classof() 193 return (V->Header.ParameterType == in classof() 261 if (!dxbc::isValidParameterType(Header.ParameterType)) in getParameter() 264 switch (static_cast<dxbc::RootParameterType>(Header.ParameterType)) { in getParameter()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILRootSignature.cpp | 97 Header.ParameterType = in parseRootConstants() 141 Header.ParameterType = llvm::to_underlying(dxbc::RootParameterType::SRV); in parseRootDescriptors() 144 Header.ParameterType = llvm::to_underlying(dxbc::RootParameterType::UAV); in parseRootDescriptors() 147 Header.ParameterType = llvm::to_underlying(dxbc::RootParameterType::CBV); in parseRootDescriptors() 256 Header.ParameterType = in parseDescriptorTable() 417 assert(dxbc::isValidParameterType(Info.Header.ParameterType) && in validate() 420 switch (Info.Header.ParameterType) { in validate()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | ELFAttributes.h | 42 unsigned ParameterType; member
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | DXContainerRootSignature.cpp | 38 switch (I.Header.ParameterType) { in getSize() 88 support::endian::write(BOS, P.Header.ParameterType, in write()
|
| H A D | MCELFStreamer.cpp | 706 emitInt8(SubSection.ParameterType); in createAttributesWithSubsection()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ODRDiagsEmitter.cpp | 74 ParameterType, in diagnoseSubMismatchMethodParameters() enumerator 116 DiagError(ParameterType) << (I + 1) << FirstParamType << true in diagnoseSubMismatchMethodParameters() 119 DiagError(ParameterType) << (I + 1) << FirstParamType << false; in diagnoseSubMismatchMethodParameters() 124 DiagNote(ParameterType) << (I + 1) << SecondParamType << true in diagnoseSubMismatchMethodParameters() 127 DiagNote(ParameterType) << (I + 1) << SecondParamType << false; in diagnoseSubMismatchMethodParameters() 1669 ParameterType, in diagnoseMismatch() enumerator 1730 ParameterType) in diagnoseMismatch() 1735 ParameterType) in diagnoseMismatch() 1742 ParameterType) in diagnoseMismatch() 1747 ParameterType) in diagnoseMismatch()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | DXContainerRootSignature.h | 74 return {Info.Header.ParameterType, Info.Location}; in getTypeAndLocForParameter()
|
| H A D | MCELFStreamer.h | 109 unsigned ParameterType; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | ELFAttrParserExtended.cpp | 152 BASubSection.ParameterType = Type; in parse()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | ExpandVariadics.cpp | 588 Type *ParameterType = ABI->vaListParameterType(M); in defineVariadicWrapper() local 590 Args.push_back(Builder.CreateLoad(ParameterType, VaListInstance)); in defineVariadicWrapper() 592 Args.push_back(Builder.CreateAddrSpaceCast(VaListInstance, ParameterType)); in defineVariadicWrapper()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | DXContainer.h | 717 uint32_t ParameterType; member 722 sys::swapByteOrder(ParameterType); in swapBytes()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | DXContainerYAML.cpp | 93 if (!dxbc::isValidParameterType(PH.ParameterType)) in create() 97 RootParameterHeaderYaml Header(PH.ParameterType); in create() 99 Header.Type = PH.ParameterType; in create()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewVisitor.cpp | 1804 TypeIndex ParameterType = Indices[Index]; in visitKnownRecord() local 1805 createParameter(ParameterType, StringRef(), Function); in visitKnownRecord()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 7998 if (Type != SubsectionExists->ParameterType) { in parseDirectiveAeabiSubSectionHeader() 8003 SubsectionExists->ParameterType) + in parseDirectiveAeabiSubSectionHeader() 8051 unsigned ActiveSubsectionType = ActiveSubsection->ParameterType; in parseDirectiveAeabiAArch64Attr()
|