Home
last modified time | relevance | path

Searched refs:getFunctionNumber (Results 1 – 25 of 67) sorted by relevance

123

/external/llvm/lib/Target/PowerPC/
DPPCMachineFunctionInfo.cpp23 Twine(MF.getFunctionNumber()) + in getPICOffsetSymbol()
31 Twine(MF.getFunctionNumber())); in getGlobalEPSymbol()
38 Twine(MF.getFunctionNumber())); in getLocalEPSymbol()
45 Twine(MF.getFunctionNumber())); in getTOCOffsetSymbol()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCMachineFunctionInfo.cpp21 Twine(MF.getFunctionNumber()) + in getPICOffsetSymbol()
29 Twine(MF.getFunctionNumber())); in getGlobalEPSymbol()
36 Twine(MF.getFunctionNumber())); in getLocalEPSymbol()
43 Twine(MF.getFunctionNumber())); in getTOCOffsetSymbol()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCMachineFunctionInfo.cpp28 Twine(MF.getFunctionNumber()) + in getPICOffsetSymbol()
36 Twine(MF.getFunctionNumber())); in getGlobalEPSymbol()
43 Twine(MF.getFunctionNumber())); in getLocalEPSymbol()
50 Twine(MF.getFunctionNumber())); in getTOCOffsetSymbol()
/external/llvm/lib/Target/Lanai/
DLanaiMCInstLower.cpp52 << Printer.getFunctionNumber() << '_' in GetJumpTableSymbol()
62 << Printer.getFunctionNumber() << '_' in GetConstantPoolIndexSymbol()
DLanaiAsmPrinter.cpp97 O << MAI->getPrivateGlobalPrefix() << "JTI" << getFunctionNumber() << '_' in printOperand()
102 O << MAI->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
/external/llvm/lib/Target/MSP430/
DMSP430MCInstLower.cpp56 << Printer.getFunctionNumber() << '_' in GetJumpTableSymbol()
73 << Printer.getFunctionNumber() << '_' in GetConstantPoolIndexSymbol()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430MCInstLower.cpp55 << Printer.getFunctionNumber() << '_' in GetJumpTableSymbol()
72 << Printer.getFunctionNumber() << '_' in GetConstantPoolIndexSymbol()
/external/llvm-project/llvm/lib/Target/Lanai/
DLanaiMCInstLower.cpp50 << Printer.getFunctionNumber() << '_' in GetJumpTableSymbol()
60 << Printer.getFunctionNumber() << '_' in GetConstantPoolIndexSymbol()
DLanaiAsmPrinter.cpp96 O << MAI->getPrivateGlobalPrefix() << "JTI" << getFunctionNumber() << '_' in printOperand()
101 O << MAI->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiMCInstLower.cpp50 << Printer.getFunctionNumber() << '_' in GetJumpTableSymbol()
60 << Printer.getFunctionNumber() << '_' in GetConstantPoolIndexSymbol()
DLanaiAsmPrinter.cpp96 O << MAI->getPrivateGlobalPrefix() << "JTI" << getFunctionNumber() << '_' in printOperand()
101 O << MAI->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
/external/llvm-project/llvm/lib/Target/MSP430/
DMSP430MCInstLower.cpp55 << Printer.getFunctionNumber() << '_' in GetJumpTableSymbol()
72 << Printer.getFunctionNumber() << '_' in GetConstantPoolIndexSymbol()
/external/llvm/lib/Target/NVPTX/
DNVPTXFrameLowering.cpp63 .addImm(MF.getFunctionNumber()); in emitPrologue()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAIXException.cpp41 "__ehinfo." + Twine(Asm->getFunctionNumber())); in emitExceptionInfoTable()
DAsmPrinterInlineAsm.cpp617 if (LastMI != MI || LastFn != getFunctionNumber()) { in PrintSpecial()
620 LastFn = getFunctionNumber(); in PrintSpecial()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXFrameLowering.cpp62 .addImm(MF.getFunctionNumber()); in emitPrologue()
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXFrameLowering.cpp62 .addImm(MF.getFunctionNumber()); in emitPrologue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp247 "CPI" + Twine(getFunctionNumber()) + "_" + in GetCPISymbol()
258 << getFunctionNumber() << '_' << uid; in GetARMJTIPICJumpTableLabel()
916 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in EmitMachineConstantPoolValue()
1410 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in EmitInstruction()
1443 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in EmitInstruction()
1469 getBFLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in EmitInstruction()
1499 getBFLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in EmitInstruction()
1517 getFunctionNumber(), in EmitInstruction()
1529 getFunctionNumber(), in EmitInstruction()
1550 getFunctionNumber(), in EmitInstruction()
[all …]
/external/llvm-project/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp257 "CPI" + Twine(getFunctionNumber()) + "_" + in GetCPISymbol()
268 << getFunctionNumber() << '_' << uid; in GetARMJTIPICJumpTableLabel()
934 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitMachineConstantPoolValue()
1455 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitInstruction()
1488 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitInstruction()
1514 getBFLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitInstruction()
1544 getBFLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitInstruction()
1562 getFunctionNumber(), in emitInstruction()
1574 getFunctionNumber(), in emitInstruction()
1595 getFunctionNumber(), in emitInstruction()
[all …]
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterInlineAsm.cpp519 if (LastMI != MI || LastFn != getFunctionNumber()) { in PrintSpecial()
522 LastFn = getFunctionNumber(); in PrintSpecial()
DAsmPrinter.cpp133 unsigned AsmPrinter::getFunctionNumber() const { in getFunctionNumber() function in AsmPrinter
134 return MF->getFunctionNumber(); in getFunctionNumber()
2368 "CPI" + Twine(getFunctionNumber()) + "_" + in GetCPISymbol()
2382 Twine(getFunctionNumber()) + "_" + in GetJTSetSymbol()
2442 Twine(AP.getFunctionNumber())+"_" + in emitBasicBlockLoopComments()
2452 PrintParentLoopComment(OS, Loop->getParentLoop(), AP.getFunctionNumber()); in emitBasicBlockLoopComments()
2462 PrintChildLoopComment(OS, Loop, AP.getFunctionNumber()); in emitBasicBlockLoopComments()
/external/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp230 << getFunctionNumber() << '_' << uid; in GetARMJTIPICJumpTableLabel()
987 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in EmitMachineConstantPoolValue()
1435 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in EmitInstruction()
1468 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in EmitInstruction()
1494 getFunctionNumber(), in EmitInstruction()
1515 getFunctionNumber(), in EmitInstruction()
1546 getFunctionNumber(), in EmitInstruction()
/external/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp168 Twine(getFunctionNumber()) + "_" + Twine(CPID)); in GetCPISymbol()
172 Twine(getFunctionNumber()) + "_" + Twine(CPID)); in GetCPISymbol()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterInlineAsm.cpp614 if (LastMI != MI || LastFn != getFunctionNumber()) { in PrintSpecial()
617 LastFn = getFunctionNumber(); in PrintSpecial()
/external/llvm-project/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp219 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()

123