Home
last modified time | relevance | path

Searched refs:IdsInFilter (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineModuleInfo.cpp340 std::vector<unsigned> IdsInFilter(TyInfo.size()); in addFilterTypeInfo() local
342 IdsInFilter[I] = getTypeIDFor(TyInfo[I]); in addFilterTypeInfo()
343 LP.TypeIds.push_back(getFilterIDFor(IdsInFilter)); in addFilterTypeInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunction.cpp737 std::vector<unsigned> IdsInFilter(TyInfo.size()); in addFilterTypeInfo() local
739 IdsInFilter[I] = getTypeIDFor(TyInfo[I]); in addFilterTypeInfo()
740 LP.TypeIds.push_back(getFilterIDFor(IdsInFilter)); in addFilterTypeInfo()
/external/llvm-project/llvm/lib/CodeGen/
DMachineFunction.cpp760 std::vector<unsigned> IdsInFilter(TyInfo.size()); in addFilterTypeInfo() local
762 IdsInFilter[I] = getTypeIDFor(TyInfo[I]); in addFilterTypeInfo()
763 LP.TypeIds.push_back(getFilterIDFor(IdsInFilter)); in addFilterTypeInfo()