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

  /external/llvm/lib/Target/Lanai/
LanaiSelectionDAGInfo.cpp 26 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
27 if (!ConstantSize)
  /external/llvm/lib/Target/Hexagon/
HexagonSelectionDAGInfo.cpp 24 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
25 if (AlwaysInline || (Align & 0x3) != 0 || !ConstantSize)
28 uint64_t SizeVal = ConstantSize->getZExtValue();
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86SelectionDAGInfo.cpp 36 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
46 !ConstantSize ||
47 ConstantSize->getZExtValue() >
78 uint64_t SizeVal = ConstantSize->getZExtValue();
183 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
184 if (!ConstantSize)
186 uint64_t SizeVal = ConstantSize->getZExtValue();
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXSelectionDAGInfo.cpp 42 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
43 if (!ConstantSize)
45 uint64_t SizeVal = ConstantSize->getZExtValue();
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 51 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
69 if ((Align & 3) != 0 || !ConstantSize ||
70 ConstantSize->getZExtValue() > Subtarget.getMaxInlineSizeThreshold()) {
101 uint64_t SizeVal = ConstantSize->getZExtValue();
202 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
205 if (!ConstantSize)
207 uint64_t SizeVal = ConstantSize->getZExtValue();
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 42 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
43 if (!ConstantSize)
45 uint64_t SizeVal = ConstantSize->getZExtValue();
  /external/llvm/include/llvm/Object/
StackMapParser.h 305 ConstantsListOffset + getNumConstants() * ConstantSize;
424 static const unsigned ConstantSize = sizeof(uint64_t);
431 return ConstantsListOffset + ConstantIndex * ConstantSize;
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 140 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
141 if (!ConstantSize)
144 uint64_t SizeVal = ConstantSize->getZExtValue();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
StackMapParser.h 310 ConstantsListOffset + getNumConstants() * ConstantSize;
429 static const unsigned ConstantSize = sizeof(uint64_t);
436 return ConstantsListOffset + ConstantIndex * ConstantSize;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
StackMapParser.h 310 ConstantsListOffset + getNumConstants() * ConstantSize;
429 static const unsigned ConstantSize = sizeof(uint64_t);
436 return ConstantsListOffset + ConstantIndex * ConstantSize;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
StackMapParser.h 310 ConstantsListOffset + getNumConstants() * ConstantSize;
429 static const unsigned ConstantSize = sizeof(uint64_t);
436 return ConstantsListOffset + ConstantIndex * ConstantSize;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
StackMapParser.h 310 ConstantsListOffset + getNumConstants() * ConstantSize;
429 static const unsigned ConstantSize = sizeof(uint64_t);
436 return ConstantsListOffset + ConstantIndex * ConstantSize;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
StackMapParser.h 310 ConstantsListOffset + getNumConstants() * ConstantSize;
429 static const unsigned ConstantSize = sizeof(uint64_t);
436 return ConstantsListOffset + ConstantIndex * ConstantSize;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
StackMapParser.h 310 ConstantsListOffset + getNumConstants() * ConstantSize;
429 static const unsigned ConstantSize = sizeof(uint64_t);
436 return ConstantsListOffset + ConstantIndex * ConstantSize;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
StackMapParser.h 310 ConstantsListOffset + getNumConstants() * ConstantSize;
429 static const unsigned ConstantSize = sizeof(uint64_t);
436 return ConstantsListOffset + ConstantIndex * ConstantSize;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
StackMapParser.h 310 ConstantsListOffset + getNumConstants() * ConstantSize;
429 static const unsigned ConstantSize = sizeof(uint64_t);
436 return ConstantsListOffset + ConstantIndex * ConstantSize;
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_context.h 221 GLuint ConstantSize;
i915_vtbl.c 278 sz += state->ConstantSize * sizeof(GLuint);
487 emit(intel, state->Constant, state->ConstantSize * sizeof(GLuint));
i915_program.c 572 i915->state.ConstantSize = 2 + (nr) * 4;
  /prebuilts/tools/common/bazel/formc-deps/
jgoodies-forms.jar 
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 486 milliseconds