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

1 2 3

  /external/llvm/lib/Target/SystemZ/
SystemZCallingConv.h 37 return ArgVT.isVector() && ArgVT.getStoreSize() <= 8;
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ValueTypes.h 288 /// getStoreSize - Return the number of bytes overwritten by a store
290 unsigned getStoreSize() const {
297 return getStoreSize() * 8;
598 /// getStoreSize - Return the number of bytes overwritten by a store
600 unsigned getStoreSize() const {
607 return getStoreSize() * 8;
  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 266 /// getStoreSize - Return the number of bytes overwritten by a store
268 unsigned getStoreSize() const {
275 return getStoreSize() * 8;
MachineValueType.h 519 /// getStoreSize - Return the number of bytes overwritten by a store
521 unsigned getStoreSize() const {
528 return getStoreSize() * 8;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
ValueTypes.h 263 unsigned getStoreSize() const {
270 return getStoreSize() * 8;
MachineValueType.h 518 unsigned getStoreSize() const {
525 return getStoreSize() * 8;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
ValueTypes.h 263 unsigned getStoreSize() const {
270 return getStoreSize() * 8;
MachineValueType.h 518 unsigned getStoreSize() const {
525 return getStoreSize() * 8;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
ValueTypes.h 263 unsigned getStoreSize() const {
270 return getStoreSize() * 8;
MachineValueType.h 518 unsigned getStoreSize() const {
525 return getStoreSize() * 8;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ValueTypes.h 263 unsigned getStoreSize() const {
270 return getStoreSize() * 8;
MachineValueType.h 518 unsigned getStoreSize() const {
525 return getStoreSize() * 8;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
ValueTypes.h 263 unsigned getStoreSize() const {
270 return getStoreSize() * 8;
MachineValueType.h 518 unsigned getStoreSize() const {
525 return getStoreSize() * 8;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
ValueTypes.h 263 unsigned getStoreSize() const {
270 return getStoreSize() * 8;
MachineValueType.h 518 unsigned getStoreSize() const {
525 return getStoreSize() * 8;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
ValueTypes.h 263 unsigned getStoreSize() const {
270 return getStoreSize() * 8;
MachineValueType.h 518 unsigned getStoreSize() const {
525 return getStoreSize() * 8;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ValueTypes.h 263 unsigned getStoreSize() const {
270 return getStoreSize() * 8;
MachineValueType.h 518 unsigned getStoreSize() const {
525 return getStoreSize() * 8;
  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 363 unsigned SrcBytes = LT.second.getStoreSize();
384 Alignment >= LT.second.getScalarType().getStoreSize())
PPCISelLowering.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_export_type.h 298 virtual size_t getStoreSize() const;
672 virtual size_t getStoreSize() const { return mStoreSize; }
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp     [all...]
LegalizeVectorOps.cpp 528 unsigned WideBytes = WideVT.getStoreSize();
530 unsigned RemainingBytes = SrcVT.getStoreSize();
    [all...]

Completed in 772 milliseconds

1 2 3