Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineBasicBlock.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-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDGlobalVariable.h213 bool hasAttributes() const { in hasAttributes() function
214 return Attrs.hasAttributes(); in hasAttributes()
236 if (!hasAttributes()) in getAttributesAsList()
HDAttributes.h390 bool hasAttributes() const { return SetNode != nullptr; } in hasAttributes() function
1092 bool hasAttributes() const { return !Attrs.empty(); }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDAttributes.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 …]
HDAttributeImpl.h330 bool hasAttributes() const { return NumAttrs != 0; } in hasAttributes() function
HDAsmWriter.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()
HDVerifier.cpp1925 if (!Attrs.hasAttributes()) in verifyParameterAttrs()
2102 Check(!AttrSet.hasAttributes() || AttrSet.hasParentContext(Context), in verifyFunctionAttrs()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
HDDXILValueEnumerator.h183 if (!Group.second.hasAttributes()) in getAttributeGroupID()
HDDXILValueEnumerator.cpp398 if (GV.hasAttributes()) in ValueEnumerator()
1011 if (!AS.hasAttributes()) in EnumerateAttributes()
HDDXILBitcodeWriter.cpp942 if (AS.hasAttributes()) in writeAttributeTable()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDValueEnumerator.h183 if (!Group.second.hasAttributes()) in getAttributeGroupID()
HDValueEnumerator.cpp374 if (GV.hasAttributes()) in ValueEnumerator()
1042 if (!AS.hasAttributes()) in EnumerateAttributes()
HDBitcodeWriter.cpp1007 if (AS.hasAttributes()) in writeAttributeTable()
1549 GV.hasComdat() || GV.hasAttributes() || GV.isDSOLocal() || in writeModuleInfo()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDInlineFunction.cpp1369 HasAttrToPropagate |= ValidParamAttrs.back().hasAttributes(); in AddParamAndFnBasicAttributes()
1468 if (!ValidUB.hasAttributes() && !ValidPG.hasAttributes()) in AddReturnAttributes()
1557 if (ValidPG.hasAttributes()) { in AddReturnAttributes()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDDeclSpec.h868 bool hasAttributes() const { return !Attrs.empty(); } in hasAttributes() function
2691 bool hasAttributes() const { in hasAttributes() function
2693 getDeclSpec().hasAttributes()) in hasAttributes()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
HDLLParser.cpp1495 if (Attrs.hasAttributes() || !FwdRefAttrGrps.empty()) { in parseGlobal()
1530 if (!R->second.hasAttributes()) in parseUnnamedAttrGrp()
3314 if (Arg.Attrs.hasAttributes()) in parseFunctionType()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGCall.cpp2844 if (Attrs.hasAttributes()) { in ConstructAttributeList()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseDecl.cpp2930 } else if (Specs == DeclSpec::PQ_None && !DS.hasAttributes()) { in ParseSpecifierQualifierList()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDLegalizerHelper.cpp514 .hasAttributes()) in isLibCallInTailPosition()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDTargetLowering.cpp71 if (CallerAttrs.hasAttributes()) in isInTailCallPosition()