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

  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 244 /// getStoreSize - Return the number of bytes overwritten by a store
246 unsigned getStoreSize() const {
253 return getStoreSize() * 8;
MachineValueType.h 436 /// getStoreSize - Return the number of bytes overwritten by a store
438 unsigned getStoreSize() const {
445 return getStoreSize() * 8;
  /frameworks/compile/slang/
slang_rs_export_type.h 266 virtual size_t getStoreSize() const;
579 virtual size_t getStoreSize() const { return mStoreSize; }
slang_rs_reflection.cpp     [all...]
slang_rs_reflection_cpp.cpp 767 size_t FieldStoreSize = T->getStoreSize();
    [all...]
slang_rs_export_type.cpp 863 size_t RSExportType::getStoreSize() const {
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 406 unsigned SrcBytes = LT.second.getStoreSize();
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 469 unsigned WideBytes = WideVT.getStoreSize();
471 unsigned RemainingBytes = SrcVT.getStoreSize();
    [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 356 NewArg.PartOffset += NewArg.VT.getStoreSize();
    [all...]
AMDGPUISelLowering.cpp 78 unsigned Offset = State.AllocateStack(ValVT.getStoreSize(),
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 92 Offsets->push_back(Off+j*VT.getVectorElementType().getStoreSize());
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 2606 milliseconds