Searched refs:getFunctionNumber (Results 1 - 17 of 17) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.cpp23 Twine(MF.getFunctionNumber()) +
H A DPPCAsmPrinter.cpp186 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_'
/external/llvm/lib/Target/MSP430/
H A DMSP430MCInstLower.cpp56 << Printer.getFunctionNumber() << '_'
73 << Printer.getFunctionNumber() << '_'
/external/llvm/lib/Target/NVPTX/
H A DNVPTXFrameLowering.cpp64 .addImm(MF.getFunctionNumber());
H A DNVPTXAsmPrinter.cpp1627 << getFunctionNumber() << "[" << NumBytes << "];\n";
2254 O << DEPOTNAME << getFunctionNumber();
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp519 if (LastMI != MI || LastFn != getFunctionNumber()) {
522 LastFn = getFunctionNumber();
H A DAsmPrinter.cpp128 /// getFunctionNumber - Return a unique ID for the current function.
130 unsigned AsmPrinter::getFunctionNumber() const { function in class:AsmPrinter
131 return MF->getFunctionNumber();
2313 "CPI" + Twine(getFunctionNumber()) + "_" +
2327 Twine(getFunctionNumber()) + "_" +
2387 Twine(AP.getFunctionNumber())+"_" +
2397 PrintParentLoopComment(OS, Loop->getParentLoop(), AP.getFunctionNumber());
2407 PrintChildLoopComment(OS, Loop, AP.getFunctionNumber());
H A DEHStreamer.cpp443 Twine(Asm->getFunctionNumber()));
/external/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp233 << getFunctionNumber() << '_' << uid;
941 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(),
1387 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(),
1420 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(),
1446 getFunctionNumber(),
1467 getFunctionNumber(),
1498 getFunctionNumber(),
/external/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp177 Twine(getFunctionNumber()) + "_" + Twine(CPID));
181 Twine(getFunctionNumber()) + "_" + Twine(CPID));
/external/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h156 unsigned getFunctionNumber() const;
H A DMachineFunction.h180 /// getFunctionNumber - Return a unique ID for the current function.
182 unsigned getFunctionNumber() const { return FunctionNumber; } function in class:llvm::MachineFunction
/external/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp227 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_'
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp501 << Prefix << "JTI" << getFunctionNumber() << '_' << JTI;
509 Twine(getFunctionNumber()) + "$pb");
H A DMachineBasicBlock.cpp58 Twine(MF->getFunctionNumber()) +
/external/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp376 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << "_"
/external/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp611 << getFunctionNumber() << "_" << MO.getIndex();

Completed in 166 milliseconds