Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp168 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in EmitInstruction() local
169 if (MCPE.isMachineConstantPoolEntry()) in EmitInstruction()
170 EmitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in EmitInstruction()
172 EmitGlobalConstant(MF->getDataLayout(), MCPE.Val.ConstVal); in EmitInstruction()
/external/llvm-project/llvm/lib/Target/Mips/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
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()
/external/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp1591 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in EmitInstruction() local
1592 if (MCPE.isMachineConstantPoolEntry()) in EmitInstruction()
1593 EmitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in EmitInstruction()
1595 EmitGlobalConstant(DL, MCPE.Val.ConstVal); in EmitInstruction()
DARMBaseInstrInfo.cpp1367 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI]; in duplicateCPV() local
1368 assert(MCPE.isMachineConstantPoolEntry() && in duplicateCPV()
1371 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal); in duplicateCPV()
1402 CPI = MCP->getConstantPoolIndex(NewCPV, MCPE.getAlignment()); in duplicateCPV()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp1629 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in EmitInstruction() local
1630 if (MCPE.isMachineConstantPoolEntry()) in EmitInstruction()
1631 EmitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in EmitInstruction()
1633 EmitGlobalConstant(DL, MCPE.Val.ConstVal); in EmitInstruction()
DARMBaseInstrInfo.cpp1650 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI]; in duplicateCPV() local
1651 assert(MCPE.isMachineConstantPoolEntry() && in duplicateCPV()
1654 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal); in duplicateCPV()
1685 CPI = MCP->getConstantPoolIndex(NewCPV, MCPE.getAlignment()); in duplicateCPV()
/external/llvm-project/llvm/lib/Target/ARM/
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()
DARMBaseInstrInfo.cpp1691 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI]; in duplicateCPV() local
1692 assert(MCPE.isMachineConstantPoolEntry() && in duplicateCPV()
1695 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal); in duplicateCPV()
1726 CPI = MCP->getConstantPoolIndex(NewCPV, MCPE.getAlign()); in duplicateCPV()