Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYAsmPrinter.cpp195 CSKYConstantPoolValue *CCPV = static_cast<CSKYConstantPoolValue *>(MCPV); in emitMachineConstantPoolValue() local
198 if (CCPV->isBlockAddress()) { in emitMachineConstantPoolValue()
200 cast<CSKYConstantPoolConstant>(CCPV)->getBlockAddress(); in emitMachineConstantPoolValue()
202 } else if (CCPV->isGlobalValue()) { in emitMachineConstantPoolValue()
203 const GlobalValue *GV = cast<CSKYConstantPoolConstant>(CCPV)->getGV(); in emitMachineConstantPoolValue()
205 } else if (CCPV->isMachineBasicBlock()) { in emitMachineConstantPoolValue()
206 const MachineBasicBlock *MBB = cast<CSKYConstantPoolMBB>(CCPV)->getMBB(); in emitMachineConstantPoolValue()
208 } else if (CCPV->isJT()) { in emitMachineConstantPoolValue()
209 signed JTI = cast<CSKYConstantPoolJT>(CCPV)->getJTI(); in emitMachineConstantPoolValue()
211 } else if (CCPV->isConstPool()) { in emitMachineConstantPoolValue()
[all …]