| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | GlobalVariable.h | 207 bool hasAttributes() const { in hasAttributes() function 208 return Attrs.hasAttributes(); in hasAttributes() 230 if (!hasAttributes()) in getAttributesAsList()
|
| H A D | Attributes.h | 350 bool hasAttributes() const { return SetNode != nullptr; } in hasAttributes() function 1083 bool hasAttributes() const { return !Attrs.empty(); }
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineBasicBlock.cpp | 477 bool hasAttributes = false; in printName() local 484 hasAttributes = true; in printName() 507 os << (hasAttributes ? ", " : " ("); in printName() 509 hasAttributes = true; in printName() 512 os << (hasAttributes ? ", " : " ("); in printName() 514 hasAttributes = true; in printName() 519 hasAttributes = true; in printName() 524 hasAttributes = true; in printName() 529 hasAttributes = true; in printName() 544 hasAttributes = true; in printName() [all …]
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Attributes.cpp | 648 if (!hasAttributes()) in addAttributes() 651 if (!AS.hasAttributes()) in addAttributes() 772 assert(hasAttributes() && "empty AttributeSet doesn't refer to any context"); in hasParentContext() 1093 return !Pair.second.hasAttributes(); in get() 1118 if (ArgAttrs[I - 1].hasAttributes()) { in get() 1126 if (RetAttrs.hasAttributes()) in get() 1128 else if (FnAttrs.hasAttributes()) in get() 1153 if (!Attrs.hasAttributes()) in get() 1260 if (!B.hasAttributes()) in addAttributesAtIndex() 1402 return getAttributes(Index).hasAttributes(); in hasAttributesAtIndex() [all …]
|
| H A D | AttributeImpl.h | 246 bool hasAttributes() const { return NumAttrs != 0; } in hasAttributes() function
|
| H A D | AsmWriter.cpp | 958 if (Attrs.hasAttributes()) in processModule() 989 if (FnAttrs.hasAttributes()) in processModule() 1030 if (Attrs.hasAttributes()) in processFunction() 1252 assert(AS.hasAttributes() && "Doesn't need a slot!"); in CreateAttributeSetSlot() 2706 if (Attrs.hasAttributes()) { in writeParamOperand() 3556 if (Attrs.hasAttributes()) in printGlobal() 3733 if (ArgAttrs.hasAttributes()) { in printFunction() 3822 if (Attrs.hasAttributes()) { in printArgument()
|
| H A D | Verifier.cpp | 1755 if (!Attrs.hasAttributes()) in verifyParameterAttrs() 1922 Check(!AttrSet.hasAttributes() || AttrSet.hasParentContext(Context), in verifyFunctionAttrs()
|
| /llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/ |
| H A D | ReduceAttributes.cpp | 69 if (AS.hasAttributes()) in visitGlobalVariable()
|
| /llvm-project-15.0.7/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 | 955 if (AS.hasAttributes()) in writeAttributeTable()
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Writer/ |
| H A D | ValueEnumerator.h | 183 if (!Group.second.hasAttributes()) in getAttributeGroupID()
|
| H A D | ValueEnumerator.cpp | 360 if (GV.hasAttributes()) in ValueEnumerator() 1006 if (!AS.hasAttributes()) in EnumerateAttributes()
|
| H A D | BitcodeWriter.cpp | 855 if (AS.hasAttributes()) in writeAttributeTable() 1379 GV.hasComdat() || GV.hasAttributes() || GV.isDSOLocal() || in writeModuleInfo()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 794 bool hasAttributes() const { return !Attrs.empty(); } in hasAttributes() function 2567 bool hasAttributes() const { in hasAttributes() function 2569 getDeclSpec().hasAttributes()) in hasAttributes()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | InlineFunction.cpp | 1223 if (!AB.hasAttributes()) in IdentifyValidAttributes() 1245 if (!Valid.hasAttributes()) in AddReturnAttributes()
|
| /llvm-project-15.0.7/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 1287 if (Attrs.hasAttributes() || !FwdRefAttrGrps.empty()) { in parseGlobal() 1322 if (!R->second.hasAttributes()) in parseUnnamedAttrGrp() 2724 if (ArgList[i].Attrs.hasAttributes()) in parseFunctionType()
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 2578 } else if (Specs == DeclSpec::PQ_None && !DS.hasAttributes()) { in ParseSpecifierQualifierList()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 2597 if (Attrs.hasAttributes()) { in ConstructAttributeList()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 573 .hasAttributes()) in isLibCallInTailPosition()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 68 if (CallerAttrs.hasAttributes()) in isInTailCallPosition()
|