Searched refs:ARMPCLabelIndex (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | ARMExpandPseudoInsts.cpp | 1037 unsigned ARMPCLabelIndex = 0; in ExpandMI() local 1042 ARMPCLabelIndex = AFI->createPICLabelUId(); in ExpandMI() 1043 CPV = ARMConstantPoolConstant::Create(GV, ARMPCLabelIndex, in ExpandMI() 1060 .addImm(ARMPCLabelIndex); in ExpandMI()
|
D | ARMISelLowering.cpp | 1797 unsigned ARMPCLabelIndex = AFI->createPICLabelUId(); in LowerCall() local 1799 ARMConstantPoolConstant::Create(GV, ARMPCLabelIndex, ARMCP::CPValue, 0); in LowerCall() 1812 unsigned ARMPCLabelIndex = AFI->createPICLabelUId(); in LowerCall() local 1815 ARMPCLabelIndex, 0); in LowerCall() 1872 unsigned ARMPCLabelIndex = AFI->createPICLabelUId(); in LowerCall() local 1875 ARMPCLabelIndex, 4); in LowerCall() 1882 SDValue PICLabel = DAG.getConstant(ARMPCLabelIndex, dl, MVT::i32); in LowerCall() 2506 unsigned ARMPCLabelIndex = 0; in LowerBlockAddress() local 2516 ARMPCLabelIndex = AFI->createPICLabelUId(); in LowerBlockAddress() 2518 ARMConstantPoolConstant::Create(BA, ARMPCLabelIndex, in LowerBlockAddress() [all …]
|
D | ARMISelLowering.h | 487 unsigned ARMPCLabelIndex; variable
|
D | ARMFastISel.cpp | 2946 unsigned ARMPCLabelIndex = AFI->createPICLabelUId(); in ARMLowerPICELF() local 2949 GV, ARMPCLabelIndex, ARMCP::CPValue, PCAdj, in ARMLowerPICELF() 2973 .addImm(ARMPCLabelIndex); in ARMLowerPICELF()
|