Home
last modified time | relevance | path

Searched refs:hasAttributes (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp491 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 DGlobalVariable.h213 bool hasAttributes() const { in getAttribute()
214 return Attrs.hasAttributes(); in getAttribute()
236 if (!hasAttributes())
207 bool hasAttributes() const { hasAttributes() function
H A DAttributes.h390 bool hasAttributes() const { return SetNode != nullptr; } in hasAttributes() function
1092 bool hasAttributes() const { return !Attrs.empty(); }
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp867 if (!hasAttributes()) in addAttributes()
870 if (!AS.hasAttributes()) in addAttributes()
1001 assert(hasAttributes() && "empty AttributeSet doesn't refer to any context"); in hasParentContext()
1334 return !Pair.second.hasAttributes(); in get()
1359 if (ArgAttrs[I - 1].hasAttributes()) { in get()
1367 if (RetAttrs.hasAttributes()) in get()
1369 else if (FnAttrs.hasAttributes()) in get()
1394 if (!Attrs.hasAttributes()) in get()
1497 while (!AttrSets.empty() && !AttrSets.back().hasAttributes()) in setAttributesAtIndex()
1507 if (!B.hasAttributes()) in addAttributesAtIndex()
[all …]
H A DAttributeImpl.h330 bool hasAttributes() const { return NumAttrs != 0; } in hasAttributes() function
H A DAsmWriter.cpp1008 if (Attrs.hasAttributes()) in processModule()
1039 if (FnAttrs.hasAttributes()) in processModule()
1080 if (Attrs.hasAttributes()) in processFunction()
1338 assert(AS.hasAttributes() && "Doesn't need a slot!"); in CreateAttributeSetSlot()
2881 if (Attrs.hasAttributes()) { in writeParamOperand()
3839 if (Attrs.hasAttributes()) in printGlobal()
4016 if (ArgAttrs.hasAttributes()) { in printFunction()
4105 if (Attrs.hasAttributes()) { in printArgument()
H A DVerifier.cpp1925 if (!Attrs.hasAttributes()) in verifyParameterAttrs()
2102 Check(!AttrSet.hasAttributes() || AttrSet.hasParentContext(Context), in verifyFunctionAttrs()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h183 if (!Group.second.hasAttributes()) in getAttributeGroupID()
H A DDXILValueEnumerator.cpp398 if (GV.hasAttributes()) in ValueEnumerator()
1011 if (!AS.hasAttributes()) in EnumerateAttributes()
H A DDXILBitcodeWriter.cpp942 if (AS.hasAttributes()) in writeAttributeTable()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h183 if (!Group.second.hasAttributes()) in getAttributeGroupID()
H A DValueEnumerator.cpp374 if (GV.hasAttributes()) in ValueEnumerator()
1042 if (!AS.hasAttributes()) in EnumerateAttributes()
H A DBitcodeWriter.cpp1007 if (AS.hasAttributes()) in writeAttributeTable()
1549 GV.hasComdat() || GV.hasAttributes() || GV.isDSOLocal() || in writeModuleInfo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1369 HasAttrToPropagate |= ValidParamAttrs.back().hasAttributes(); in AddParamAndFnBasicAttributes()
1468 if (!ValidUB.hasAttributes() && !ValidPG.hasAttributes()) in AddReturnAttributes()
1557 if (ValidPG.hasAttributes()) { in AddReturnAttributes()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h868 bool hasAttributes() const { return !Attrs.empty(); } in hasAttributes() function
2691 bool hasAttributes() const { in hasAttributes() function
2693 getDeclSpec().hasAttributes()) in hasAttributes()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1495 if (Attrs.hasAttributes() || !FwdRefAttrGrps.empty()) { in parseGlobal()
1530 if (!R->second.hasAttributes()) in parseUnnamedAttrGrp()
3314 if (Arg.Attrs.hasAttributes()) in parseFunctionType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2844 if (Attrs.hasAttributes()) { in ConstructAttributeList()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2930 } else if (Specs == DeclSpec::PQ_None && !DS.hasAttributes()) { in ParseSpecifierQualifierList()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp514 .hasAttributes()) in isLibCallInTailPosition()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp71 if (CallerAttrs.hasAttributes()) in isInTailCallPosition()