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

/freebsd-11.0-release/contrib/llvm/include/llvm/Target/
H A DTargetCallingConv.h127 /// getRawBits - Represent the flags as a bunch of bits.
128 uint64_t getRawBits() const { return Flags; } function in struct:llvm::ISD::ArgFlagsTy
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DValueTypes.h341 intptr_t getRawBits() const { function in struct:llvm::EVT
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp460 ID.AddInteger(LD->getMemoryVT().getRawBits());
467 ID.AddInteger(ST->getMemoryVT().getRawBits());
488 ID.AddInteger(AT->getMemoryVT().getRawBits());
4776 ID.AddInteger(MemVT.getRawBits());
5105 ID.AddInteger(MemVT.getRawBits());
5214 ID.AddInteger(VT.getRawBits());
5283 ID.AddInteger(SVT.getRawBits());
5310 ID.AddInteger(ST->getMemoryVT().getRawBits());
5336 ID.AddInteger(VT.getRawBits());
5365 ID.AddInteger(VT.getRawBits());
[all...]

Completed in 122 milliseconds