Home
last modified time | relevance | path

Searched refs:FunctionNumber (Results 1 – 18 of 18) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineFunction.h118 unsigned FunctionNumber;
146 unsigned getFunctionNumber() const { return FunctionNumber; }
/external/llvm/include/llvm/CodeGen/
DMachineFunction.h211 unsigned FunctionNumber;
258 unsigned getFunctionNumber() const { return FunctionNumber; }
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.h243 int FunctionNumber; variable
245 PerFunctionState(LLParser &p, Function &f, int FunctionNumber);
DLLParser.cpp1631 : P(p), F(f), FunctionNumber(functionNumber) { in PerFunctionState()
1670 FunctionID.UIntVal = FunctionNumber; in FinishFunction()
2780 int FunctionNumber = -1; in ParseFunctionBody() local
2781 if (!Fn.hasName()) FunctionNumber = NumberedVals.size()-1; in ParseFunctionBody()
2783 PerFunctionState PFS(*this, Fn, FunctionNumber); in ParseFunctionBody()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1887 unsigned FunctionNumber) { in PrintParentLoopComment() argument
1889 PrintParentLoopComment(OS, Loop->getParentLoop(), FunctionNumber); in PrintParentLoopComment()
1891 << "Parent Loop BB" << FunctionNumber << "_" in PrintParentLoopComment()
1900 unsigned FunctionNumber) { in PrintChildLoopComment() argument
1904 << "Child Loop BB" << FunctionNumber << "_" in PrintChildLoopComment()
1907 PrintChildLoopComment(OS, *CL, FunctionNumber); in PrintChildLoopComment()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineFunction.h281 unsigned FunctionNumber;
397 unsigned getFunctionNumber() const { return FunctionNumber; }
/external/llvm/lib/AsmParser/
DLLParser.h326 int FunctionNumber; variable
328 PerFunctionState(LLParser &p, Function &f, int FunctionNumber);
DLLParser.cpp2443 : P(p), F(f), FunctionNumber(functionNumber) { in PerFunctionState()
4783 if (FunctionNumber == -1) { in resolveForwardRefBlockAddresses()
4788 ID.UIntVal = FunctionNumber; in resolveForwardRefBlockAddresses()
4824 int FunctionNumber = -1; in ParseFunctionBody() local
4825 if (!Fn.hasName()) FunctionNumber = NumberedVals.size()-1; in ParseFunctionBody()
4827 PerFunctionState PFS(*this, Fn, FunctionNumber); in ParseFunctionBody()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2403 unsigned FunctionNumber) { in PrintParentLoopComment() argument
2405 PrintParentLoopComment(OS, Loop->getParentLoop(), FunctionNumber); in PrintParentLoopComment()
2407 << "Parent Loop BB" << FunctionNumber << "_" in PrintParentLoopComment()
2416 unsigned FunctionNumber) { in PrintChildLoopComment() argument
2420 << "Child Loop BB" << FunctionNumber << "_" in PrintChildLoopComment()
2423 PrintChildLoopComment(OS, CL, FunctionNumber); in PrintChildLoopComment()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2720 unsigned FunctionNumber) { in PrintParentLoopComment() argument
2722 PrintParentLoopComment(OS, Loop->getParentLoop(), FunctionNumber); in PrintParentLoopComment()
2724 << "Parent Loop BB" << FunctionNumber << "_" in PrintParentLoopComment()
2732 unsigned FunctionNumber) { in PrintChildLoopComment() argument
2736 << "Child Loop BB" << FunctionNumber << "_" in PrintChildLoopComment()
2739 PrintChildLoopComment(OS, CL, FunctionNumber); in PrintChildLoopComment()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineFunction.cpp73 FunctionNumber = FunctionNum; in MachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.h414 int FunctionNumber; variable
DLLParser.cpp2704 : P(p), F(f), FunctionNumber(functionNumber) { in PerFunctionState()
5288 if (FunctionNumber == -1) { in resolveForwardRefBlockAddresses()
5293 ID.UIntVal = FunctionNumber; in resolveForwardRefBlockAddresses()
5329 int FunctionNumber = -1; in ParseFunctionBody() local
5330 if (!Fn.hasName()) FunctionNumber = NumberedVals.size()-1; in ParseFunctionBody()
5332 PerFunctionState PFS(*this, Fn, FunctionNumber); in ParseFunctionBody()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp136 FunctionNumber = FunctionNum; in MachineFunction()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMAsmPrinter.cpp800 static MCSymbol *getPICLabel(const char *Prefix, unsigned FunctionNumber, in getPICLabel() argument
804 + "PC" + Twine(FunctionNumber) + "_" + Twine(LabelId)); in getPICLabel()
/external/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp883 static MCSymbol *getPICLabel(const char *Prefix, unsigned FunctionNumber, in getPICLabel() argument
887 + "PC" + Twine(FunctionNumber) + "_" + Twine(LabelId)); in getPICLabel()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp764 static MCSymbol *getPICLabel(StringRef Prefix, unsigned FunctionNumber, in getPICLabel() argument
768 + "PC" + Twine(FunctionNumber) + "_" + Twine(LabelId)); in getPICLabel()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineFunction.cpp134 FunctionNumber = FunctionNum; in MachineFunction()