Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp1674 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in emitInstruction() local
1675 if (MCPE.isMachineConstantPoolEntry()) in emitInstruction()
1676 emitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in emitInstruction()
1678 emitGlobalConstant(DL, MCPE.Val.ConstVal); in emitInstruction()
H A DARMBaseInstrInfo.cpp1739 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI]; in duplicateCPV() local
1740 assert(MCPE.isMachineConstantPoolEntry() && in duplicateCPV()
1743 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal); in duplicateCPV()
1774 CPI = MCP->getConstantPoolIndex(NewCPV, MCPE.getAlign()); in duplicateCPV()