Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFunction.h278 unsigned FunctionNumber;
462 unsigned getFunctionNumber() const { return FunctionNumber; }
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunction.cpp139 FunctionNumber = FunctionNum; in MachineFunction()