| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | GlobalVariable.h | 208 bool hasAttributes() const { in hasAttributes() function 209 return Attrs.hasAttributes(); in hasAttributes() 231 if (!hasAttributes()) in getAttributesAsList()
|
| H A D | Attributes.h | 326 bool hasAttributes() const { return SetNode != nullptr; } in hasAttributes() function 638 bool hasAttributes(unsigned Index) const; 652 return hasAttributes(ArgNo + FirstArgIndex); 885 bool hasAttributes() const; 889 bool hasAttributes(AttributeList A, uint64_t Index) const;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineBasicBlock.cpp | 481 bool hasAttributes = false; in printName() local 488 hasAttributes = true; in printName() 511 os << (hasAttributes ? ", " : " ("); in printName() 513 hasAttributes = true; in printName() 516 os << (hasAttributes ? ", " : " ("); in printName() 518 hasAttributes = true; in printName() 521 os << (hasAttributes ? ", " : " ("); in printName() 523 hasAttributes = true; in printName() 528 hasAttributes = true; in printName() 543 hasAttributes = true; in printName() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Attributes.cpp | 615 if (!hasAttributes()) in addAttributes() 618 if (!AS.hasAttributes()) in addAttributes() 1116 if (ArgAttrs[I - 1].hasAttributes()) { in get() 1124 if (RetAttrs.hasAttributes()) in get() 1126 else if (FnAttrs.hasAttributes()) in get() 1151 if (!B.hasAttributes()) in get() 1249 if (!B.hasAttributes()) in addAttributes() 1396 bool AttributeList::hasAttributes(unsigned Index) const { in hasAttributes() function in AttributeList 1397 return getAttributes(Index).hasAttributes(); in hasAttributes() 1524 if (!getAttributes(i).hasAttributes()) in print() [all …]
|
| H A D | AsmWriter.cpp | 961 if (Attrs.hasAttributes()) in processModule() 992 if (FnAttrs.hasAttributes()) in processModule() 1033 if (Attrs.hasAttributes()) in processFunction() 1255 assert(AS.hasAttributes() && "Doesn't need a slot!"); in CreateAttributeSetSlot() 2749 if (Attrs.hasAttributes()) { in writeParamOperand() 3593 if (Attrs.hasAttributes()) in printGlobal() 3724 if (Attrs.hasAttributes(AttributeList::ReturnIndex)) in printFunction() 3742 if (ArgAttrs.hasAttributes()) { in printFunction() 3831 if (Attrs.hasAttributes()) { in printArgument() 4130 if (PAL.hasAttributes(AttributeList::ReturnIndex)) in printInstruction() [all …]
|
| H A D | AttributeImpl.h | 246 bool hasAttributes() const { return NumAttrs != 0; } in hasAttributes() function
|
| H A D | Verifier.cpp | 1686 if (!Attrs.hasAttributes()) in verifyParameterAttrs() 1847 Assert(!AttrSet.hasAttributes() || AttrSet.hasParentContext(Context), in verifyFunctionAttrs() 1931 if (!Attrs.hasAttributes(AttributeList::FunctionIndex)) in verifyFunctionAttrs()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | ValueEnumerator.h | 183 if (!Group.second.hasAttributes()) in getAttributeGroupID()
|
| H A D | ValueEnumerator.cpp | 397 if (GV.hasAttributes()) in ValueEnumerator() 1041 if (!AS.hasAttributes()) in EnumerateAttributes()
|
| H A D | BitcodeWriter.cpp | 840 if (AS.hasAttributes()) in writeAttributeTable() 1353 GV.hasAttributes() || in writeModuleInfo()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 793 bool hasAttributes() const { return !Attrs.empty(); } in hasAttributes() function 2527 bool hasAttributes() const { in hasAttributes() function 2528 if (!getAttributes().empty() || getDeclSpec().hasAttributes()) in hasAttributes()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 1210 if (Attrs.hasAttributes() || !FwdRefAttrGrps.empty()) { in parseGlobal() 1240 if (!NumberedAttrBuilders[VarID].hasAttributes()) in parseUnnamedAttrGrp() 2581 if (ArgList[i].Attrs.hasAttributes()) in parseFunctionType()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 2519 if (Attrs.hasAttributes()) { in ConstructAttributeList()
|
| H A D | CodeGenModule.cpp | 3616 if (ExtraAttrs.hasAttributes(llvm::AttributeList::FunctionIndex)) { in GetOrCreateLLVMFunction()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 2487 } else if (Specs == DeclSpec::PQ_None && !DS.hasAttributes()) { in ParseSpecifierQualifierList()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 496 .hasAttributes()) in isLibCallInTailPosition()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 68 if (CallerAttrs.hasAttributes()) in isInTailCallPosition()
|