Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DCodeGenIntrinsics.h182 void setDefaultProperties(Record *R, std::vector<Record *> DefaultProperties);
196 CodeGenIntrinsic(Record *R, std::vector<Record *> DefaultProperties);
DCodeGenTarget.cpp622 std::vector<Record *> DefaultProperties; in CodeGenIntrinsicTable() local
625 DefaultProperties.push_back(Rec); in CodeGenIntrinsicTable()
631 Intrinsics.push_back(CodeGenIntrinsic(Defs[I], DefaultProperties)); in CodeGenIntrinsicTable()
648 std::vector<Record *> DefaultProperties) { in CodeGenIntrinsic() argument
805 setDefaultProperties(R, DefaultProperties); in CodeGenIntrinsic()
815 Record *R, std::vector<Record *> DefaultProperties) { in setDefaultProperties() argument
820 for (Record *Rec : DefaultProperties) in setDefaultProperties()
/external/fonttools/Lib/fontTools/subset/
D__init__.py1971 return prop.DefaultProperties != 0
1973 prop.Properties = {g: prop.Properties.get(g, prop.DefaultProperties)
1976 prop.DefaultProperties = mostCommon
1982 return prop.DefaultProperties != 0