/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/syslinux/gnu-efi/gnu-efi-3.0/inc/ |
D | efipciio.h | 140 OUT UINTN *FunctionNumber
|
/external/syslinux/efi32/include/efi/ |
D | efipciio.h | 140 OUT UINTN *FunctionNumber
|
/external/syslinux/gpxe/src/include/gpxe/efi/Protocol/ |
D | PciIo.h | 381 OUT UINTN *FunctionNumber
|
D | DevicePath.h | 89 UINT8 FunctionNumber; member
|
/external/syslinux/efi64/include/efi/ |
D | efipciio.h | 140 OUT UINTN *FunctionNumber
|
/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/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/lib/CodeGen/ |
D | MachineFunction.cpp | 73 FunctionNumber = FunctionNum; in MachineFunction()
|
/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/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()
|