Lines Matching refs:PCLabelId
1373 unsigned PCLabelId = AFI->createPICLabelUId(); in duplicateCPV() local
1383 cast<ARMConstantPoolConstant>(ACPV)->getGV(), PCLabelId, ARMCP::CPValue, in duplicateCPV()
1388 cast<ARMConstantPoolSymbol>(ACPV)->getSymbol(), PCLabelId, 4); in duplicateCPV()
1391 Create(cast<ARMConstantPoolConstant>(ACPV)->getBlockAddress(), PCLabelId, in duplicateCPV()
1394 NewCPV = ARMConstantPoolConstant::Create(MF.getFunction(), PCLabelId, in duplicateCPV()
1399 cast<ARMConstantPoolMBB>(ACPV)->getMBB(), PCLabelId, 4); in duplicateCPV()
1403 return PCLabelId; in duplicateCPV()
1423 unsigned PCLabelId = duplicateCPV(MF, CPI); in reMaterialize() local
1427 .addImm(PCLabelId); in reMaterialize()
1441 unsigned PCLabelId = duplicateCPV(MF, CPI); in duplicate() local
1443 Orig.getOperand(2).setImm(PCLabelId); in duplicate()