Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineFunction.h211 unsigned FunctionNumber;
258 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFunction.h278 unsigned FunctionNumber;
462 unsigned getFunctionNumber() const { return FunctionNumber; }
/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/llvm-project/llvm/include/llvm/CodeGen/
DMachineFunction.h291 unsigned FunctionNumber;
525 unsigned getFunctionNumber() const { return FunctionNumber; }
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2899 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/
DAsmPrinter.cpp3041 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/
DARMAsmPrinter.cpp765 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/
DARMAsmPrinter.cpp783 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/
DLLParser.h422 int FunctionNumber; variable
DLLParser.cpp2836 : 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/
DLLParser.h424 int FunctionNumber; variable
DLLParser.cpp2997 : 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/
DMachineFunction.cpp136 FunctionNumber = FunctionNum; in MachineFunction()
/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-10.0/llvm/lib/CodeGen/
DMachineFunction.cpp139 FunctionNumber = FunctionNum; in MachineFunction()
/external/llvm-project/llvm/lib/CodeGen/
DMachineFunction.cpp141 FunctionNumber = FunctionNum; in MachineFunction()