/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Argument.h | 72 bool hasSwiftErrorAttr() const;
|
/external/llvm/include/llvm/IR/ |
D | Argument.h | 80 bool hasSwiftErrorAttr() const;
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Argument.h | 80 bool hasSwiftErrorAttr() const;
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Argument.h | 75 bool hasSwiftErrorAttr() const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SwiftErrorValueTracking.cpp | 98 if (AI->hasSwiftErrorAttr()) { in setFunction()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | SwiftErrorValueTracking.cpp | 98 if (AI->hasSwiftErrorAttr()) { in setFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Value.cpp | 768 return Arg->hasSwiftErrorAttr(); in isSwiftError()
|
D | Function.cpp | 108 bool Argument::hasSwiftErrorAttr() const { in hasSwiftErrorAttr() function in Argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 294 if (!Arg.hasSwiftErrorAttr() && Arg.use_empty() && !Arg.hasByValOrInAllocaAttr()) { in RemoveDeadArgumentsFromCallers()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 291 if (!Arg.hasSwiftErrorAttr() && Arg.use_empty() && in RemoveDeadArgumentsFromCallers()
|
/external/llvm-project/llvm/lib/IR/ |
D | Value.cpp | 880 return Arg->hasSwiftErrorAttr(); in isSwiftError()
|
D | Function.cpp | 116 bool Argument::hasSwiftErrorAttr() const { in hasSwiftErrorAttr() function in Argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64CallLowering.cpp | 707 return A.hasByValAttr() || A.hasInRegAttr() || A.hasSwiftErrorAttr(); in isEligibleForTailCallOptimization()
|
/external/llvm-project/llvm/lib/Target/AArch64/GISel/ |
D | AArch64CallLowering.cpp | 732 return A.hasByValAttr() || A.hasInRegAttr() || A.hasSwiftErrorAttr(); in isEligibleForTailCallOptimization()
|
/external/llvm/lib/IR/ |
D | Function.cpp | 99 bool Argument::hasSwiftErrorAttr() const { in hasSwiftErrorAttr() function in Argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroFrame.cpp | 1299 if (!Arg.hasSwiftErrorAttr()) continue; in eliminateSwiftError()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | IRTranslator.cpp | 854 return Arg->hasSwiftErrorAttr(); in isSwiftError() 2330 if (Arg.hasSwiftErrorAttr()) { in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 1029 if (Arg->hasSwiftErrorAttr()) in SelectLoad() 1161 if (Arg->hasSwiftErrorAttr()) in SelectStore()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 1016 if (Arg->hasSwiftErrorAttr()) in SelectLoad() 1148 if (Arg->hasSwiftErrorAttr()) in SelectStore()
|
/external/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 1031 if (Arg->hasSwiftErrorAttr()) in SelectLoad() 1161 if (Arg->hasSwiftErrorAttr()) in SelectStore()
|
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | IRTranslator.cpp | 1258 return Arg->hasSwiftErrorAttr(); in isSwiftError() 3055 if (Arg.hasSwiftErrorAttr()) { in runOnMachineFunction()
|
/external/llvm-project/llvm/lib/Transforms/Coroutines/ |
D | CoroFrame.cpp | 1933 if (!Arg.hasSwiftErrorAttr()) continue; in eliminateSwiftError()
|
/external/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 1103 if (Arg->hasSwiftErrorAttr()) in X86SelectStore() 1294 if (Arg->hasSwiftErrorAttr()) in X86SelectLoad()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 1135 if (Arg->hasSwiftErrorAttr()) in X86SelectStore() 1326 if (Arg->hasSwiftErrorAttr()) in X86SelectLoad()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 1114 if (Arg->hasSwiftErrorAttr()) in X86SelectStore() 1305 if (Arg->hasSwiftErrorAttr()) in X86SelectLoad()
|