Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp806 unsigned LabelId, MCContext &Ctx) { in getBFLabel() argument
809 + "BF" + Twine(FunctionNumber) + "_" + Twine(LabelId)); in getBFLabel()
814 unsigned LabelId, MCContext &Ctx) { in getPICLabel() argument
817 + "PC" + Twine(FunctionNumber) + "_" + Twine(LabelId)); in getPICLabel()
1711 unsigned LabelId = (unsigned)MI->getOperand(0).getImm(); in emitInstruction() local
1720 OutStreamer->emitLabel(GetCPISymbol(LabelId)); in emitInstruction()
H A DARMExpandPseudoInsts.cpp2613 unsigned LabelId = AFI->createPICLabelUId(); in ExpandMI() local
2630 .addImm(LabelId); in ExpandMI()
2635 .addImm(LabelId); in ExpandMI()
2640 .addReg(DstReg).addImm(LabelId); in ExpandMI()
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.h53 unsigned LabelId = 0; variable
64 unsigned getLabelID() const { return LabelId; } in getLabelID()
83 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()
/openbsd-src/gnu/llvm/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()