Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DArgument.h73 bool hasSwiftErrorAttr() const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DArgument.h80 bool hasSwiftErrorAttr() const;
/external/llvm/include/llvm/IR/
DArgument.h80 bool hasSwiftErrorAttr() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DValue.cpp738 return Arg->hasSwiftErrorAttr(); in isSwiftError()
DFunction.cpp97 bool Argument::hasSwiftErrorAttr() const { in hasSwiftErrorAttr() function in Argument
DVerifier.cpp2767 Assert(ArgI->hasSwiftErrorAttr(), in verifyCallSite()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp293 if (!Arg.hasSwiftErrorAttr() && Arg.use_empty() && !Arg.hasByValOrInAllocaAttr()) in RemoveDeadArgumentsFromCallers()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMFastISel.cpp1031 if (Arg->hasSwiftErrorAttr()) in SelectLoad()
1162 if (Arg->hasSwiftErrorAttr()) in SelectStore()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp1588 if (Arg.hasSwiftErrorAttr() || Arg.hasSwiftSelfAttr()) { in runOnMachineFunction()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp1103 if (Arg->hasSwiftErrorAttr()) in X86SelectStore()
1294 if (Arg->hasSwiftErrorAttr()) in X86SelectLoad()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FastISel.cpp1127 if (Arg->hasSwiftErrorAttr()) in X86SelectStore()
1316 if (Arg->hasSwiftErrorAttr()) in X86SelectLoad()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp1958 if (Arg->hasSwiftErrorAttr()) in selectLoad()
2158 if (Arg->hasSwiftErrorAttr()) in selectStore()
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1197 if (AI->hasSwiftErrorAttr()) { in setupSwiftErrorVals()
DSelectionDAGBuilder.cpp3629 if (Arg->hasSwiftErrorAttr()) in visitLoad()
3809 if (Arg->hasSwiftErrorAttr()) in visitStore()