Home
last modified time | relevance | path

Searched refs:ParameterType (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp237 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 DAArch64TargetStreamer.cpp158 AArch64BuildAttributes::SubsectionType ParameterType) { in emitAttributesSubsection() argument
171 AttSubSection.ParameterType = ParameterType; in emitAttributesSubsection()
H A DAArch64TargetStreamer.h107 AArch64BuildAttributes::SubsectionType ParameterType);
135 AArch64BuildAttributes::SubsectionType ParameterType) override;
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DDXContainer.h148 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 DDXILRootSignature.cpp97 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 DELFAttributes.h42 unsigned ParameterType; member
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DDXContainerRootSignature.cpp38 switch (I.Header.ParameterType) { in getSize()
88 support::endian::write(BOS, P.Header.ParameterType, in write()
H A DMCELFStreamer.cpp706 emitInt8(SubSection.ParameterType); in createAttributesWithSubsection()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp74 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 DDXContainerRootSignature.h74 return {Info.Header.ParameterType, Info.Location}; in getTypeAndLocForParameter()
H A DMCELFStreamer.h109 unsigned ParameterType; member
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DELFAttrParserExtended.cpp152 BASubSection.ParameterType = Type; in parse()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExpandVariadics.cpp588 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 DDXContainer.h717 uint32_t ParameterType; member
722 sys::swapByteOrder(ParameterType); in swapBytes()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerYAML.cpp93 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 DLVCodeViewVisitor.cpp1804 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 DAArch64AsmParser.cpp7998 if (Type != SubsectionExists->ParameterType) { in parseDirectiveAeabiSubSectionHeader()
8003 SubsectionExists->ParameterType) + in parseDirectiveAeabiSubSectionHeader()
8051 unsigned ActiveSubsectionType = ActiveSubsection->ParameterType; in parseDirectiveAeabiAArch64Attr()