Home
last modified time | relevance | path

Searched refs:MCPE (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYAsmPrinter.cpp114 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in emitCustomConstantPool() local
115 if (MCPE.isMachineConstantPoolEntry()) in emitCustomConstantPool()
116 emitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in emitCustomConstantPool()
118 emitGlobalConstant(MF->getDataLayout(), MCPE.Val.ConstVal); in emitCustomConstantPool()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp227 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in emitInstruction() local
228 if (MCPE.isMachineConstantPoolEntry()) in emitInstruction()
229 emitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in emitInstruction()
231 emitGlobalConstant(MF->getDataLayout(), MCPE.Val.ConstVal); in emitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp1814 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in emitInstruction() local
1815 if (MCPE.isMachineConstantPoolEntry()) in emitInstruction()
1816 emitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in emitInstruction()
1818 emitGlobalConstant(DL, MCPE.Val.ConstVal); in emitInstruction()
H A DARMBaseInstrInfo.cpp1770 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI]; in duplicateCPV() local
1771 assert(MCPE.isMachineConstantPoolEntry() && in duplicateCPV()
1774 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal); in duplicateCPV()
1805 CPI = MCP->getConstantPoolIndex(NewCPV, MCPE.getAlign()); in duplicateCPV()