Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMBaseInstrInfo.cpp1087 unsigned PCLabelId = AFI->createPICLabelUId(); in duplicateCPV() local
1096 Create(cast<ARMConstantPoolConstant>(ACPV)->getGV(), PCLabelId, in duplicateCPV()
1101 cast<ARMConstantPoolSymbol>(ACPV)->getSymbol(), PCLabelId, 4); in duplicateCPV()
1104 Create(cast<ARMConstantPoolConstant>(ACPV)->getBlockAddress(), PCLabelId, in duplicateCPV()
1107 NewCPV = ARMConstantPoolConstant::Create(MF.getFunction(), PCLabelId, in duplicateCPV()
1112 cast<ARMConstantPoolMBB>(ACPV)->getMBB(), PCLabelId, 4); in duplicateCPV()
1116 return PCLabelId; in duplicateCPV()
1137 unsigned PCLabelId = duplicateCPV(MF, CPI); in reMaterialize() local
1140 .addConstantPoolIndex(CPI).addImm(PCLabelId); in reMaterialize()
1154 unsigned PCLabelId = duplicateCPV(MF, CPI); in duplicate() local
[all …]
DARMISelLowering.cpp5565 unsigned PCLabelId = AFI->createPICLabelUId(); in SetupEntryBlockForSjLj() local
5568 ARMConstantPoolMBB::Create(F->getContext(), DispatchBB, PCLabelId, PCAdj); in SetupEntryBlockForSjLj()
5605 .addImm(PCLabelId); in SetupEntryBlockForSjLj()
5626 .addImm(PCLabelId); in SetupEntryBlockForSjLj()
5659 .addImm(PCLabelId)); in SetupEntryBlockForSjLj()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp1373 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
[all …]
DARMFrameLowering.cpp1986 unsigned PCLabelId = ARMFI->createPICLabelUId(); in adjustForSegmentedStacks() local
1988 MF.getFunction()->getContext(), "__STACK_LIMIT", PCLabelId, 0); in adjustForSegmentedStacks()
DARMISelLowering.cpp7297 unsigned PCLabelId = AFI->createPICLabelUId(); in SetupEntryBlockForSjLj() local
7300 ARMConstantPoolMBB::Create(F->getContext(), DispatchBB, PCLabelId, PCAdj); in SetupEntryBlockForSjLj()
7335 .addImm(PCLabelId); in SetupEntryBlockForSjLj()
7356 .addImm(PCLabelId); in SetupEntryBlockForSjLj()
7389 .addImm(PCLabelId)); in SetupEntryBlockForSjLj()