HomeSort by relevance Sort by last modified time
    Searched refs:getStoreSizeInBits (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 417 /// getStoreSizeInBits - Return the number of bits overwritten by a store
419 unsigned getStoreSizeInBits() const {
766 /// getStoreSizeInBits - Return the number of bits overwritten by a store
768 unsigned getStoreSizeInBits() const {
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 658 unsigned PerStoreOffset = MemVT.getStoreSizeInBits() / 8 * VecSize;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 761 if (StWidth != StVT.getStoreSizeInBits()) {
    [all...]
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 881 ObjSize = VA.getLocVT().getStoreSizeInBits() >> 3;
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]

Completed in 62 milliseconds