/external/llvm/include/llvm/CodeGen/ |
D | MachineFunction.h | 211 unsigned FunctionNumber; 258 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineFunction.h | 278 unsigned FunctionNumber; 462 unsigned getFunctionNumber() const { return FunctionNumber; }
|
/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/llvm-project/llvm/include/llvm/CodeGen/ |
D | MachineFunction.h | 291 unsigned FunctionNumber; 525 unsigned getFunctionNumber() const { return FunctionNumber; }
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 2899 unsigned FunctionNumber) { in PrintParentLoopComment() argument 2901 PrintParentLoopComment(OS, Loop->getParentLoop(), FunctionNumber); in PrintParentLoopComment() 2903 << "Parent Loop BB" << FunctionNumber << "_" in PrintParentLoopComment() 2911 unsigned FunctionNumber) { in PrintChildLoopComment() argument 2915 << "Child Loop BB" << FunctionNumber << "_" in PrintChildLoopComment() 2918 PrintChildLoopComment(OS, CL, FunctionNumber); in PrintChildLoopComment()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 3041 unsigned FunctionNumber) { in PrintParentLoopComment() argument 3043 PrintParentLoopComment(OS, Loop->getParentLoop(), FunctionNumber); in PrintParentLoopComment() 3045 << "Parent Loop BB" << FunctionNumber << "_" in PrintParentLoopComment() 3053 unsigned FunctionNumber) { in PrintChildLoopComment() argument 3057 << "Child Loop BB" << FunctionNumber << "_" in PrintChildLoopComment() 3060 PrintChildLoopComment(OS, CL, FunctionNumber); in PrintChildLoopComment()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 765 static MCSymbol *getBFLabel(StringRef Prefix, unsigned FunctionNumber, in getBFLabel() argument 769 + "BF" + Twine(FunctionNumber) + "_" + Twine(LabelId)); in getBFLabel() 773 static MCSymbol *getPICLabel(StringRef Prefix, unsigned FunctionNumber, in getPICLabel() argument 777 + "PC" + Twine(FunctionNumber) + "_" + Twine(LabelId)); in getPICLabel()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 783 static MCSymbol *getBFLabel(StringRef Prefix, unsigned FunctionNumber, in getBFLabel() argument 787 + "BF" + Twine(FunctionNumber) + "_" + Twine(LabelId)); in getBFLabel() 791 static MCSymbol *getPICLabel(StringRef Prefix, unsigned FunctionNumber, in getPICLabel() argument 795 + "PC" + Twine(FunctionNumber) + "_" + Twine(LabelId)); in getPICLabel()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.h | 422 int FunctionNumber; variable
|
D | LLParser.cpp | 2836 : P(p), F(f), FunctionNumber(functionNumber) { in PerFunctionState() 5546 if (FunctionNumber == -1) { in resolveForwardRefBlockAddresses() 5551 ID.UIntVal = FunctionNumber; in resolveForwardRefBlockAddresses() 5587 int FunctionNumber = -1; in ParseFunctionBody() local 5588 if (!Fn.hasName()) FunctionNumber = NumberedVals.size()-1; in ParseFunctionBody() 5590 PerFunctionState PFS(*this, Fn, FunctionNumber); in ParseFunctionBody()
|
/external/llvm-project/llvm/lib/AsmParser/ |
D | LLParser.h | 424 int FunctionNumber; variable
|
D | LLParser.cpp | 2997 : P(p), F(f), FunctionNumber(functionNumber) { in PerFunctionState() 5871 if (FunctionNumber == -1) { in resolveForwardRefBlockAddresses() 5876 ID.UIntVal = FunctionNumber; in resolveForwardRefBlockAddresses() 5912 int FunctionNumber = -1; in parseFunctionBody() local 5913 if (!Fn.hasName()) FunctionNumber = NumberedVals.size()-1; in parseFunctionBody() 5915 PerFunctionState PFS(*this, Fn, FunctionNumber); in parseFunctionBody()
|
/external/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 136 FunctionNumber = FunctionNum; in MachineFunction()
|
/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-10.0/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 139 FunctionNumber = FunctionNum; in MachineFunction()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 141 FunctionNumber = FunctionNum; in MachineFunction()
|