Home
last modified time | relevance | path

Searched refs:LabelId (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp38 : MachineConstantPoolValue(Ty), LabelId(id), Kind(kind), in ARMConstantPoolValue()
48 LabelId(id), Kind(kind), PCAdjust(PCAdj), Modifier(modifier), in ARMConstantPoolValue()
82 ID.AddInteger(LabelId); in addSelectionDAGCSEId()
91 ACPV->LabelId == LabelId && in hasSameValue()
110 O << "-(LPC" << LabelId << "+" << (unsigned)PCAdjust; in print()
H A DARMConstantPoolValue.h62 unsigned LabelId; // Label id of the load. variable
104 unsigned getLabelId() const { return LabelId; } in getLabelId()
124 return this->LabelId == A->LabelId && in equals()
H A DARMAsmPrinter.cpp808 unsigned LabelId, MCContext &Ctx) { in getBFLabel() argument
811 + "BF" + Twine(FunctionNumber) + "_" + Twine(LabelId)); in getBFLabel()
816 unsigned LabelId, MCContext &Ctx) { in getPICLabel() argument
819 + "PC" + Twine(FunctionNumber) + "_" + Twine(LabelId)); in getPICLabel()
1713 unsigned LabelId = (unsigned)MI->getOperand(0).getImm(); in emitInstruction() local
1722 OutStreamer->emitLabel(GetCPISymbol(LabelId)); in emitInstruction()
H A DARMExpandPseudoInsts.cpp2612 unsigned LabelId = AFI->createPICLabelUId(); in ExpandMI() local
2629 .addImm(LabelId); in ExpandMI()
2634 .addImm(LabelId); in ExpandMI()
2639 .addReg(DstReg).addImm(LabelId); in ExpandMI()
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.h52 unsigned LabelId = 0; variable
63 unsigned getLabelID() const { return LabelId; } in getLabelID()
81 return this->LabelId == A->LabelId && this->PCAdjust == A->PCAdjust && in equals()
H A DCSKYConstantPoolValue.cpp33 Modifier(Modifier), AddCurrentAddress(AddCurrentAddress), LabelId(ID) {} in CSKYConstantPoolValue()
63 ID.AddInteger(LabelId); in addSelectionDAGCSEId()
H A DCSKYAsmPrinter.cpp103 unsigned LabelId = (unsigned)MI->getOperand(0).getImm(); in emitCustomConstantPool() local
112 OutStreamer->emitLabel(GetCPISymbol(LabelId)); in emitCustomConstantPool()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp215 unsigned LabelId = (unsigned)MI->getOperand(0).getImm(); in emitInstruction() local
224 OutStreamer->emitLabel(GetCPISymbol(LabelId)); in emitInstruction()