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

1 2

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
type.go 40 NumElem() int64 // # of elements of an array
82 func (t *CompilerType) NumElem() int64 { panic("not implemented") }
124 func (t *TupleType) NumElem() int64 { panic("not implemented") }
type_test.go 52 func (t *TypeImpl) NumElem() int64 { panic("not implemented") }
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
type.go 40 NumElem() int64 // # of elements of an array
82 func (t *CompilerType) NumElem() int64 { panic("not implemented") }
124 func (t *TupleType) NumElem() int64 { panic("not implemented") }
type_test.go 52 func (t *TypeImpl) NumElem() int64 { panic("not implemented") }
  /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/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...]
  /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...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
type.go 1055 if t.NumElem() != x.NumElem() {
1056 return cmpForNe(t.NumElem() < x.NumElem())
1204 func (t *Type) NumElem() int64 {
1208 Fatalf("NumElem array %v does not have bound yet", t)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
type.go 1055 if t.NumElem() != x.NumElem() {
1056 return cmpForNe(t.NumElem() < x.NumElem())
1204 func (t *Type) NumElem() int64 {
1208 Fatalf("NumElem array %v does not have bound yet", t)
  /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...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 783 milliseconds

1 2