Home
last modified time | relevance | path

Searched refs:hasSwiftErrorAttr (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/IR/
DArgument.h80 bool hasSwiftErrorAttr() const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DArgument.h80 bool hasSwiftErrorAttr() const;
/external/llvm/lib/IR/
DFunction.cpp99 bool Argument::hasSwiftErrorAttr() const { in hasSwiftErrorAttr() function in Argument
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp1031 if (Arg->hasSwiftErrorAttr()) in SelectLoad()
1161 if (Arg->hasSwiftErrorAttr()) in SelectStore()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp1103 if (Arg->hasSwiftErrorAttr()) in X86SelectStore()
1294 if (Arg->hasSwiftErrorAttr()) in X86SelectLoad()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp1904 if (Arg->hasSwiftErrorAttr()) in selectLoad()
2083 if (Arg->hasSwiftErrorAttr()) in selectStore()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1162 if (AI->hasSwiftErrorAttr()) in setupSwiftErrorVals()
DSelectionDAGBuilder.cpp3450 if (Arg->hasSwiftErrorAttr()) in visitLoad()
3629 if (Arg->hasSwiftErrorAttr()) in visitStore()