Home
last modified time | relevance | path

Searched refs:hasSwiftSelfAttr (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DArgument.h70 bool hasSwiftSelfAttr() const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DArgument.h77 bool hasSwiftSelfAttr() const;
/external/llvm/include/llvm/IR/
DArgument.h77 bool hasSwiftSelfAttr() const;
/external/llvm/lib/IR/
DFunction.cpp94 bool Argument::hasSwiftSelfAttr() const { in hasSwiftSelfAttr() function in Argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DFunction.cpp93 bool Argument::hasSwiftSelfAttr() const { in hasSwiftSelfAttr() function in Argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp1588 if (Arg.hasSwiftErrorAttr() || Arg.hasSwiftSelfAttr()) { in runOnMachineFunction()