| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.cpp | 4609 typedef MachineCombinerPattern MCP; in getMaddPatterns() typedef 4617 setFound(AArch64::MADDWrrr, 1, AArch64::WZR, MCP::MULADDW_OP1); in getMaddPatterns() 4618 setFound(AArch64::MADDWrrr, 2, AArch64::WZR, MCP::MULADDW_OP2); in getMaddPatterns() 4621 setFound(AArch64::MADDXrrr, 1, AArch64::XZR, MCP::MULADDX_OP1); in getMaddPatterns() 4622 setFound(AArch64::MADDXrrr, 2, AArch64::XZR, MCP::MULADDX_OP2); in getMaddPatterns() 4625 setFound(AArch64::MADDWrrr, 1, AArch64::WZR, MCP::MULSUBW_OP1); in getMaddPatterns() 4626 setFound(AArch64::MADDWrrr, 2, AArch64::WZR, MCP::MULSUBW_OP2); in getMaddPatterns() 4629 setFound(AArch64::MADDXrrr, 1, AArch64::XZR, MCP::MULSUBX_OP1); in getMaddPatterns() 4630 setFound(AArch64::MADDXrrr, 2, AArch64::XZR, MCP::MULSUBX_OP2); in getMaddPatterns() 4633 setFound(AArch64::MADDWrrr, 1, AArch64::WZR, MCP::MULADDWI_OP1); in getMaddPatterns() [all …]
|
| H A D | AArch64ExpandPseudoInsts.cpp | 975 MachineConstantPool *MCP = MF.getConstantPool(); in expandMI() local 976 unsigned CPIdx = MCP->getConstantPoolIndex(BA, Align(8)); in expandMI()
|
| H A D | AArch64FastISel.cpp | 429 unsigned CPI = MCP.getConstantPoolIndex(cast<Constant>(CFP), Alignment); in materializeFP()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsConstantIslandPass.cpp | 345 MachineConstantPool *MCP = nullptr; member in __anonc5067e2e0111::MipsConstantIslands 438 MCP = mf.getConstantPool(); in runOnMachineFunction() 468 if (!MCP->isEmpty()) in runOnMachineFunction() 532 const Align MaxAlign = MCP->getConstantPoolAlign(); in doInitialPlacement() 551 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); in doInitialPlacement() 624 assert(CPI < MCP->getConstants().size() && "Invalid constant pool index."); in getCPEAlign() 625 return MCP->getConstants()[CPI].getAlign(); in getCPEAlign() 1653 unsigned index = MCP->getConstantPoolIndex(C, Align(4)); in prescanForConstants()
|
| H A D | MipsAsmPrinter.h | 60 const MachineConstantPool *MCP = nullptr;
|
| H A D | MipsAsmPrinter.cpp | 93 MCP = MF.getConstantPool(); in runOnMachineFunction() 227 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in emitInstruction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMConstantIslandPass.cpp | 210 MachineConstantPool *MCP; member in __anon273a807c0111::ARMConstantIslands 368 MCP = mf.getConstantPool(); in runOnMachineFunction() 372 << MCP->getConstants().size() << " CP entries, aligned to " in runOnMachineFunction() 373 << MCP->getConstantPoolAlign().value() << " bytes *****\n"); in runOnMachineFunction() 414 if (!MCP->isEmpty()) in runOnMachineFunction() 518 const Align MaxAlign = MCP->getConstantPoolAlign(); in doInitialConstPlacement() 541 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); in doInitialConstPlacement() 700 assert(CPI < MCP->getConstants().size() && "Invalid constant pool index."); in getCPEAlign() 701 return MCP->getConstants()[CPI].getAlign(); in getCPEAlign()
|
| H A D | ARMAsmPrinter.h | 43 const MachineConstantPool *MCP; variable
|
| H A D | ARMAsmPrinter.cpp | 58 MCP(nullptr), InConstantPool(false), OptimizationGoals(-1) {} in ARMAsmPrinter() 118 MCP = MF.getConstantPool(); in runOnMachineFunction() 1257 const MachineConstantPool *MCP = MF.getConstantPool(); in EmitUnwindingInstruction() local 1258 if (CPI >= MCP->getConstants().size()) in EmitUnwindingInstruction() 1263 const MachineConstantPoolEntry &CPE = MCP->getConstants()[CPI]; in EmitUnwindingInstruction() 1674 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in emitInstruction()
|
| H A D | ARMBaseInstrInfo.cpp | 1736 MachineConstantPool *MCP = MF.getConstantPool(); in duplicateCPV() local 1739 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI]; in duplicateCPV() 1774 CPI = MCP->getConstantPoolIndex(NewCPV, MCPE.getAlign()); in duplicateCPV() 1864 const MachineConstantPool *MCP = MF->getConstantPool(); in produceSameValue() local 1867 const MachineConstantPoolEntry &MCPE0 = MCP->getConstants()[CPI0]; in produceSameValue() 1868 const MachineConstantPoolEntry &MCPE1 = MCP->getConstants()[CPI1]; in produceSameValue()
|
| H A D | ARMExpandPseudoInsts.cpp | 2328 MachineConstantPool *MCP = MF->getConstantPool(); in ExpandMI() local 2337 .addConstantPoolIndex(MCP->getConstantPoolIndex(CPV, Align(4))); in ExpandMI() 2406 MachineConstantPool *MCP = MBB.getParent()->getConstantPool(); in ExpandMI() local 2424 .addConstantPoolIndex(MCP->getConstantPoolIndex(CPV, Align(4))); in ExpandMI()
|
| H A D | ARMFastISel.cpp | 442 unsigned Idx = MCP.getConstantPoolIndex(cast<Constant>(CFP), Alignment); in ARMMaterializeFP() 502 unsigned Idx = MCP.getConstantPoolIndex(C, Alignment); in ARMMaterializeInt() 570 unsigned Idx = MCP.getConstantPoolIndex(CPV, Alignment); in ARMMaterializeGV()
|
| H A D | ARMFrameLowering.cpp | 2551 MachineConstantPool *MCP = MF.getConstantPool(); in adjustForSegmentedStacks() local 2552 unsigned CPI = MCP->getConstantPoolIndex(NewCPV, Align(4)); in adjustForSegmentedStacks()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | InstrEmitter.cpp | 423 MachineConstantPool *MCP = MF->getConstantPool(); in AddOperand() local 425 Idx = MCP->getConstantPoolIndex(CP->getMachineCPVal(), Alignment); in AddOperand() 427 Idx = MCP->getConstantPoolIndex(CP->getConstVal(), Alignment); in AddOperand()
|
| H A D | FastISel.cpp | 1813 MFI(FuncInfo.MF->getFrameInfo()), MCP(*FuncInfo.MF->getConstantPool()), in FastISel()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | FastISel.h | 206 MachineConstantPool &MCP; variable
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.cpp | 551 MachineConstantPool *MCP = MF->getConstantPool(); in finalizeInsInstrs() local 588 unsigned ConstPoolIdx = MCP->getConstantPoolIndex(NegC, Alignment); in finalizeInsInstrs() 742 MachineConstantPool *MCP = MF->getConstantPool(); in getConstantFromConstantPool() local 754 return (MCP->getConstants())[MO2.getIndex()].Val.ConstVal; in getConstantFromConstantPool()
|
| H A D | PPCFastISel.cpp | 2006 unsigned Idx = MCP.getConstantPoolIndex(cast<Constant>(CFP), Alignment); in PPCMaterializeFP()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 2000 const MachineConstantPool *MCP = MF->getConstantPool(); in emitConstantPool() local 2001 const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants(); in emitConstantPool()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 4010 MachineConstantPool *MCP = MF.getConstantPool(); in emitConstantPoolEntry() local 4011 return MCP->getConstantPoolIndex(CPVal, Alignment); in emitConstantPoolEntry()
|
| /netbsd-src/external/gpl3/binutils/dist/cpu/ |
| H A D | cris.cpu | 1109 (dsh h-rbit "carry bit for MCP+restore-p bit" (MACH-V32) (register BI)) 1233 rbit "carry bit for MCP+restore-P flag bit" (SEM-ONLY MACH-V32) h-rbit f-nil) 3420 ; MCP Ps,Rd [ Ps | 01111111 | Rd ]
|
| /netbsd-src/external/gpl3/binutils.old/dist/cpu/ |
| H A D | cris.cpu | 1108 (dsh h-rbit "carry bit for MCP+restore-p bit" (MACH-V32) (register BI)) 1232 rbit "carry bit for MCP+restore-P flag bit" (SEM-ONLY MACH-V32) h-rbit f-nil) 3418 ; MCP Ps,Rd [ Ps | 01111111 | Rd ]
|
| /netbsd-src/external/gpl3/gdb.old/dist/cpu/ |
| H A D | cris.cpu | 1108 (dsh h-rbit "carry bit for MCP+restore-p bit" (MACH-V32) (register BI)) 1232 rbit "carry bit for MCP+restore-P flag bit" (SEM-ONLY MACH-V32) h-rbit f-nil) 3418 ; MCP Ps,Rd [ Ps | 01111111 | Rd ]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 3770 unsigned CPI = MCP.getConstantPoolIndex(CFP, Alignment); in X86MaterializeFP()
|
| H A D | X86InstrInfo.cpp | 6114 MachineConstantPool &MCP = *MF.getConstantPool(); in foldMemoryOperandImpl() local 6142 unsigned CPI = MCP.getConstantPoolIndex(C, Alignment); in foldMemoryOperandImpl()
|