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

  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
ArgumentPromotion.cpp 551 ScalarizeTable &ArgIndices = ScalarizedElements[I];
567 ArgIndices.insert(Indices);
578 for (ScalarizeTable::iterator SI = ArgIndices.begin(),
579 E = ArgIndices.end(); SI != E; ++SI) {
585 if (ArgIndices.size() == 1 && ArgIndices.begin()->empty())
679 ScalarizeTable &ArgIndices = ScalarizedElements[I];
683 for (ScalarizeTable::iterator SI = ArgIndices.begin(),
684 E = ArgIndices.end(); SI != E; ++SI) {
    [all...]
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 699 ScalarizeTable &ArgIndices = ScalarizedElements[&*I];
718 ArgIndices.insert(std::make_pair(SrcTy, Indices));
729 for (const auto &ArgIndex : ArgIndices) {
737 if (ArgIndices.size() == 1 && ArgIndices.begin()->second.empty())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 235 : TypeRecord(Kind), ArgIndices(Indices) {}
237 ArrayRef<TypeIndex> getIndices() const { return ArgIndices; }
239 std::vector<TypeIndex> ArgIndices;
616 BuildInfoRecord(ArrayRef<TypeIndex> ArgIndices)
618 ArgIndices(ArgIndices.begin(), ArgIndices.end()) {}
620 ArrayRef<TypeIndex> getArgs() const { return ArgIndices; }
621 SmallVector<TypeIndex, 4> ArgIndices;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 235 : TypeRecord(Kind), ArgIndices(Indices) {}
237 ArrayRef<TypeIndex> getIndices() const { return ArgIndices; }
239 std::vector<TypeIndex> ArgIndices;
616 BuildInfoRecord(ArrayRef<TypeIndex> ArgIndices)
618 ArgIndices(ArgIndices.begin(), ArgIndices.end()) {}
620 ArrayRef<TypeIndex> getArgs() const { return ArgIndices; }
621 SmallVector<TypeIndex, 4> ArgIndices;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 235 : TypeRecord(Kind), ArgIndices(Indices) {}
237 ArrayRef<TypeIndex> getIndices() const { return ArgIndices; }
239 std::vector<TypeIndex> ArgIndices;
616 BuildInfoRecord(ArrayRef<TypeIndex> ArgIndices)
618 ArgIndices(ArgIndices.begin(), ArgIndices.end()) {}
620 ArrayRef<TypeIndex> getArgs() const { return ArgIndices; }
621 SmallVector<TypeIndex, 4> ArgIndices;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 235 : TypeRecord(Kind), ArgIndices(Indices) {}
237 ArrayRef<TypeIndex> getIndices() const { return ArgIndices; }
239 std::vector<TypeIndex> ArgIndices;
616 BuildInfoRecord(ArrayRef<TypeIndex> ArgIndices)
618 ArgIndices(ArgIndices.begin(), ArgIndices.end()) {}
620 ArrayRef<TypeIndex> getArgs() const { return ArgIndices; }
621 SmallVector<TypeIndex, 4> ArgIndices;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 235 : TypeRecord(Kind), ArgIndices(Indices) {}
237 ArrayRef<TypeIndex> getIndices() const { return ArgIndices; }
239 std::vector<TypeIndex> ArgIndices;
616 BuildInfoRecord(ArrayRef<TypeIndex> ArgIndices)
618 ArgIndices(ArgIndices.begin(), ArgIndices.end()) {}
620 ArrayRef<TypeIndex> getArgs() const { return ArgIndices; }
621 SmallVector<TypeIndex, 4> ArgIndices;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 235 : TypeRecord(Kind), ArgIndices(Indices) {}
237 ArrayRef<TypeIndex> getIndices() const { return ArgIndices; }
239 std::vector<TypeIndex> ArgIndices;
616 BuildInfoRecord(ArrayRef<TypeIndex> ArgIndices)
618 ArgIndices(ArgIndices.begin(), ArgIndices.end()) {}
620 ArrayRef<TypeIndex> getArgs() const { return ArgIndices; }
621 SmallVector<TypeIndex, 4> ArgIndices;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 235 : TypeRecord(Kind), ArgIndices(Indices) {}
237 ArrayRef<TypeIndex> getIndices() const { return ArgIndices; }
239 std::vector<TypeIndex> ArgIndices;
616 BuildInfoRecord(ArrayRef<TypeIndex> ArgIndices)
618 ArgIndices(ArgIndices.begin(), ArgIndices.end()) {}
620 ArrayRef<TypeIndex> getArgs() const { return ArgIndices; }
621 SmallVector<TypeIndex, 4> ArgIndices;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 235 : TypeRecord(Kind), ArgIndices(Indices) {}
237 ArrayRef<TypeIndex> getIndices() const { return ArgIndices; }
239 std::vector<TypeIndex> ArgIndices;
616 BuildInfoRecord(ArrayRef<TypeIndex> ArgIndices)
618 ArgIndices(ArgIndices.begin(), ArgIndices.end()) {}
620 ArrayRef<TypeIndex> getArgs() const { return ArgIndices; }
621 SmallVector<TypeIndex, 4> ArgIndices;
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 815 BuildInfoRecord(ArrayRef<TypeIndex> ArgIndices)
817 ArgIndices(ArgIndices.begin(), ArgIndices.end()) {}
826 ArrayRef<TypeIndex> getArgs() const { return ArgIndices; }
833 SmallVector<TypeIndex, 4> ArgIndices;
    [all...]
  /external/llvm/lib/DebugInfo/CodeView/
TypeRecord.cpp 513 for (TypeIndex &Arg : ArgIndices)

Completed in 380 milliseconds