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

  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 243 /// getStoreSize - Return the number of bytes overwritten by a store
245 unsigned getStoreSize() const {
252 return getStoreSize() * 8;
MachineValueType.h 453 /// getStoreSize - Return the number of bytes overwritten by a store
455 unsigned getStoreSize() const {
462 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 764 size_t FieldStoreSize = T->getStoreSize();
    [all...]
slang_rs_export_type.cpp 898 size_t RSExportType::getStoreSize() const
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 336 unsigned SrcBytes = LT.second.getStoreSize();
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 77 unsigned Offset = State.AllocateStack(ValVT.getStoreSize(),
    [all...]
SIISelLowering.cpp 448 NewArg.PartOffset += NewArg.VT.getStoreSize();
537 Info->ABIArgOffset = Offset + MemVT.getStoreSize();
    [all...]
R600ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 506 unsigned WideBytes = WideVT.getStoreSize();
508 unsigned RemainingBytes = SrcVT.getStoreSize();
    [all...]
SelectionDAG.cpp     [all...]
LegalizeVectorTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 98 Offsets->push_back(Off+j*VT.getVectorElementType().getStoreSize());
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 1144 milliseconds