Home
last modified time | relevance | path

Searched refs:MCP (Results 1 – 25 of 30) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp4609 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 DAArch64ExpandPseudoInsts.cpp975 MachineConstantPool *MCP = MF.getConstantPool(); in expandMI() local
976 unsigned CPIdx = MCP->getConstantPoolIndex(BA, Align(8)); in expandMI()
H A DAArch64FastISel.cpp429 unsigned CPI = MCP.getConstantPoolIndex(cast<Constant>(CFP), Alignment); in materializeFP()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp345 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 DMipsAsmPrinter.h60 const MachineConstantPool *MCP = nullptr;
H A DMipsAsmPrinter.cpp93 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 DARMConstantIslandPass.cpp210 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 DARMAsmPrinter.h43 const MachineConstantPool *MCP; variable
H A DARMAsmPrinter.cpp58 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 DARMBaseInstrInfo.cpp1736 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 DARMExpandPseudoInsts.cpp2328 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 DARMFastISel.cpp442 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 DARMFrameLowering.cpp2551 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 DInstrEmitter.cpp423 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 DFastISel.cpp1813 MFI(FuncInfo.MF->getFrameInfo()), MCP(*FuncInfo.MF->getConstantPool()), in FastISel()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DFastISel.h206 MachineConstantPool &MCP; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp551 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 DPPCFastISel.cpp2006 unsigned Idx = MCP.getConstantPoolIndex(cast<Constant>(CFP), Alignment); in PPCMaterializeFP()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2000 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 DAArch64InstructionSelector.cpp4010 MachineConstantPool *MCP = MF.getConstantPool(); in emitConstantPoolEntry() local
4011 return MCP->getConstantPoolIndex(CPVal, Alignment); in emitConstantPoolEntry()
/netbsd-src/external/gpl3/binutils/dist/cpu/
H A Dcris.cpu1109 (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 Dcris.cpu1108 (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 Dcris.cpu1108 (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 DX86FastISel.cpp3770 unsigned CPI = MCP.getConstantPoolIndex(CFP, Alignment); in X86MaterializeFP()
H A DX86InstrInfo.cpp6114 MachineConstantPool &MCP = *MF.getConstantPool(); in foldMemoryOperandImpl() local
6142 unsigned CPI = MCP.getConstantPoolIndex(C, Alignment); in foldMemoryOperandImpl()

12