| /openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ |
| H A D | ReduceAttributes.cpp | 62 if (AS.hasAttributes()) { in visitGlobalVariable() 97 if (AttrSet.hasAttributes()) in visitAttributeList() 106 if (FnAttrSet.hasAttributes()) in visitAttributeList()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachineBasicBlock.cpp | 483 bool hasAttributes = false; in printName() local 512 hasAttributes = true; in printName() 521 os << (hasAttributes ? ", " : " ("); in printName() 523 hasAttributes = true; in printName() 526 os << (hasAttributes ? ", " : " ("); in printName() 529 hasAttributes = true; in printName() 532 os << (hasAttributes ? ", " : " ("); in printName() 534 hasAttributes = true; in printName() 537 os << (hasAttributes ? ", " : " ("); in printName() 539 hasAttributes = true; in printName() [all …]
|
| /openbsd-src/gnu/llvm/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 | 355 bool hasAttributes() const { return SetNode != nullptr; } in hasAttributes() function 1099 bool hasAttributes() const { return !Attrs.empty(); }
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Attributes.cpp | 718 if (!hasAttributes()) in addAttributes() 721 if (!AS.hasAttributes()) in addAttributes() 848 assert(hasAttributes() && "empty AttributeSet doesn't refer to any context"); in hasParentContext() 1175 return !Pair.second.hasAttributes(); in get() 1200 if (ArgAttrs[I - 1].hasAttributes()) { in get() 1208 if (RetAttrs.hasAttributes()) in get() 1210 else if (FnAttrs.hasAttributes()) in get() 1235 if (!Attrs.hasAttributes()) in get() 1338 while (!AttrSets.empty() && !AttrSets.back().hasAttributes()) in setAttributesAtIndex() 1348 if (!B.hasAttributes()) in addAttributesAtIndex() [all …]
|
| H A D | AttributeImpl.h | 253 bool hasAttributes() const { return NumAttrs != 0; } in hasAttributes() function
|
| H A D | AsmWriter.cpp | 976 if (Attrs.hasAttributes()) in processModule() 1007 if (FnAttrs.hasAttributes()) in processModule() 1048 if (Attrs.hasAttributes()) in processFunction() 1270 assert(AS.hasAttributes() && "Doesn't need a slot!"); in CreateAttributeSetSlot() 2731 if (Attrs.hasAttributes()) { in writeParamOperand() 3658 if (Attrs.hasAttributes()) in printGlobal() 3835 if (ArgAttrs.hasAttributes()) { in printFunction() 3924 if (Attrs.hasAttributes()) { in printArgument()
|
| H A D | Verifier.cpp | 1789 if (!Attrs.hasAttributes()) in verifyParameterAttrs() 1956 Check(!AttrSet.hasAttributes() || AttrSet.hasParentContext(Context), in verifyFunctionAttrs()
|
| /openbsd-src/gnu/llvm/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 | 944 if (AS.hasAttributes()) in writeAttributeTable()
|
| /openbsd-src/gnu/llvm/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 | 882 if (AS.hasAttributes()) in writeAttributeTable() 1418 GV.hasComdat() || GV.hasAttributes() || GV.isDSOLocal() || in writeModuleInfo()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 816 bool hasAttributes() const { return !Attrs.empty(); } in hasAttributes() function 2596 bool hasAttributes() const { in hasAttributes() function 2598 getDeclSpec().hasAttributes()) in hasAttributes()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | InlineFunction.cpp | 1353 if (!AB.hasAttributes()) in IdentifyValidAttributes() 1375 if (!Valid.hasAttributes()) in AddReturnAttributes()
|
| /openbsd-src/gnu/llvm/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 1332 if (Attrs.hasAttributes() || !FwdRefAttrGrps.empty()) { in parseGlobal() 1367 if (!R->second.hasAttributes()) in parseUnnamedAttrGrp() 2936 if (ArgList[i].Attrs.hasAttributes()) in parseFunctionType()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 2647 if (Attrs.hasAttributes()) { in ConstructAttributeList()
|
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 2594 } else if (Specs == DeclSpec::PQ_None && !DS.hasAttributes()) { in ParseSpecifierQualifierList()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 578 .hasAttributes()) in isLibCallInTailPosition()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 69 if (CallerAttrs.hasAttributes()) in isInTailCallPosition()
|