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()
136 !MF.getFunction().hasFnAttribute(Attribute::UWTable) && in determineCalleeSaves()
H A DMachineRegisterInfo.cpp582 if (MF.getFunction().hasFnAttribute(Attribute::UWTable)) in isNoReturnDef()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp386 UWTableKind UWTable = M->getUwtable(); in createWithDefaultAttr() local
387 if (UWTable != UWTableKind::None) in createWithDefaultAttr()
388 B.addUWTableAttr(UWTable); in createWithDefaultAttr()
H A DAttributes.cpp278 return get(Context, UWTable, uint64_t(Kind)); in getWithUWTableKind()
481 assert(hasAttribute(Attribute::UWTable) && in getUWTableKind()
596 if (hasAttribute(Attribute::UWTable)) { in getAsString()
1376 if (auto A = findEnumAttribute(Attribute::UWTable)) in getUWTableKind()
2224 return addRawIntAttr(Attribute::UWTable, uint64_t(Kind)); in addUWTableAttr()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILPrepare.cpp84 Attribute::UWTable, in isValidForDXIL()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h676 removeFnAttr(Attribute::UWTable); in setUWTableKind()
H A DAttributes.td365 def UWTable : IntAttr<"uwtable", IntersectPreserve, [FnAttr]>;
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp556 !F.getFunction().hasFnAttribute(Attribute::UWTable)); in enableCalleeSaveSkip()
576 !F.hasFnAttribute(Attribute::UWTable) && HST.noreturnStackElim() && in enableAllocFrameElim()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp978 case Attribute::UWTable: in constructFunctionDeclaration()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1864 case Attribute::UWTable: return 1 << 30; in getRawAttributeMask()
2206 return Attribute::UWTable; in getAttrFromCode()
2363 else if (Kind == Attribute::UWTable) in parseAttributeGroupBlock()
2387 else if (Kind == Attribute::UWTable) in parseAttributeGroupBlock()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp325 !MF.getFunction().hasFnAttribute(Attribute::UWTable)); in enableCalleeSaveSkip()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp708 case Attribute::UWTable: in getAttrKindEncoding()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp907 case Attribute::UWTable: in getAttrKindEncoding()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1601 case Attribute::UWTable: { in parseEnumAttribute()