Searched refs:DefaultProperties (Results 1 – 3 of 3) sorted by relevance
182 void setDefaultProperties(Record *R, std::vector<Record *> DefaultProperties);196 CodeGenIntrinsic(Record *R, std::vector<Record *> DefaultProperties);
622 std::vector<Record *> DefaultProperties; in CodeGenIntrinsicTable() local625 DefaultProperties.push_back(Rec); in CodeGenIntrinsicTable()631 Intrinsics.push_back(CodeGenIntrinsic(Defs[I], DefaultProperties)); in CodeGenIntrinsicTable()648 std::vector<Record *> DefaultProperties) { in CodeGenIntrinsic() argument805 setDefaultProperties(R, DefaultProperties); in CodeGenIntrinsic()815 Record *R, std::vector<Record *> DefaultProperties) { in setDefaultProperties() argument820 for (Record *Rec : DefaultProperties) in setDefaultProperties()
1971 return prop.DefaultProperties != 01973 prop.Properties = {g: prop.Properties.get(g, prop.DefaultProperties)1976 prop.DefaultProperties = mostCommon1982 return prop.DefaultProperties != 0