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.h32 std::vector<const Record *> DefaultProperties; member
159 void setDefaultProperties(ArrayRef<const Record *> DefaultProperties);
H A DCodeGenIntrinsics.cpp31 DefaultProperties.push_back(Rec); in CodeGenIntrinsicContext()
338 setDefaultProperties(Ctx.DefaultProperties); in CodeGenIntrinsic()
349 ArrayRef<const Record *> DefaultProperties) { in setDefaultProperties() argument
354 for (const Record *Rec : DefaultProperties) in setDefaultProperties()