Home
last modified time | relevance | path

Searched defs:OutputIntrinsic (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
HDMveEmitter.cpp1687 struct OutputIntrinsic { struct
1688 const ACLEIntrinsic *Int;
1689 std::string Name;
1690 ComparableStringVector ParamValues;
1691 bool operator<(const OutputIntrinsic &rhs) const { in operator <()