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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h647 /// ARMPCLabelIndex - Keep track of the number of ARM PC labels created.
648 unsigned ARMPCLabelIndex; member in class:llvm::ARMTargetLowering
H A DARMExpandPseudoInsts.cpp1490 unsigned ARMPCLabelIndex = 0; local
1498 ARMPCLabelIndex = AFI->createPICLabelUId();
1500 GV, ARMPCLabelIndex, ARMCP::CPValue, PCAdj, Modifier,
1517 .addImm(ARMPCLabelIndex);
H A DARMFastISel.cpp2957 unsigned ARMPCLabelIndex = AFI->createPICLabelUId(); local
2960 GV, ARMPCLabelIndex, ARMCP::CPValue, PCAdj,
2988 .addImm(ARMPCLabelIndex);
H A DARMISelLowering.cpp2326 unsigned ARMPCLabelIndex = AFI->createPICLabelUId(); local
2328 ARMConstantPoolConstant::Create(GV, ARMPCLabelIndex, ARMCP::CPValue, 0);
2340 unsigned ARMPCLabelIndex = AFI->createPICLabelUId(); local
2343 ARMPCLabelIndex, 0);
2393 unsigned ARMPCLabelIndex = AFI->createPICLabelUId(); local
2396 ARMPCLabelIndex, 4);
2402 SDValue PICLabel = DAG.getConstant(ARMPCLabelIndex, dl, MVT::i32);
3060 unsigned ARMPCLabelIndex = 0; local
3070 ARMPCLabelIndex = AFI->createPICLabelUId();
3072 ARMConstantPoolConstant::Create(BA, ARMPCLabelIndex,
3219 unsigned ARMPCLabelIndex = AFI->createPICLabelUId(); local
3267 unsigned ARMPCLabelIndex = AFI->createPICLabelUId(); local
3716 unsigned ARMPCLabelIndex = AFI->createPICLabelUId(); local
[all...]

Completed in 201 milliseconds