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

  /external/llvm/lib/Target/Hexagon/
HexagonSelectionDAGInfo.cpp 28 uint64_t SizeVal = ConstantSize->getZExtValue();
29 if (SizeVal < 32 || (SizeVal % 8) != 0)
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86SelectionDAGInfo.cpp 78 uint64_t SizeVal = ConstantSize->getZExtValue();
110 Count = DAG.getIntPtrConstant(SizeVal);
116 Count = DAG.getIntPtrConstant(SizeVal / UBytes);
117 BytesLeft = SizeVal % UBytes;
125 Count = DAG.getIntPtrConstant(SizeVal);
158 unsigned Offset = SizeVal - BytesLeft;
186 uint64_t SizeVal = ConstantSize->getZExtValue();
187 if (!AlwaysInline && SizeVal > Subtarget->getMaxInlineSizeThreshold())
215 unsigned CountVal = SizeVal / UBytes;
217 unsigned BytesLeft = SizeVal % UBytes
    [all...]
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 101 uint64_t SizeVal = ConstantSize->getZExtValue();
133 Count = DAG.getIntPtrConstant(SizeVal, dl);
139 Count = DAG.getIntPtrConstant(SizeVal / UBytes, dl);
140 BytesLeft = SizeVal % UBytes;
148 Count = DAG.getIntPtrConstant(SizeVal, dl);
179 unsigned Offset = SizeVal - BytesLeft;
207 uint64_t SizeVal = ConstantSize->getZExtValue();
208 if (!AlwaysInline && SizeVal > Subtarget.getMaxInlineSizeThreshold())
242 unsigned CountVal = SizeVal / UBytes;
244 unsigned BytesLeft = SizeVal % UBytes
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXSelectionDAGInfo.cpp 45 uint64_t SizeVal = ConstantSize->getZExtValue();
51 unsigned BytesLeft = SizeVal & 3;
52 unsigned NumMemOps = SizeVal >> 2;
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 45 uint64_t SizeVal = ConstantSize->getZExtValue();
46 if (!AlwaysInline && SizeVal > Subtarget->getMaxInlineSizeThreshold())
49 unsigned BytesLeft = SizeVal & 3;
50 unsigned NumMemOps = SizeVal >> 2;
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 144 uint64_t SizeVal = ConstantSize->getZExtValue();
145 if (!AlwaysInline && SizeVal > Subtarget.getMaxInlineSizeThreshold())
149 unsigned BytesLeft = SizeVal & 3;
150 unsigned NumMemOps = SizeVal >> 2;
ARMISelLowering.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprAgg.cpp     [all...]
CodeGenFunction.cpp     [all...]
CGDecl.cpp     [all...]
CGBuiltin.cpp     [all...]
CGCall.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]

Completed in 222 milliseconds