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

  /external/llvm/lib/Target/Hexagon/
HexagonSelectionDAGInfo.cpp 36 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
37 if (ConstantSize) {
38 uint64_t SizeVal = ConstantSize->getZExtValue();
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 59 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
77 if ((Align & 3) != 0 || !ConstantSize ||
78 ConstantSize->getZExtValue() > Subtarget.getMaxInlineSizeThreshold()) {
109 uint64_t SizeVal = ConstantSize->getZExtValue();
210 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
213 if (!ConstantSize)
215 uint64_t SizeVal = ConstantSize->getZExtValue();
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_context.h 227 GLuint ConstantSize;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 96 milliseconds