/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetFrameLoweringImpl.cpp | 42 !MF.getFunction().hasFnAttribute(Attribute::UWTable)); in enableCalleeSaveSkip() 104 !MF.getFunction().hasFnAttribute(Attribute::UWTable) && in determineCalleeSaves()
|
D | MachineRegisterInfo.cpp | 574 if (MF.getFunction().hasFnAttribute(Attribute::UWTable)) in isNoReturnDef()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Function.h | 257 return hasFnAttr(Attribute::UWTable); 261 addFnAttr(Attribute::UWTable); 263 removeFnAttr(Attribute::UWTable);
|
D | Attributes.h | 69 const Attributes UWTable = 1<<30; ///< Function must be in a unwind variable 95 UWTable | NonLazyBind | ReturnsTwice;
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Attributes.inc | 52 UWTable, 109 .Case("uwtable", Attribute::UWTable) 394 return llvm::Attribute::UWTable;
|
D | Function.h | 404 return hasFnAttribute(Attribute::UWTable); in hasUWTable() 407 addFnAttr(Attribute::UWTable); in setHasUWTable()
|
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/ |
D | Attributes.gen | 52 UWTable, 109 .Case("uwtable", Attribute::UWTable) 394 return llvm::Attribute::UWTable;
|
/external/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/IR/ |
D | Attributes.gen | 52 UWTable, 109 .Case("uwtable", Attribute::UWTable) 394 return llvm::Attribute::UWTable;
|
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/ |
D | Attributes.gen | 52 UWTable, 109 .Case("uwtable", Attribute::UWTable) 394 return llvm::Attribute::UWTable;
|
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/ |
D | Attributes.gen | 52 UWTable, 109 .Case("uwtable", Attribute::UWTable) 394 return llvm::Attribute::UWTable;
|
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/ |
D | Attributes.gen | 52 UWTable, 109 .Case("uwtable", Attribute::UWTable) 394 return llvm::Attribute::UWTable;
|
/external/llvm/lib/Transforms/IPO/ |
D | ForceFunctionAttrs.cpp | 60 .Case("uwtable", Attribute::UWTable) in parseAttrKind()
|
/external/llvm/include/llvm/IR/ |
D | Function.h | 381 return hasFnAttribute(Attribute::UWTable); 384 addFnAttr(Attribute::UWTable);
|
D | Attributes.td | 168 def UWTable : EnumAttr<"uwtable">;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | ForceFunctionAttrs.cpp | 65 .Case("uwtable", Attribute::UWTable) in parseAttrKind()
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/IR/ |
D | AttributesCompatFunc.inc | 58 UWTable, 121 .Case("uwtable", Attribute::UWTable) 436 return llvm::Attribute::UWTable;
|
/external/swiftshader/third_party/llvm-7.0/configs/common/include/llvm/IR/ |
D | Attributes.inc | 58 UWTable, 121 .Case("uwtable", Attribute::UWTable) 436 return llvm::Attribute::UWTable;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Function.h | 552 return hasFnAttribute(Attribute::UWTable); in hasUWTable() 555 addFnAttr(Attribute::UWTable); in setHasUWTable()
|
D | Attributes.td | 186 def UWTable : EnumAttr<"uwtable">;
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | VerifierTest.cpp | 56 AS.addAttribute(C, AttributeList::ReturnIndex, Attribute::UWTable)); in TEST()
|
/external/llvm/unittests/IR/ |
D | VerifierTest.cpp | 56 Attribute::UWTable)); in TEST()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Attributes.cpp | 39 if (Attrs & Attribute::UWTable) in getAsString()
|
/external/llvm/lib/CodeGen/ |
D | MachineRegisterInfo.cpp | 497 if (MF.getFunction()->hasFnAttribute(Attribute::UWTable)) in isNoReturnDef()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 110 | UWTable Constructor 795 | Attribute.UWTable -> Int32.shift_left 1l 30 835 checkattr Attribute.UWTable;
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm.ml | 98 | UWTable Constructor 680 | Attribute.UWTable -> Int32.shift_left 1l 30 720 checkattr Attribute.UWTable;
|