Lines Matching refs:ACPV
920 ARMConstantPoolValue *ACPV = static_cast<ARMConstantPoolValue*>(MCPV); in emitMachineConstantPoolValue() local
922 if (ACPV->isPromotedGlobal()) { in emitMachineConstantPoolValue()
932 auto *ACPC = cast<ARMConstantPoolConstant>(ACPV); in emitMachineConstantPoolValue()
944 if (ACPV->isLSDA()) { in emitMachineConstantPoolValue()
946 } else if (ACPV->isBlockAddress()) { in emitMachineConstantPoolValue()
948 cast<ARMConstantPoolConstant>(ACPV)->getBlockAddress(); in emitMachineConstantPoolValue()
950 } else if (ACPV->isGlobalValue()) { in emitMachineConstantPoolValue()
951 const GlobalValue *GV = cast<ARMConstantPoolConstant>(ACPV)->getGV(); in emitMachineConstantPoolValue()
957 } else if (ACPV->isMachineBasicBlock()) { in emitMachineConstantPoolValue()
958 const MachineBasicBlock *MBB = cast<ARMConstantPoolMBB>(ACPV)->getMBB(); in emitMachineConstantPoolValue()
961 assert(ACPV->isExtSymbol() && "unrecognized constant pool value"); in emitMachineConstantPoolValue()
962 auto Sym = cast<ARMConstantPoolSymbol>(ACPV)->getSymbol(); in emitMachineConstantPoolValue()
968 MCSymbolRefExpr::create(MCSym, getModifierVariantKind(ACPV->getModifier()), in emitMachineConstantPoolValue()
971 if (ACPV->getPCAdjustment()) { in emitMachineConstantPoolValue()
974 ACPV->getLabelId(), OutContext); in emitMachineConstantPoolValue()
978 MCConstantExpr::create(ACPV->getPCAdjustment(), in emitMachineConstantPoolValue()
981 if (ACPV->mustAddCurrentAddress()) { in emitMachineConstantPoolValue()