Searched refs:Attribute (Results 176 - 200 of 309) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp557 assert(F.hasFnAttribute(Attribute::NoReturn) &&
558 F.getFunction().hasFnAttribute(Attribute::NoUnwind) &&
559 !F.getFunction().hasFnAttribute(Attribute::UWTable));
577 return F.hasFnAttribute(Attribute::NoReturn) &&
578 F.hasFnAttribute(Attribute::NoUnwind) &&
579 !F.hasFnAttribute(Attribute::UWTable) && HST.noreturnStackElim() &&
993 if (MF.getFunction().hasFnAttribute(Attribute::Naked))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1055 bool SanitizeFunction = F.hasFnAttribute(Attribute::SanitizeMemory);
3324 B.addAttribute(Attribute::ReadOnly)
3325 .addAttribute(Attribute::ReadNone)
3326 .addAttribute(Attribute::WriteOnly)
3327 .addAttribute(Attribute::ArgMemOnly)
3328 .addAttribute(Attribute::Speculatable);
3357 if (CS.paramHasAttr(i, Attribute::ByVal)) {
3846 bool IsByVal = CS.paramHasAttr(ArgNo, Attribute::ByVal);
4470 bool IsByVal = CS.paramHasAttr(ArgNo, Attribute::ByVal);
4654 B.addAttribute(Attribute
[all...]
H A DPGOMemOPSizeOpt.cpp421 if (F.hasFnAttribute(Attribute::OptimizeForSize))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1353 if (FormalArg.hasAttribute(Attribute::InReg) ||
1354 FormalArg.hasAttribute(Attribute::StructRet) ||
1355 FormalArg.hasAttribute(Attribute::ByVal)) {
1378 if (!FormalArg.hasAttribute(Attribute::SExt) &&
1379 !FormalArg.hasAttribute(Attribute::ZExt)) {
1400 if (FormalArg.hasAttribute(Attribute::ZExt)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp1078 JT->addAttribute(1, Attribute::Nest);
1112 Attribute FSAttr = CS.getCaller()->getFnAttribute("target-features");
1113 if (FSAttr.hasAttribute(Attribute::None) ||
1151 M.getContext(), ArrayRef<Attribute>{Attribute::get(
1152 M.getContext(), Attribute::Nest)}));
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dcms.c746 static const Attribute *
894 const Attribute *attr;
1089 add_one_attribute(Attribute **attr,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp250 if (LI->getParent()->getParent()->hasFnAttribute(Attribute::SanitizeThread))
302 Attribute::SanitizeAddress) ||
304 Attribute::SanitizeHWAddress)))
H A DBasicAliasAnalysis.cpp774 if (Call->paramHasAttr(ArgIdx, Attribute::WriteOnly))
803 if (Call->paramHasAttr(ArgIdx, Attribute::ReadOnly))
806 if (Call->paramHasAttr(ArgIdx, Attribute::ReadNone))
886 !CI->getAttributes().hasAttrSomewhere(Attribute::ByVal))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp254 for (auto Attribute : AbbrDecl.attributes()) {
255 auto Result = AttributeSet.insert(Attribute.Attr);
258 << AttributeString(Attribute.Attr) << " attributes.\n";
/freebsd-11-stable/stand/efi/include/
H A Defiprot.h305 UINT64 Attribute; member in struct:__anon4877
/freebsd-11-stable/stand/efi/loader/
H A Dbootinfo.c274 if ((desc->Attribute & EFI_MEMORY_RUNTIME) != 0) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp84 encodeULEB128(Attr.Attribute, OS);
H A DWasmEmitter.cpp361 writeUint32(OS, Import.EventImport.Attribute);
443 encodeULEB128(Event.Attribute, OS);
H A DWasmYAML.cpp389 IO.mapRequired("EventAttribute", Import.EventImport.Attribute);
511 IO.mapRequired("Attribute", Event.Attribute);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp202 const HTMLStartTagComment::Attribute &Attr = C->getAttr(i);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp453 F.hasFnAttribute(Attribute::StackAlignment));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp732 encodeULEB128(Import.Event.Attribute, W.OS);
766 encodeULEB128(Event.Attribute, W.OS);
1189 Import.Event.Attribute = wasm::WASM_EVENT_ATTRIBUTE_EXCEPTION;
1390 Event.Attribute = wasm::WASM_EVENT_ATTRIBUTE_EXCEPTION;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp639 if (Attrs.hasAttribute(i, Attribute::ByVal)) {
640 Type *Ty = Attrs.getAttribute(i, Attribute::ByVal).getValueAsType();
644 Attrs = Attrs.removeAttribute(C, i, Attribute::ByVal);
646 C, i, Attribute::getWithByValType(C, TypeMap.get(Ty)));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLibCallsShrinkWrap.cpp525 if (F.hasFnAttribute(Attribute::OptimizeForSize))
H A DModuleUtils.cpp310 Attribute::get(M->getContext(), MappingsAttrName, Buffer.str()));
H A DFunctionComparator.cpp114 Attribute LA = *LI;
115 Attribute RA = *RI;
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp1710 StringRef Attribute = R->getValueAsString("Attribute");
1715 << Attribute << " = " << Value << ";\n";
1719 << Attribute << " < " << Value << ") "
1720 << Attribute << " = " << Value << ";\n";
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCommandFlags.inc415 Attribute::get(Ctx, "trap-func-name", TrapFuncName));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h526 Attribute::NoImplicitFloat);
590 MF->getFunction().hasFnAttribute(Attribute::NoUnwind);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp97 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError)) {
131 MF.getFunction().getAttributes().hasAttrSomewhere(Attribute::SwiftError))

Completed in 220 milliseconds

1234567891011>>