Lines Matching refs:CCPV
195 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()
212 const Constant *C = cast<CSKYConstantPoolConstant>(CCPV)->getConstantPool(); in emitMachineConstantPoolValue()
215 assert(CCPV->isExtSymbol() && "unrecognized constant pool value"); in emitMachineConstantPoolValue()
216 StringRef Sym = cast<CSKYConstantPoolSymbol>(CCPV)->getSymbol(); in emitMachineConstantPoolValue()
223 if (CCPV->getPCAdjustment()) { in emitMachineConstantPoolValue()
227 Twine(getFunctionNumber()) + "_" + Twine(CCPV->getLabelID())); in emitMachineConstantPoolValue()
230 if (CCPV->mustAddCurrentAddress()) { in emitMachineConstantPoolValue()
242 Expr = CSKYMCExpr::create(Expr, getModifierVariantKind(CCPV->getModifier()), in emitMachineConstantPoolValue()