Home
last modified time | relevance | path

Searched refs:hasAttributes (Results 1 – 21 of 21) 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.h233 bool hasAttributes() const { in hasAttributes() function
234 return Attrs.hasAttributes(); in hasAttributes()
256 if (!hasAttributes()) in getAttributesAsList()
H A DAttributes.h427 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 DAttributes.cpp946 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 DAttributeImpl.h327 bool hasAttributes() const { return NumAttrs != 0; } in hasAttributes() function
H A DAsmWriter.cpp1066 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 DVerifier.cpp1996 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 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.cpp945 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.cpp377 if (GV.hasAttributes()) in ValueEnumerator()
1045 if (!AS.hasAttributes()) in EnumerateAttributes()
H A DBitcodeWriter.cpp1075 if (AS.hasAttributes()) in writeAttributeTable()
1617 GV.hasComdat() || GV.hasAttributes() || GV.isDSOLocal() || in writeModuleInfo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1409 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 DDeclSpec.h870 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 DConstant.h1219 bool hasAttributes() const { in hasAttributes() function
1220 return cast<llvm::GlobalVariable>(Val)->hasAttributes(); in hasAttributes()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1483 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 DCGCall.cpp2984 if (Attrs.hasAttributes()) { in ConstructAttributeList()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2738 } else if (Specs == DeclSpec::PQ_None && !DS.hasAttributes()) { in ParseSpecifierQualifierList()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp528 .hasAttributes()) in isLibCallInTailPosition()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp78 if (CallerAttrs.hasAttributes()) in isInTailCallPosition()