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

  /external/llvm/lib/Target/Lanai/
LanaiSelectionDAGInfo.cpp 26 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
27 if (!ConstantSize)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
LanaiSelectionDAGInfo.cpp 28 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
29 if (!ConstantSize)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
BPFSelectionDAGInfo.cpp 26 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
27 if (!ConstantSize)
30 unsigned CopyLen = ConstantSize->getZExtValue();
  /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-7.0/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/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/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-7.0/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 69 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
87 if ((Align & 3) != 0 || !ConstantSize ||
88 ConstantSize->getZExtValue() > Subtarget.getMaxInlineSizeThreshold()) {
122 uint64_t SizeVal = ConstantSize->getZExtValue();
209 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
212 if (!ConstantSize)
214 RepMovsRepeats Repeats(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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
StackMapParser.h 304 ConstantsListOffset + getNumConstants() * ConstantSize;
422 static const unsigned ConstantSize = sizeof(uint64_t);
429 return ConstantsListOffset + ConstantIndex * ConstantSize;
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_context.h 223 GLuint ConstantSize;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 1390 milliseconds