Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp674 ID.AddInteger(LD->getMemoryVT().getRawBits()); in AddNodeIDCustom()
681 ID.AddInteger(ST->getMemoryVT().getRawBits()); in AddNodeIDCustom()
688 ID.AddInteger(MLD->getMemoryVT().getRawBits()); in AddNodeIDCustom()
695 ID.AddInteger(MST->getMemoryVT().getRawBits()); in AddNodeIDCustom()
702 ID.AddInteger(MG->getMemoryVT().getRawBits()); in AddNodeIDCustom()
709 ID.AddInteger(MS->getMemoryVT().getRawBits()); in AddNodeIDCustom()
731 ID.AddInteger(AT->getMemoryVT().getRawBits()); in AddNodeIDCustom()
7123 ID.AddInteger(MemVT.getRawBits()); in getAtomic()
7406 ID.AddInteger(MemVT.getRawBits()); in getLoad()
7507 ID.AddInteger(VT.getRawBits()); in getStore()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DValueTypes.h464 intptr_t getRawBits() const { in getRawBits() function