Searched refs:LabelId (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
H A D | XtensaConstantPoolValue.cpp | 27 : MachineConstantPoolValue(Ty), LabelId(ID), Kind(Kind), in XtensaConstantPoolValue() 33 : MachineConstantPoolValue((Type *)Type::getInt32Ty(C)), LabelId(ID), in XtensaConstantPoolValue() 54 ID.AddInteger(LabelId); in addSelectionDAGCSEId() 59 if (ACPV->LabelId == LabelId) in hasSameValue()
|
H A D | XtensaConstantPoolValue.h | 49 unsigned LabelId; // Label id of the load. variable 87 unsigned getLabelId() const { return LabelId; } in getLabelId() 88 void setLabelId(unsigned ID) { LabelId = ID; } in setLabelId() 107 return this->LabelId == A->LabelId && this->Modifier == A->Modifier; in equals()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMConstantPoolValue.cpp | 38 : 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 D | ARMConstantPoolValue.h | 62 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 D | ARMAsmPrinter.cpp | 823 unsigned LabelId, MCContext &Ctx) { in getBFLabel() argument 826 + "BF" + Twine(FunctionNumber) + "_" + Twine(LabelId)); in getBFLabel() 831 unsigned LabelId, MCContext &Ctx) { in getPICLabel() argument 834 + "PC" + Twine(FunctionNumber) + "_" + Twine(LabelId)); in getPICLabel() 1803 unsigned LabelId = (unsigned)MI->getOperand(0).getImm(); in emitInstruction() local 1812 OutStreamer->emitLabel(GetCPISymbol(LabelId)); in emitInstruction()
|
H A D | ARMExpandPseudoInsts.cpp | 2703 unsigned LabelId = AFI->createPICLabelUId(); in ExpandMI() local 2719 .addImm(LabelId) in ExpandMI() 2725 .addImm(LabelId) in ExpandMI() 2731 .addReg(DstReg).addImm(LabelId); in ExpandMI()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYConstantPoolValue.h | 53 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 D | CSKYConstantPoolValue.cpp | 33 Modifier(Modifier), AddCurrentAddress(AddCurrentAddress), LabelId(ID) {} in CSKYConstantPoolValue() 63 ID.AddInteger(LabelId); in addSelectionDAGCSEId()
|
H A D | CSKYAsmPrinter.cpp | 103 unsigned LabelId = (unsigned)MI->getOperand(0).getImm(); in emitCustomConstantPool() local 112 OutStreamer->emitLabel(GetCPISymbol(LabelId)); in emitCustomConstantPool()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsAsmPrinter.cpp | 216 unsigned LabelId = (unsigned)MI->getOperand(0).getImm(); in emitInstruction() local 225 OutStreamer->emitLabel(GetCPISymbol(LabelId)); in emitInstruction()
|