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.h323 intptr_t getRawBits() const { in getRawBits() function
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp497 ID.AddInteger(LD->getMemoryVT().getRawBits()); in AddNodeIDCustom()
504 ID.AddInteger(ST->getMemoryVT().getRawBits()); in AddNodeIDCustom()
538 ID.AddInteger(AT->getMemoryVT().getRawBits()); in AddNodeIDCustom()
4486 ID.AddInteger(MemVT.getRawBits()); in getAtomic()
4811 ID.AddInteger(MemVT.getRawBits()); in getLoad()
4920 ID.AddInteger(VT.getRawBits()); in getStore()
4989 ID.AddInteger(SVT.getRawBits()); in getTruncStore()
5016 ID.AddInteger(ST->getMemoryVT().getRawBits()); in getIndexedStore()
5042 ID.AddInteger(VT.getRawBits()); in getMaskedLoad()
5071 ID.AddInteger(VT.getRawBits()); in getMaskedStore()
[all …]