Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetFrameLoweringImpl.cpp36 !MF.getFunction().hasFnAttribute(Attribute::UWTable)); in enableCalleeSaveSkip()
120 !MF.getFunction().hasFnAttribute(Attribute::UWTable) && in determineCalleeSaves()
H A DMachineRegisterInfo.cpp559 if (MF.getFunction().hasFnAttribute(Attribute::UWTable)) in isNoReturnDef()
/llvm-project-15.0.7/llvm/lib/Target/DirectX/
H A DDXILPrepare.cpp77 Attribute::UWTable, in isValidForDXIL()
/llvm-project-15.0.7/llvm/lib/IR/
H A DAttributes.cpp208 return get(Context, UWTable, uint64_t(Kind)); in getWithUWTableKind()
373 assert(hasAttribute(Attribute::UWTable) && in getUWTableKind()
444 if (hasAttribute(Attribute::UWTable)) { in getAsString()
934 if (auto A = findEnumAttribute(Attribute::UWTable)) in getUWTableKind()
1721 return addRawIntAttr(Attribute::UWTable, uint64_t(Kind)); in addUWTableAttr()
H A DFunction.cpp343 UWTableKind UWTable = M->getUwtable(); in createWithDefaultAttr() local
344 if (UWTable != UWTableKind::None) in createWithDefaultAttr()
345 B.addUWTableAttr(UWTable); in createWithDefaultAttr()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DAttributes.td293 def UWTable : IntAttr<"uwtable", [FnAttr]>;
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp565 !F.getFunction().hasFnAttribute(Attribute::UWTable)); in enableCalleeSaveSkip()
585 !F.hasFnAttribute(Attribute::UWTable) && HST.noreturnStackElim() && in enableAllocFrameElim()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp961 case Attribute::UWTable: in constructFunction()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1690 case Attribute::UWTable: return 1 << 30; in getRawAttributeMask()
1981 return Attribute::UWTable; in getAttrFromCode()
2084 else if (Kind == Attribute::UWTable) in parseAttributeGroupBlock()
2108 else if (Kind == Attribute::UWTable) in parseAttributeGroupBlock()
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.ml139 | UWTable Constructor
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp192 !MF.getFunction().hasFnAttribute(Attribute::UWTable)); in enableCalleeSaveSkip()
/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp730 case Attribute::UWTable: in getAttrKindEncoding()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp759 case Attribute::UWTable: in getAttrKindEncoding()
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp1405 case Attribute::UWTable: { in parseEnumAttribute()