Home
last modified time | relevance | path

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

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