HomeSort by: relevance | last modified time | path
    Searched refs:ARMPCLabelIndex (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.h 735 /// ARMPCLabelIndex - Keep track of the number of ARM PC labels created.
736 unsigned ARMPCLabelIndex;
ARMExpandPseudoInsts.cpp 2407 unsigned ARMPCLabelIndex = 0;
2415 ARMPCLabelIndex = AFI->createPICLabelUId();
2417 GV, ARMPCLabelIndex, ARMCP::CPValue, PCAdj, Modifier,
2434 .addImm(ARMPCLabelIndex);
ARMFastISel.cpp 2951 unsigned ARMPCLabelIndex = AFI->createPICLabelUId();
2954 GV, ARMPCLabelIndex, ARMCP::CPValue, PCAdj,
2982 .addImm(ARMPCLabelIndex);
ARMISelLowering.cpp 2496 unsigned ARMPCLabelIndex = AFI->createPICLabelUId();
2498 ARMConstantPoolConstant::Create(GV, ARMPCLabelIndex, ARMCP::CPValue, 0);
2510 unsigned ARMPCLabelIndex = AFI->createPICLabelUId();
2513 ARMPCLabelIndex, 0);
2563 unsigned ARMPCLabelIndex = AFI->createPICLabelUId();
2566 ARMPCLabelIndex, 4);
2572 SDValue PICLabel = DAG.getConstant(ARMPCLabelIndex, dl, MVT::i32);
3281 unsigned ARMPCLabelIndex = 0;
3291 ARMPCLabelIndex = AFI->createPICLabelUId();
3293 ARMConstantPoolConstant::Create(BA, ARMPCLabelIndex,
    [all...]

Completed in 26 milliseconds