Home
last modified time | relevance | path

Searched refs:UWTable (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetFrameLoweringImpl.cpp35 !MF.getFunction().hasFnAttribute(Attribute::UWTable)); in enableCalleeSaveSkip()
133 !MF.getFunction().hasFnAttribute(Attribute::UWTable) && in determineCalleeSaves()
H A DMachineRegisterInfo.cpp578 if (MF.getFunction().hasFnAttribute(Attribute::UWTable)) in isNoReturnDef()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILPrepare.cpp83 Attribute::UWTable, in isValidForDXIL()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp276 return get(Context, UWTable, uint64_t(Kind)); in getWithUWTableKind()
472 assert(hasAttribute(Attribute::UWTable) && in getUWTableKind()
581 if (hasAttribute(Attribute::UWTable)) { in getAsString()
1163 if (auto A = findEnumAttribute(Attribute::UWTable)) in getUWTableKind()
1973 return addRawIntAttr(Attribute::UWTable, uint64_t(Kind)); in addUWTableAttr()
H A DFunction.cpp385 UWTableKind UWTable = M->getUwtable(); in createWithDefaultAttr() local
386 if (UWTable != UWTableKind::None) in createWithDefaultAttr()
387 B.addUWTableAttr(UWTable); in createWithDefaultAttr()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h668 removeFnAttr(Attribute::UWTable); in setUWTableKind()
H A DAttributes.td319 def UWTable : IntAttr<"uwtable", [FnAttr]>;
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp567 !F.getFunction().hasFnAttribute(Attribute::UWTable)); in enableCalleeSaveSkip()
587 !F.hasFnAttribute(Attribute::UWTable) && HST.noreturnStackElim() && in enableAllocFrameElim()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp967 case Attribute::UWTable: in constructFunction()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1822 case Attribute::UWTable: return 1 << 30; in getRawAttributeMask()
2153 return Attribute::UWTable; in getAttrFromCode()
2297 else if (Kind == Attribute::UWTable) in parseAttributeGroupBlock()
2321 else if (Kind == Attribute::UWTable) in parseAttributeGroupBlock()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp192 !MF.getFunction().hasFnAttribute(Attribute::UWTable)); in enableCalleeSaveSkip()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp701 case Attribute::UWTable: in getAttrKindEncoding()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp854 case Attribute::UWTable: in getAttrKindEncoding()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1613 case Attribute::UWTable: { in parseEnumAttribute()