HomeSort by relevance Sort by last modified time
    Searched refs:NumElts (Results 76 - 100 of 254) sorted by null

1 2 34 5 6 7 8 91011

  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
BasicTTIImpl.h 698 unsigned NumElts = VT->getNumElements();
699 assert(Factor > 1 && NumElts % Factor == 0 && "Invalid interleave factor");
701 unsigned NumSubElts = NumElts / Factor;
740 unsigned NumEltsPerLegalInst = ceil(NumElts, NumLegalInsts);
798 for (unsigned i = 0; i < NumElts; i++)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 636 unsigned NumElts = VT->getNumElements();
637 assert(Factor > 1 && NumElts % Factor == 0 && "Invalid interleave factor");
639 unsigned NumSubElts = NumElts / Factor;
678 unsigned NumEltsPerLegalInst = ceil(NumElts, NumLegalInsts);
736 for (unsigned i = 0; i < NumElts; i++)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
BasicTTIImpl.h 698 unsigned NumElts = VT->getNumElements();
699 assert(Factor > 1 && NumElts % Factor == 0 && "Invalid interleave factor");
701 unsigned NumSubElts = NumElts / Factor;
740 unsigned NumEltsPerLegalInst = ceil(NumElts, NumLegalInsts);
798 for (unsigned i = 0; i < NumElts; i++)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
BasicTTIImpl.h 698 unsigned NumElts = VT->getNumElements();
699 assert(Factor > 1 && NumElts % Factor == 0 && "Invalid interleave factor");
701 unsigned NumSubElts = NumElts / Factor;
740 unsigned NumEltsPerLegalInst = ceil(NumElts, NumLegalInsts);
798 for (unsigned i = 0; i < NumElts; i++)
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 659 unsigned NumElts = VT.getVectorNumElements();
666 if (!isPowerOf2_32(NumElts)) {
667 NumVectorRegs = NumElts;
668 NumElts = 1;
673 while (NumElts > 1 && !TLI->isTypeLegal(MVT::getVectorVT(EltTy, NumElts))) {
674 NumElts >>= 1;
680 MVT NewVT = MVT::getVectorVT(EltTy, NumElts);
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 61 unsigned NumElts = ATy->getNumElements();
65 assert(*Indices < NumElts && "Unexpected out of bound");
71 CurIndex += EltLinearOffset*NumElts;
  /external/llvm/lib/IR/
ConstantFold.cpp 52 unsigned NumElts = DstTy->getNumElements();
53 if (NumElts != CV->getType()->getVectorNumElements())
60 for (unsigned i = 0; i != NumElts; ++i) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetData.cpp 362 int NumElts = Ty->getNumElements();
364 (StructLayout *)malloc(sizeof(StructLayout)+(NumElts-1) * sizeof(uint64_t));
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/include/llvm/ADT/
SmallVector.h 415 void assign(size_type NumElts, const T &Elt) {
417 if (this->capacity() < NumElts)
418 this->grow(NumElts);
419 this->setEnd(this->begin()+NumElts);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
SmallVector.h 418 void assign(size_type NumElts, const T &Elt) {
420 if (this->capacity() < NumElts)
421 this->grow(NumElts);
422 this->setEnd(this->begin()+NumElts);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SmallVector.h 418 void assign(size_type NumElts, const T &Elt) {
420 if (this->capacity() < NumElts)
421 this->grow(NumElts);
422 this->setEnd(this->begin()+NumElts);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
SmallVector.h 424 void assign(size_type NumElts, const T &Elt) {
426 if (this->capacity() < NumElts)
427 this->grow(NumElts);
428 this->setEnd(this->begin()+NumElts);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
SmallVector.h 424 void assign(size_type NumElts, const T &Elt) {
426 if (this->capacity() < NumElts)
427 this->grow(NumElts);
428 this->setEnd(this->begin()+NumElts);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
SmallVector.h 427 void assign(size_type NumElts, const T &Elt) {
429 if (this->capacity() < NumElts)
430 this->grow(NumElts);
431 this->setEnd(this->begin()+NumElts);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
SmallVector.h 427 void assign(size_type NumElts, const T &Elt) {
429 if (this->capacity() < NumElts)
430 this->grow(NumElts);
431 this->setEnd(this->begin()+NumElts);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
SmallVector.h 427 void assign(size_type NumElts, const T &Elt) {
429 if (this->capacity() < NumElts)
430 this->grow(NumElts);
431 this->setEnd(this->begin()+NumElts);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
SmallVector.h 427 void assign(size_type NumElts, const T &Elt) {
429 if (this->capacity() < NumElts)
430 this->grow(NumElts);
431 this->setEnd(this->begin()+NumElts);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SmallVector.h 418 void assign(size_type NumElts, const T &Elt) {
420 if (this->capacity() < NumElts)
421 this->grow(NumElts);
422 this->setEnd(this->begin()+NumElts);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
SmallVector.h 424 void assign(size_type NumElts, const T &Elt) {
426 if (this->capacity() < NumElts)
427 this->grow(NumElts);
428 this->setEnd(this->begin()+NumElts);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
SmallVector.h 424 void assign(size_type NumElts, const T &Elt) {
426 if (this->capacity() < NumElts)
427 this->grow(NumElts);
428 this->setEnd(this->begin()+NumElts);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
SmallVector.h 427 void assign(size_type NumElts, const T &Elt) {
429 if (this->capacity() < NumElts)
430 this->grow(NumElts);
431 this->setEnd(this->begin()+NumElts);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
SmallVector.h 427 void assign(size_type NumElts, const T &Elt) {
429 if (this->capacity() < NumElts)
430 this->grow(NumElts);
431 this->setEnd(this->begin()+NumElts);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
SmallVector.h 427 void assign(size_type NumElts, const T &Elt) {
429 if (this->capacity() < NumElts)
430 this->grow(NumElts);
431 this->setEnd(this->begin()+NumElts);

Completed in 1284 milliseconds

1 2 34 5 6 7 8 91011