Searched refs:ARMPCLabelIndex (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMInstrInfo.cpp111 unsigned ARMPCLabelIndex = AFI->createPICLabelUId(); variable
114 *Context, "_GLOBAL_OFFSET_TABLE_", ARMPCLabelIndex, PCAdj);
141 .addImm(ARMPCLabelIndex);
H A DARMExpandPseudoInsts.cpp988 unsigned ARMPCLabelIndex = 0; local
993 ARMPCLabelIndex = AFI->createPICLabelUId();
994 CPV = ARMConstantPoolConstant::Create(GV, ARMPCLabelIndex,
1011 .addImm(ARMPCLabelIndex);
H A DARMISelLowering.h414 /// ARMPCLabelIndex - Keep track of the number of ARM PC labels created.
416 unsigned ARMPCLabelIndex; member in class:llvm::ARMTargetLowering
H A DARMISelLowering.cpp1616 unsigned ARMPCLabelIndex = AFI->createPICLabelUId(); local
1618 ARMConstantPoolConstant::Create(GV, ARMPCLabelIndex, ARMCP::CPValue, 0);
1631 unsigned ARMPCLabelIndex = AFI->createPICLabelUId(); local
1634 ARMPCLabelIndex, 0);
1686 unsigned ARMPCLabelIndex = AFI->createPICLabelUId(); local
1689 ARMPCLabelIndex, 4);
1696 SDValue PICLabel = DAG.getConstant(ARMPCLabelIndex, MVT::i32);
2290 unsigned ARMPCLabelIndex = 0; local
2300 ARMPCLabelIndex = AFI->createPICLabelUId();
2302 ARMConstantPoolConstant::Create(BA, ARMPCLabelIndex,
2325 unsigned ARMPCLabelIndex = AFI->createPICLabelUId(); local
2374 unsigned ARMPCLabelIndex = AFI->createPICLabelUId(); local
2530 unsigned ARMPCLabelIndex = AFI->createPICLabelUId(); local
2581 unsigned ARMPCLabelIndex = AFI->createPICLabelUId(); local
[all...]

Completed in 329 milliseconds