Searched refs:getFunctionNumber (Results 1 – 17 of 17) sorted by relevance
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXFrameLowering.cpp | 55 LocalReg).addImm(MF.getFunctionNumber()); in emitPrologue() 64 LocalReg).addImm(MF.getFunctionNumber()); in emitPrologue()
|
D | NVPTXAsmPrinter.cpp | 1620 << getFunctionNumber() << "[" << NumBytes << "];\n"; in setAndEmitFunctionVirtualRegisters() 2029 O << DEPOTNAME << getFunctionNumber(); in printOperand()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430MCInstLower.cpp | 56 << Printer.getFunctionNumber() << '_' in GetJumpTableSymbol() 73 << Printer.getFunctionNumber() << '_' in GetConstantPoolIndexSymbol()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCMachineFunctionInfo.cpp | 23 Twine(MF.getFunctionNumber()) + in getPICOffsetSymbol()
|
D | PPCAsmPrinter.cpp | 187 O << DL->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() in printOperand()
|
/external/llvm/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 209 << getFunctionNumber() << '_' << uid << '_' << uid2; in GetARMJTIPICJumpTableLabel2() 218 << getFunctionNumber(); in GetARMSJLJEHLabel() 908 getFunctionNumber(), in EmitMachineConstantPoolValue() 1346 getFunctionNumber(), in EmitInstruction() 1379 getFunctionNumber(), in EmitInstruction() 1405 getFunctionNumber(), MI->getOperand(2).getImm(), in EmitInstruction() 1426 getFunctionNumber(), MI->getOperand(2).getImm(), in EmitInstruction() 1457 getFunctionNumber(), MI->getOperand(2).getImm(), in EmitInstruction()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterInlineAsm.cpp | 517 if (LastMI != MI || LastFn != getFunctionNumber()) { in PrintSpecial() 520 LastFn = getFunctionNumber(); in PrintSpecial()
|
D | AsmPrinter.cpp | 133 unsigned AsmPrinter::getFunctionNumber() const { in getFunctionNumber() function in AsmPrinter 134 return MF->getFunctionNumber(); in getFunctionNumber() 2296 (Twine(DL->getPrivateGlobalPrefix()) + "CPI" + Twine(getFunctionNumber()) in GetCPISymbol() 2310 (Twine(DL->getPrivateGlobalPrefix()) + Twine(getFunctionNumber()) + "_" + in GetJTSetSymbol() 2371 Twine(AP.getFunctionNumber())+"_" + in emitBasicBlockLoopComments() 2381 PrintParentLoopComment(OS, Loop->getParentLoop(), AP.getFunctionNumber()); in emitBasicBlockLoopComments() 2391 PrintChildLoopComment(OS, Loop, AP.getFunctionNumber()); in emitBasicBlockLoopComments()
|
D | EHStreamer.cpp | 443 Twine(Asm->getFunctionNumber())); in emitExceptionTable()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64AsmPrinter.cpp | 177 Twine(getFunctionNumber()) + "_" + Twine(CPID)); in GetCPISymbol() 181 Twine(getFunctionNumber()) + "_" + Twine(CPID)); in GetCPISymbol()
|
/external/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 154 unsigned getFunctionNumber() const;
|
D | MachineFunction.h | 168 unsigned getFunctionNumber() const { return FunctionNumber; }
|
/external/llvm/lib/Target/XCore/ |
D | XCoreAsmPrinter.cpp | 226 O << DL->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() in printOperand()
|
/external/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 470 << Prefix << "JTI" << getFunctionNumber() << '_' << JTI; in getJTISymbol() 479 Twine(getFunctionNumber())+"$pb"); in getPICBaseSymbol()
|
D | MachineBasicBlock.cpp | 57 Twine(MF->getFunctionNumber()) + in getSymbol()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcAsmPrinter.cpp | 376 O << DL->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << "_" in printOperand()
|
/external/llvm/lib/Target/Mips/ |
D | MipsAsmPrinter.cpp | 607 << getFunctionNumber() << "_" << MO.getIndex(); in printOperand()
|