Home
last modified time | relevance | path

Searched refs:PCAdjust (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/ARM/
DARMConstantPoolValue.cpp30 CVal(cval), S(NULL), LabelId(id), Kind(K), PCAdjust(PCAdj), in ARMConstantPoolValue()
40 PCAdjust(PCAdj), Modifier(Modif), AddCurrentAddress(AddCA) {} in ARMConstantPoolValue()
45 CVal(gv), S(NULL), LabelId(0), Kind(ARMCP::CPValue), PCAdjust(0), in ARMConstantPoolValue()
75 CPV->PCAdjust == PCAdjust && in getExistingMachineCPValue()
94 ID.AddInteger(PCAdjust); in AddSelectionDAGCSEId()
101 ACPV->PCAdjust == PCAdjust && in hasSameValue()
125 if (PCAdjust != 0) { in print()
126 O << "-(LPC" << LabelId << "+" << (unsigned)PCAdjust; in print()
DARMConstantPoolValue.h54 unsigned char PCAdjust; // Extra adjustment if constantpool is pc-relative. variable
93 unsigned char getPCAdjustment() const { return PCAdjust; } in getPCAdjustment()