Searched refs:AttrIdx (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/include/clang-c/ |
| HD | Documentation.h | 325 CXString clang_HTMLStartTag_getAttrName(CXComment Comment, unsigned AttrIdx); 335 CXString clang_HTMLStartTag_getAttrValue(CXComment Comment, unsigned AttrIdx);
|
| /NextBSD/contrib/llvm/lib/DebugInfo/DWARF/ |
| HD | DWARFDebugInfoEntry.cpp | 239 uint32_t AttrIdx = AbbrevDecl->findAttributeIndex(Attr); in getAttributeValue() local 240 if (AttrIdx == -1U) in getAttributeValue() 250 for (uint32_t i = 0; i < AttrIdx; ++i) { in getAttributeValue() 255 FormValue = DWARFFormValue(AbbrevDecl->getFormByIndex(AttrIdx)); in getAttributeValue()
|
| /NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| HD | FastISel.cpp | 82 unsigned AttrIdx) { in setAttributes() argument 83 IsSExt = CS->paramHasAttr(AttrIdx, Attribute::SExt); in setAttributes() 84 IsZExt = CS->paramHasAttr(AttrIdx, Attribute::ZExt); in setAttributes() 85 IsInReg = CS->paramHasAttr(AttrIdx, Attribute::InReg); in setAttributes() 86 IsSRet = CS->paramHasAttr(AttrIdx, Attribute::StructRet); in setAttributes() 87 IsNest = CS->paramHasAttr(AttrIdx, Attribute::Nest); in setAttributes() 88 IsByVal = CS->paramHasAttr(AttrIdx, Attribute::ByVal); in setAttributes() 89 IsInAlloca = CS->paramHasAttr(AttrIdx, Attribute::InAlloca); in setAttributes() 90 IsReturned = CS->paramHasAttr(AttrIdx, Attribute::Returned); in setAttributes() 91 Alignment = CS->getParamAlignment(AttrIdx); in setAttributes()
|
| HD | TargetLowering.cpp | 71 unsigned AttrIdx) { in setAttributes() argument 72 isSExt = CS->paramHasAttr(AttrIdx, Attribute::SExt); in setAttributes() 73 isZExt = CS->paramHasAttr(AttrIdx, Attribute::ZExt); in setAttributes() 74 isInReg = CS->paramHasAttr(AttrIdx, Attribute::InReg); in setAttributes() 75 isSRet = CS->paramHasAttr(AttrIdx, Attribute::StructRet); in setAttributes() 76 isNest = CS->paramHasAttr(AttrIdx, Attribute::Nest); in setAttributes() 77 isByVal = CS->paramHasAttr(AttrIdx, Attribute::ByVal); in setAttributes() 78 isInAlloca = CS->paramHasAttr(AttrIdx, Attribute::InAlloca); in setAttributes() 79 isReturned = CS->paramHasAttr(AttrIdx, Attribute::Returned); in setAttributes() 80 Alignment = CS->getParamAlignment(AttrIdx); in setAttributes()
|
| /NextBSD/contrib/llvm/lib/Target/Hexagon/ |
| HD | HexagonBitTracker.cpp | 46 unsigned AttrIdx = 0; in HexagonEvaluator() local 51 AttrIdx++; in HexagonEvaluator() 70 if (Attrs.hasAttribute(AttrIdx, Attribute::SExt)) in HexagonEvaluator() 72 else if (Attrs.hasAttribute(AttrIdx, Attribute::ZExt)) in HexagonEvaluator()
|
| /NextBSD/contrib/llvm/include/llvm/CodeGen/ |
| HD | FastISel.h | 52 void setAttributes(ImmutableCallSite *CS, unsigned AttrIdx);
|
| /NextBSD/contrib/llvm/include/llvm/Target/ |
| HD | TargetLowering.h | 2290 void setAttributes(ImmutableCallSite *CS, unsigned AttrIdx);
|