HomeSort by: relevance | last modified time | path
    Searched refs:divideCoefficientBy (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ValueTypes.h 411 return EVT::getVectorVT(Context, EltVT, EltCnt.divideCoefficientBy(2));
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
TypeSize.h 361 LeafTy divideCoefficientBy(ScalarTy RHS) const {
MachineValueType.h 476 return getVectorVT(EltVT, EltCnt.divideCoefficientBy(2));
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DerivedTypes.h 500 EltCnt.divideCoefficientBy(2));
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringBase.cpp 1065 VT.getVectorElementCount().divideCoefficientBy(2));
1098 EC = EC.divideCoefficientBy(2);
1568 EltCnt = EltCnt.divideCoefficientBy(2);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 2836 NumElements.divideCoefficientBy(2));
DAGCombiner.cpp 20225 NVT.getVectorElementCount().divideCoefficientBy(DestSrcRatio);
21527 NumElts.divideCoefficientBy(Scale));
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBuiltin.cpp 6396 NumElements = NumElements.divideCoefficientBy(2);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 11603 VT.getVectorElementCount().divideCoefficientBy(N));

Completed in 82 milliseconds