Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp187 assert(RVVI->getIntrinsicTypes().front() == -1 && in emitCodeGenSwitchBody()
219 for (const auto &Idx : RVVI->getIntrinsicTypes()) { in emitCodeGenSwitchBody()
491 else if (P.first->second->getIntrinsicTypes() != Def->getIntrinsicTypes()) in createCodeGen()
/freebsd/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h435 const std::vector<int64_t> &getIntrinsicTypes() const { in getIntrinsicTypes() function