Home
last modified time | relevance | path

Searched refs:ArgIndices (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DArgumentPromotion.cpp551 ScalarizeTable &ArgIndices = ScalarizedElements[I]; in DoPromotion() local
567 ArgIndices.insert(Indices); in DoPromotion()
578 for (ScalarizeTable::iterator SI = ArgIndices.begin(), in DoPromotion()
579 E = ArgIndices.end(); SI != E; ++SI) { in DoPromotion()
585 if (ArgIndices.size() == 1 && ArgIndices.begin()->empty()) in DoPromotion()
679 ScalarizeTable &ArgIndices = ScalarizedElements[I]; in DoPromotion() local
683 for (ScalarizeTable::iterator SI = ArgIndices.begin(), in DoPromotion()
684 E = ArgIndices.end(); SI != E; ++SI) { in DoPromotion()
825 ScalarizeTable &ArgIndices = ScalarizedElements[I]; in DoPromotion() local
829 assert(ArgIndices.begin()->empty() && in DoPromotion()
[all …]
/external/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp699 ScalarizeTable &ArgIndices = ScalarizedElements[&*I]; in DoPromotion() local
718 ArgIndices.insert(std::make_pair(SrcTy, Indices)); in DoPromotion()
729 for (const auto &ArgIndex : ArgIndices) { in DoPromotion()
737 if (ArgIndices.size() == 1 && ArgIndices.begin()->second.empty()) in DoPromotion()
820 ScalarizeTable &ArgIndices = ScalarizedElements[&*I]; in DoPromotion() local
824 for (const auto &ArgIndex : ArgIndices) { in DoPromotion()
971 ScalarizeTable &ArgIndices = ScalarizedElements[&*I]; in DoPromotion() local
975 assert(ArgIndices.begin()->second.empty() && in DoPromotion()
995 for (ScalarizeTable::iterator It = ArgIndices.begin(); in DoPromotion()
997 assert(It != ArgIndices.end() && "GEP not handled??"); in DoPromotion()
[all …]
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h815 BuildInfoRecord(ArrayRef<TypeIndex> ArgIndices) in BuildInfoRecord() argument
817 ArgIndices(ArgIndices.begin(), ArgIndices.end()) {} in BuildInfoRecord()
826 ArrayRef<TypeIndex> getArgs() const { return ArgIndices; } in getArgs()
833 SmallVector<TypeIndex, 4> ArgIndices; variable
/external/llvm/lib/DebugInfo/CodeView/
DTypeRecord.cpp513 for (TypeIndex &Arg : ArgIndices) in remapTypeIndices()