Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAG.cpp800 ID.AddInteger(LD->getMemoryVT().getRawBits()); in AddNodeIDCustom()
808 ID.AddInteger(ST->getMemoryVT().getRawBits()); in AddNodeIDCustom()
816 ID.AddInteger(ELD->getMemoryVT().getRawBits()); in AddNodeIDCustom()
824 ID.AddInteger(EST->getMemoryVT().getRawBits()); in AddNodeIDCustom()
832 ID.AddInteger(SLD->getMemoryVT().getRawBits()); in AddNodeIDCustom()
839 ID.AddInteger(SST->getMemoryVT().getRawBits()); in AddNodeIDCustom()
846 ID.AddInteger(EG->getMemoryVT().getRawBits()); in AddNodeIDCustom()
854 ID.AddInteger(ES->getMemoryVT().getRawBits()); in AddNodeIDCustom()
862 ID.AddInteger(MLD->getMemoryVT().getRawBits()); in AddNodeIDCustom()
870 ID.AddInteger(MST->getMemoryVT().getRawBits()); in AddNodeIDCustom()
[all …]
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDValueTypes.h497 intptr_t getRawBits() const { in getRawBits() function