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

  /external/clang/lib/CodeGen/
SwiftCallingConv.cpp 237 auto numElts = split.second;
239 auto eltSize = (end - begin) / numElts;
241 for (size_t i = 0, e = numElts; i != e; ++i) {
386 auto numElts = split.second;
387 Entries.insert(&Entries[index + 1], numElts - 1, StorageEntry());
390 for (unsigned i = 0; i != numElts; ++i) {
639 llvm::Type *eltTy, unsigned numElts) {
640 assert(numElts > 1 && "illegal vector length");
642 .isLegalVectorTypeForSwift(vectorSize, eltTy, numElts);
648 auto numElts = vectorTy->getNumElements()
    [all...]
CGExprScalar.cpp     [all...]
CodeGenFunction.cpp     [all...]
CGObjCMac.cpp     [all...]
TargetInfo.cpp 131 unsigned numElts) const {
    [all...]
  /external/clang/include/clang/CodeGen/
SwiftCallingConv.h 135 llvm::Type *eltTy, unsigned numElts);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
SwiftCallingConv.h 134 llvm::Type *eltTy, unsigned numElts);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/CodeGen/
SwiftCallingConv.h 134 llvm::Type *eltTy, unsigned numElts);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/CodeGen/
SwiftCallingConv.h 134 llvm::Type *eltTy, unsigned numElts);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/CodeGen/
SwiftCallingConv.h 134 llvm::Type *eltTy, unsigned numElts);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/CodeGen/
SwiftCallingConv.h 134 llvm::Type *eltTy, unsigned numElts);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/CodeGen/
SwiftCallingConv.h 134 llvm::Type *eltTy, unsigned numElts);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/CodeGen/
SwiftCallingConv.h 134 llvm::Type *eltTy, unsigned numElts);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
SwiftCallingConv.h 134 llvm::Type *eltTy, unsigned numElts);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/CodeGen/
SwiftCallingConv.h 134 llvm::Type *eltTy, unsigned numElts);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/CodeGen/
SwiftCallingConv.h 134 llvm::Type *eltTy, unsigned numElts);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/CodeGen/
SwiftCallingConv.h 134 llvm::Type *eltTy, unsigned numElts);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/CodeGen/
SwiftCallingConv.h 134 llvm::Type *eltTy, unsigned numElts);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/CodeGen/
SwiftCallingConv.h 134 llvm::Type *eltTy, unsigned numElts);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/CodeGen/
SwiftCallingConv.h 134 llvm::Type *eltTy, unsigned numElts);
  /external/clang/lib/Sema/
SemaType.cpp     [all...]

Completed in 830 milliseconds