Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DCodeGenIntrinsics.cpp32 std::vector<Record *> DefaultProperties; in CodeGenIntrinsicTable() local
35 DefaultProperties.push_back(Rec); in CodeGenIntrinsicTable()
41 Intrinsics.push_back(CodeGenIntrinsic(Defs[I], DefaultProperties)); in CodeGenIntrinsicTable()
58 ArrayRef<Record *> DefaultProperties) { in CodeGenIntrinsic() argument
140 setDefaultProperties(R, DefaultProperties); in CodeGenIntrinsic()
151 Record *R, ArrayRef<Record *> DefaultProperties) { in setDefaultProperties() argument
156 for (Record *Rec : DefaultProperties) in setDefaultProperties()
H A DCodeGenIntrinsics.h144 void setDefaultProperties(Record *R, ArrayRef<Record *> DefaultProperties);
158 CodeGenIntrinsic(Record *R, ArrayRef<Record *> DefaultProperties);