Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetCallingConv.h123 uint64_t getRawBits() const { return Flags; } in getRawBits() function
/external/llvm/include/llvm/CodeGen/
DValueTypes.h341 intptr_t getRawBits() const { in getRawBits() function
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp476 ID.AddInteger(LD->getMemoryVT().getRawBits()); in AddNodeIDCustom()
483 ID.AddInteger(ST->getMemoryVT().getRawBits()); in AddNodeIDCustom()
504 ID.AddInteger(AT->getMemoryVT().getRawBits()); in AddNodeIDCustom()
4773 ID.AddInteger(MemVT.getRawBits()); in getAtomic()
5102 ID.AddInteger(MemVT.getRawBits()); in getLoad()
5211 ID.AddInteger(VT.getRawBits()); in getStore()
5280 ID.AddInteger(SVT.getRawBits()); in getTruncStore()
5307 ID.AddInteger(ST->getMemoryVT().getRawBits()); in getIndexedStore()
5333 ID.AddInteger(VT.getRawBits()); in getMaskedLoad()
5362 ID.AddInteger(VT.getRawBits()); in getMaskedStore()
[all …]