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

  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 415 /// getStoreSizeInBits - Return the number of bits overwritten by a store
417 unsigned getStoreSizeInBits() const {
764 /// getStoreSizeInBits - Return the number of bits overwritten by a store
766 unsigned getStoreSizeInBits() const {
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 757 if (StWidth != StVT.getStoreSizeInBits()) {
    [all...]
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 880 ObjSize = VA.getLocVT().getStoreSizeInBits() >> 3;
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]

Completed in 179 milliseconds