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

  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 409 /// getStoreSize - Return the number of bytes overwritten by a store
411 unsigned getStoreSize() const {
418 return getStoreSize() * 8;
758 /// getStoreSize - Return the number of bytes overwritten by a store
760 unsigned getStoreSize() const {
767 return getStoreSize() * 8;
  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 230 unsigned SrcBytes = LT.second.getStoreSize();
  /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/R600/
SIISelLowering.cpp 131 NewArg.PartOffset += NewArg.VT.getStoreSize();
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 583 milliseconds