Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMConstantPoolValue.cpp39 PCAdjust(PCAdj), Modifier(modifier), in ARMConstantPoolValue()
48 LabelId(id), Kind(kind), PCAdjust(PCAdj), Modifier(modifier), in ARMConstantPoolValue()
83 ID.AddInteger(PCAdjust); in addSelectionDAGCSEId()
89 ACPV->PCAdjust == PCAdjust && in hasSameValue()
109 if (PCAdjust != 0) { in print()
110 O << "-(LPC" << LabelId << "+" << (unsigned)PCAdjust; in print()
DARMConstantPoolValue.h64 unsigned char PCAdjust; // Extra adjustment if constantpool is pc-relative. variable
107 unsigned char getPCAdjustment() const { return PCAdjust; } in getPCAdjustment()
127 this->PCAdjust == A->PCAdjust && in equals()