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

  /external/tensorflow/tensorflow/core/grappler/costs/
utils.h 92 uint64 NumElem() const { return num_elem_; }
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp     [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 581 unsigned NumElem = cast<VectorType>(Val0->getType())->getNumElements();
582 CondTy = VectorType::get(CondTy, NumElem);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-stress/
llvm-stress.cpp 631 unsigned NumElem = cast<VectorType>(Val0->getType())->getNumElements();
632 CondTy = VectorType::get(CondTy, NumElem);
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 499 unsigned NumElem = SrcVT.getVectorNumElements();
576 for (unsigned Idx = 0; Idx != NumElem; ++Idx) {
723 unsigned NumElem = VT.getVectorNumElements();
748 SmallVector<SDValue, 8> Ops(NumElem, Mask);
    [all...]
LegalizeIntegerTypes.cpp     [all...]
TargetLowering.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantFold.cpp 712 unsigned NumElem = VTy->getNumElements();
713 std::vector<Constant*> Res(NumElem);
716 for (unsigned i = 0; i < NumElem; ++i) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 562 unsigned NumElem = SrcVT.getVectorNumElements();
634 for (unsigned Idx = 0; Idx != NumElem; ++Idx) {
    [all...]
LegalizeIntegerTypes.cpp 717 unsigned NumElem = WideInOp.getValueType().getVectorNumElements();
719 N->getValueType(0).getScalarType(), NumElem);
724 NumElem);
    [all...]
TargetLowering.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelLoweringHVX.cpp 221 unsigned NumElem = VecTy.getVectorNumElements();
222 assert((NumElem % 2) == 0 && "Expecting even-sized vector type");
223 MVT HalfTy = MVT::getVectorVT(VecTy.getVectorElementType(), NumElem/2);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 476 unsigned numElem;
478 numElem = VTy->getNumElements();
480 numElem = 1;
484 numElem += VTy->getNumElements();
486 numElem += 1;
489 return VectorType::get(STy, numElem);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 1189 milliseconds