Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetCallingConv.h122 uint64_t getRawBits() const { return Flags; } in getRawBits() function
/external/llvm/include/llvm/CodeGen/
DValueTypes.h324 intptr_t getRawBits() const { in getRawBits() function
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp480 ID.AddInteger(LD->getMemoryVT().getRawBits()); in AddNodeIDCustom()
487 ID.AddInteger(ST->getMemoryVT().getRawBits()); in AddNodeIDCustom()
521 ID.AddInteger(AT->getMemoryVT().getRawBits()); in AddNodeIDCustom()
4375 ID.AddInteger(MemVT.getRawBits()); in getAtomic()
4698 ID.AddInteger(MemVT.getRawBits()); in getLoad()
4806 ID.AddInteger(VT.getRawBits()); in getStore()
4875 ID.AddInteger(SVT.getRawBits()); in getTruncStore()
4902 ID.AddInteger(ST->getMemoryVT().getRawBits()); in getIndexedStore()
5127 ID.AddInteger(VT1.getRawBits()); in getVTList()
5128 ID.AddInteger(VT2.getRawBits()); in getVTList()
[all …]