/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineFunction.h | 118 unsigned FunctionNumber; 146 unsigned getFunctionNumber() const { return FunctionNumber; }
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineFunction.h | 211 unsigned FunctionNumber; 258 unsigned getFunctionNumber() const { return FunctionNumber; }
|
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLParser.h | 243 int FunctionNumber; variable 245 PerFunctionState(LLParser &p, Function &f, int FunctionNumber);
|
D | LLParser.cpp | 1631 : 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/ |
D | AsmPrinter.cpp | 1887 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/ |
D | MachineFunction.h | 281 unsigned FunctionNumber; 397 unsigned getFunctionNumber() const { return FunctionNumber; }
|
/external/llvm/lib/AsmParser/ |
D | LLParser.h | 326 int FunctionNumber; variable 328 PerFunctionState(LLParser &p, Function &f, int FunctionNumber);
|
D | LLParser.cpp | 2443 : 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/ |
D | AsmPrinter.cpp | 2403 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/ |
D | AsmPrinter.cpp | 2720 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/ |
D | MachineFunction.cpp | 73 FunctionNumber = FunctionNum; in MachineFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
D | LLParser.h | 414 int FunctionNumber; variable
|
D | LLParser.cpp | 2704 : 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/ |
D | MachineFunction.cpp | 136 FunctionNumber = FunctionNum; in MachineFunction()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 800 static MCSymbol *getPICLabel(const char *Prefix, unsigned FunctionNumber, in getPICLabel() argument 804 + "PC" + Twine(FunctionNumber) + "_" + Twine(LabelId)); in getPICLabel()
|
/external/llvm/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 883 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/ |
D | ARMAsmPrinter.cpp | 764 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/ |
D | MachineFunction.cpp | 134 FunctionNumber = FunctionNum; in MachineFunction()
|