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

  /external/llvm/lib/Target/Hexagon/
HexagonSelectionDAGInfo.cpp 31 uint64_t SizeVal = ConstantSize->getZExtValue();
32 if (SizeVal < 32 || (SizeVal % 8) != 0)
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 102 uint64_t SizeVal = ConstantSize->getZExtValue();
134 Count = DAG.getIntPtrConstant(SizeVal, dl);
140 Count = DAG.getIntPtrConstant(SizeVal / UBytes, dl);
141 BytesLeft = SizeVal % UBytes;
149 Count = DAG.getIntPtrConstant(SizeVal, dl);
180 unsigned Offset = SizeVal - BytesLeft;
208 uint64_t SizeVal = ConstantSize->getZExtValue();
209 if (!AlwaysInline && SizeVal > Subtarget.getMaxInlineSizeThreshold())
243 unsigned CountVal = SizeVal / UBytes;
245 unsigned BytesLeft = SizeVal % UBytes
    [all...]
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 151 uint64_t SizeVal = ConstantSize->getZExtValue();
152 if (!AlwaysInline && SizeVal > Subtarget.getMaxInlineSizeThreshold())
156 unsigned BytesLeft = SizeVal & 3;
157 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 585 milliseconds