| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineBasicBlock.cpp | 491 bool hasAttributes = false; in printName() local 520 hasAttributes = true; in printName() 529 os << (hasAttributes ? ", " : " ("); in printName() 531 hasAttributes = true; in printName() 534 os << (hasAttributes ? ", " : " ("); in printName() 537 hasAttributes = true; in printName() 540 os << (hasAttributes ? ", " : " ("); in printName() 542 hasAttributes = true; in printName() 545 os << (hasAttributes ? ", " : " ("); in printName() 547 hasAttributes = true; in printName() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | GlobalVariable.h | 233 bool hasAttributes() const { in hasAttributes() function 234 return Attrs.hasAttributes(); in hasAttributes() 256 if (!hasAttributes()) in getAttributesAsList()
|
| H A D | Attributes.h | 427 bool hasAttributes() const { return SetNode != nullptr; } in hasAttributes() function 1137 bool hasAttributes() const { return !Attrs.empty(); }
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Attributes.cpp | 946 if (!hasAttributes()) in addAttributes() 949 if (!AS.hasAttributes()) in addAttributes() 1214 assert(hasAttributes() && "empty AttributeSet doesn't refer to any context"); in hasParentContext() 1553 return !Pair.second.hasAttributes(); in get() 1578 if (ArgAttrs[I - 1].hasAttributes()) { in get() 1586 if (RetAttrs.hasAttributes()) in get() 1588 else if (FnAttrs.hasAttributes()) in get() 1613 if (!Attrs.hasAttributes()) in get() 1716 while (!AttrSets.empty() && !AttrSets.back().hasAttributes()) in setAttributesAtIndex() 1726 if (!B.hasAttributes()) in addAttributesAtIndex() [all …]
|
| H A D | AttributeImpl.h | 327 bool hasAttributes() const { return NumAttrs != 0; } in hasAttributes() function
|
| H A D | AsmWriter.cpp | 1066 if (Attrs.hasAttributes()) in processModule() 1097 if (FnAttrs.hasAttributes()) in processModule() 1138 if (Attrs.hasAttributes()) in processFunction() 1403 assert(AS.hasAttributes() && "Doesn't need a slot!"); in CreateAttributeSetSlot() 3044 if (Attrs.hasAttributes()) { in writeParamOperand() 4002 if (Attrs.hasAttributes()) in printGlobal() 4182 if (ArgAttrs.hasAttributes()) { in printFunction() 4278 if (Attrs.hasAttributes()) { in printArgument()
|
| H A D | Verifier.cpp | 1996 if (!Attrs.hasAttributes()) in verifyParameterAttrs() 2181 Check(!AttrSet.hasAttributes() || AttrSet.hasParentContext(Context), in verifyFunctionAttrs()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILValueEnumerator.h | 183 if (!Group.second.hasAttributes()) in getAttributeGroupID()
|
| H A D | DXILValueEnumerator.cpp | 398 if (GV.hasAttributes()) in ValueEnumerator() 1011 if (!AS.hasAttributes()) in EnumerateAttributes()
|
| H A D | DXILBitcodeWriter.cpp | 945 if (AS.hasAttributes()) in writeAttributeTable()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | ValueEnumerator.h | 183 if (!Group.second.hasAttributes()) in getAttributeGroupID()
|
| H A D | ValueEnumerator.cpp | 377 if (GV.hasAttributes()) in ValueEnumerator() 1045 if (!AS.hasAttributes()) in EnumerateAttributes()
|
| H A D | BitcodeWriter.cpp | 1075 if (AS.hasAttributes()) in writeAttributeTable() 1617 GV.hasComdat() || GV.hasAttributes() || GV.isDSOLocal() || in writeModuleInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | InlineFunction.cpp | 1409 HasAttrToPropagate |= ValidObjParamAttrs.back().hasAttributes(); in AddParamAndFnBasicAttributes() 1410 HasAttrToPropagate |= ValidExactParamAttrs.back().hasAttributes(); in AddParamAndFnBasicAttributes() 1554 if (!ValidUB.hasAttributes() && !ValidPG.hasAttributes()) in AddReturnAttributes() 1643 if (ValidPG.hasAttributes()) { in AddReturnAttributes()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 870 bool hasAttributes() const { return !Attrs.empty(); } in hasAttributes() function 2694 bool hasAttributes() const { in hasAttributes() function 2696 getDeclSpec().hasAttributes()) in hasAttributes()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Constant.h | 1219 bool hasAttributes() const { in hasAttributes() function 1220 return cast<llvm::GlobalVariable>(Val)->hasAttributes(); in hasAttributes()
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 1483 if (Attrs.hasAttributes() || !FwdRefAttrGrps.empty()) { in parseGlobal() 1518 if (!R->second.hasAttributes()) in parseUnnamedAttrGrp() 3411 if (Arg.Attrs.hasAttributes()) in parseFunctionType()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 2984 if (Attrs.hasAttributes()) { in ConstructAttributeList()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 2738 } else if (Specs == DeclSpec::PQ_None && !DS.hasAttributes()) { in ParseSpecifierQualifierList()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 528 .hasAttributes()) in isLibCallInTailPosition()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 78 if (CallerAttrs.hasAttributes()) in isInTailCallPosition()
|