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

  /external/llvm/lib/Target/Hexagon/
HexagonSelectionDAGInfo.cpp 37 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
38 if (ConstantSize) {
39 uint64_t SizeVal = ConstantSize->getZExtValue();
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 36 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
46 !ConstantSize ||
47 ConstantSize->getZExtValue() >
81 uint64_t SizeVal = ConstantSize->getZExtValue();
186 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
187 if (!ConstantSize)
189 uint64_t SizeVal = ConstantSize->getZExtValue();
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 42 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
43 if (!ConstantSize)
45 uint64_t SizeVal = ConstantSize->getZExtValue();
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_context.h 227 GLuint ConstantSize;
i915_vtbl.c 279 sz += state->ConstantSize * sizeof(GLuint);
488 emit(intel, state->Constant, state->ConstantSize * sizeof(GLuint));
i915_program.c 572 i915->state.ConstantSize = 2 + (nr) * 4;
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_context.h 227 GLuint ConstantSize;
i915_vtbl.c 279 sz += state->ConstantSize * sizeof(GLuint);
488 emit(intel, state->Constant, state->ConstantSize * sizeof(GLuint));
i915_program.c 572 i915->state.ConstantSize = 2 + (nr) * 4;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 249 milliseconds