/external/llvm/lib/Target/PowerPC/ |
D | PPCMachineFunctionInfo.cpp | 23 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/ |
D | PPCMachineFunctionInfo.cpp | 21 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/ |
D | PPCMachineFunctionInfo.cpp | 28 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/ |
D | LanaiMCInstLower.cpp | 52 << Printer.getFunctionNumber() << '_' in GetJumpTableSymbol() 62 << Printer.getFunctionNumber() << '_' in GetConstantPoolIndexSymbol()
|
D | LanaiAsmPrinter.cpp | 97 O << MAI->getPrivateGlobalPrefix() << "JTI" << getFunctionNumber() << '_' in printOperand() 102 O << MAI->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430MCInstLower.cpp | 56 << Printer.getFunctionNumber() << '_' in GetJumpTableSymbol() 73 << Printer.getFunctionNumber() << '_' in GetConstantPoolIndexSymbol()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430MCInstLower.cpp | 55 << Printer.getFunctionNumber() << '_' in GetJumpTableSymbol() 72 << Printer.getFunctionNumber() << '_' in GetConstantPoolIndexSymbol()
|
/external/llvm-project/llvm/lib/Target/Lanai/ |
D | LanaiMCInstLower.cpp | 50 << Printer.getFunctionNumber() << '_' in GetJumpTableSymbol() 60 << Printer.getFunctionNumber() << '_' in GetConstantPoolIndexSymbol()
|
D | LanaiAsmPrinter.cpp | 96 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/ |
D | LanaiMCInstLower.cpp | 50 << Printer.getFunctionNumber() << '_' in GetJumpTableSymbol() 60 << Printer.getFunctionNumber() << '_' in GetConstantPoolIndexSymbol()
|
D | LanaiAsmPrinter.cpp | 96 O << MAI->getPrivateGlobalPrefix() << "JTI" << getFunctionNumber() << '_' in printOperand() 101 O << MAI->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
|
/external/llvm-project/llvm/lib/Target/MSP430/ |
D | MSP430MCInstLower.cpp | 55 << Printer.getFunctionNumber() << '_' in GetJumpTableSymbol() 72 << Printer.getFunctionNumber() << '_' in GetConstantPoolIndexSymbol()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXFrameLowering.cpp | 63 .addImm(MF.getFunctionNumber()); in emitPrologue()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | AIXException.cpp | 41 "__ehinfo." + Twine(Asm->getFunctionNumber())); in emitExceptionInfoTable()
|
D | AsmPrinterInlineAsm.cpp | 617 if (LastMI != MI || LastFn != getFunctionNumber()) { in PrintSpecial() 620 LastFn = getFunctionNumber(); in PrintSpecial()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXFrameLowering.cpp | 62 .addImm(MF.getFunctionNumber()); in emitPrologue()
|
/external/llvm-project/llvm/lib/Target/NVPTX/ |
D | NVPTXFrameLowering.cpp | 62 .addImm(MF.getFunctionNumber()); in emitPrologue()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 247 "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/ |
D | ARMAsmPrinter.cpp | 257 "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/ |
D | AsmPrinterInlineAsm.cpp | 519 if (LastMI != MI || LastFn != getFunctionNumber()) { in PrintSpecial() 522 LastFn = getFunctionNumber(); in PrintSpecial()
|
D | AsmPrinter.cpp | 133 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/ |
D | ARMAsmPrinter.cpp | 230 << 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/ |
D | AArch64AsmPrinter.cpp | 168 Twine(getFunctionNumber()) + "_" + Twine(CPID)); in GetCPISymbol() 172 Twine(getFunctionNumber()) + "_" + Twine(CPID)); in GetCPISymbol()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterInlineAsm.cpp | 614 if (LastMI != MI || LastFn != getFunctionNumber()) { in PrintSpecial() 617 LastFn = getFunctionNumber(); in PrintSpecial()
|
/external/llvm-project/llvm/lib/Target/XCore/ |
D | XCoreAsmPrinter.cpp | 219 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
|