Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp564 ID.AddInteger(LD->getMemoryVT().getRawBits()); in AddNodeIDCustom()
571 ID.AddInteger(ST->getMemoryVT().getRawBits()); in AddNodeIDCustom()
578 ID.AddInteger(MLD->getMemoryVT().getRawBits()); in AddNodeIDCustom()
585 ID.AddInteger(MST->getMemoryVT().getRawBits()); in AddNodeIDCustom()
592 ID.AddInteger(MG->getMemoryVT().getRawBits()); in AddNodeIDCustom()
599 ID.AddInteger(MS->getMemoryVT().getRawBits()); in AddNodeIDCustom()
621 ID.AddInteger(AT->getMemoryVT().getRawBits()); in AddNodeIDCustom()
6586 ID.AddInteger(MemVT.getRawBits()); in getAtomic()
6851 ID.AddInteger(MemVT.getRawBits()); in getLoad()
6953 ID.AddInteger(VT.getRawBits()); in getStore()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DValueTypes.h406 intptr_t getRawBits() const { in getRawBits() function
DSelectionDAG.h1817 ID.AddInteger(MemVT.getRawBits());