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

  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 411 /// getStoreSize - Return the number of bytes overwritten by a store
413 unsigned getStoreSize() const {
420 return getStoreSize() * 8;
760 /// getStoreSize - Return the number of bytes overwritten by a store
762 unsigned getStoreSize() const {
769 return getStoreSize() * 8;
  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 234 unsigned SrcBytes = LT.second.getStoreSize();
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 406 unsigned WideBytes = WideVT.getStoreSize();
408 unsigned RemainingBytes = SrcVT.getStoreSize();
SelectionDAG.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 916 uint64_t Size = Load->getMemoryVT().getStoreSize();
    [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 177 NewArg.PartOffset += NewArg.VT.getStoreSize();
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 91 Offsets->push_back(Off+j*VT.getVectorElementType().getStoreSize());
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 802 milliseconds