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

1 2

  /external/llvm/lib/Target/SystemZ/
SystemZCallingConv.h 36 return ArgVT.isVector() && ArgVT.getStoreSize() <= 8;
SystemZISelDAGToDAG.cpp     [all...]
SystemZISelLowering.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 261 /// getStoreSize - Return the number of bytes overwritten by a store
263 unsigned getStoreSize() const {
270 return getStoreSize() * 8;
MachineValueType.h 512 /// getStoreSize - Return the number of bytes overwritten by a store
514 unsigned getStoreSize() const {
521 return getStoreSize() * 8;
  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 343 unsigned SrcBytes = LT.second.getStoreSize();
364 Alignment >= LT.second.getScalarType().getStoreSize())
PPCISelLowering.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_export_type.h 296 virtual size_t getStoreSize() const;
613 virtual size_t getStoreSize() const { return mStoreSize; }
slang_rs_reflection.cpp     [all...]
slang_rs_reflection_cpp.cpp 818 size_t FieldStoreSize = T->getStoreSize();
    [all...]
slang_rs_export_type.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp     [all...]
LegalizeVectorOps.cpp 523 unsigned WideBytes = WideVT.getStoreSize();
525 unsigned RemainingBytes = SrcVT.getStoreSize();
    [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
DAGCombiner.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp 37 unsigned Offset = State.AllocateStack(ValVT.getStoreSize(),
    [all...]
SIISelLowering.cpp 629 NewArg.PartOffset += NewArg.VT.getStoreSize();
711 Info->ABIArgOffset = Offset + MemVT.getStoreSize();
    [all...]
R600ISelLowering.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...]

Completed in 739 milliseconds

1 2