Home | History | Annotate | Download | only in TableGen

Lines Matching refs:IntrinsicMap

500   std::map<std::string, std::deque<Intrinsic>> IntrinsicMap;
1862 assert_with_loc(IntrinsicMap.find(Name.str()) != IntrinsicMap.end(),
1864 auto &V = IntrinsicMap.find(Name.str())->second;
1952 auto &Entry = IntrinsicMap[Name];