Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenIntrinsics.h147 void setDefaultProperties(Record *R, std::vector<Record *> DefaultProperties);
H A DCodeGenTarget.cpp828 setDefaultProperties(R, DefaultProperties); in CodeGenIntrinsic()
838 void CodeGenIntrinsic::setDefaultProperties( in setDefaultProperties() function in CodeGenIntrinsic