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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp2300 unsigned ARMPCLabelIndex = 0; local
2308 ARMPCLabelIndex = AFI->createPICLabelUId();
2310 GV, ARMPCLabelIndex, ARMCP::CPValue, PCAdj, Modifier,
2327 .addImm(ARMPCLabelIndex);
H A DARMISelLowering.h692 /// ARMPCLabelIndex - Keep track of the number of ARM PC labels created.
693 unsigned ARMPCLabelIndex; member in class:llvm::ARMTargetLowering
H A DARMFastISel.cpp2951 unsigned ARMPCLabelIndex = AFI->createPICLabelUId(); local
2954 GV, ARMPCLabelIndex, ARMCP::CPValue, PCAdj,
2982 .addImm(ARMPCLabelIndex);
H A DARMISelLowering.cpp2472 unsigned ARMPCLabelIndex = AFI->createPICLabelUId(); local
2474 ARMConstantPoolConstant::Create(GV, ARMPCLabelIndex, ARMCP::CPValue, 0);
2486 unsigned ARMPCLabelIndex = AFI->createPICLabelUId(); local
2489 ARMPCLabelIndex, 0);
2539 unsigned ARMPCLabelIndex = AFI->createPICLabelUId(); local
2542 ARMPCLabelIndex, 4);
2548 SDValue PICLabel = DAG.getConstant(ARMPCLabelIndex, dl, MVT::i32);
3257 unsigned ARMPCLabelIndex = 0; local
3267 ARMPCLabelIndex = AFI->createPICLabelUId();
3269 ARMConstantPoolConstant::Create(BA, ARMPCLabelIndex,
3417 unsigned ARMPCLabelIndex = AFI->createPICLabelUId(); local
3465 unsigned ARMPCLabelIndex = AFI->createPICLabelUId(); local
3913 unsigned ARMPCLabelIndex = AFI->createPICLabelUId(); local
[all...]

Completed in 226 milliseconds