Home
last modified time | relevance | path

Searched refs:mustAddCurrentAddress (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/CSKY/
HDCSKYConstantPoolValue.h62 bool mustAddCurrentAddress() const { return AddCurrentAddress; } in mustAddCurrentAddress() function
HDCSKYAsmPrinter.cpp230 if (CCPV->mustAddCurrentAddress()) { in emitMachineConstantPoolValue()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMConstantPoolValue.h102 bool mustAddCurrentAddress() const { return AddCurrentAddress; } in mustAddCurrentAddress() function
HDARMAsmPrinter.cpp981 if (ACPV->mustAddCurrentAddress()) { in emitMachineConstantPoolValue()
HDARMBaseInstrInfo.cpp1787 4, ACPV->getModifier(), ACPV->mustAddCurrentAddress()); in duplicateCPV()