Searched refs:Kind_ (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCInstrItineraries.h | 71 ReservationKinds Kind_; ///< Kind of the FU reservation 84 return Kind_; in getReservationKind() 70 ReservationKinds Kind_; ///< Kind of the FU reservation global() member
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | DXILResource.cpp | 224 const dxil::ResourceKind Kind_) in ResourceTypeInfo() argument 227 if (Kind_ != dxil::ResourceKind::Invalid) { in ResourceTypeInfo() 229 Kind = Kind_; in ResourceTypeInfo()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | ItaniumDemangle.h | 549 ElaboratedTypeSpefType(std::string_view Kind_, Node *Child_) in ElaboratedTypeSpefType() argument 550 : Node(KElaboratedTypeSpefType), Kind(Kind_), Child(Child_) {} in ElaboratedTypeSpefType() 1256 SyntheticTemplateParamName(TemplateParamKind Kind_, unsigned Index_) in SyntheticTemplateParamName() argument 1257 : Node(KSyntheticTemplateParamName), Kind(Kind_), Index(Index_) {} in SyntheticTemplateParamName() 1973 MemberExpr(const Node *LHS_, std::string_view Kind_, const Node *RHS_, in MemberExpr() argument 1975 : Node(KMemberExpr, Prec_), LHS(LHS_), Kind(Kind_), RHS(RHS_) {} in MemberExpr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 74 AMDGPUOperand(KindTy Kind_, const AMDGPUAsmParser *AsmParser_) in AMDGPUOperand() argument 75 : Kind(Kind_), AsmParser(AsmParser_) {} in AMDGPUOperand()
|