Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DRISCVVEmitter.cpp179 assert(RVVI->getIntrinsicTypes().front() == -1 && in emitCodeGenSwitchBody()
213 for (const auto &Idx : RVVI->getIntrinsicTypes()) { in emitCodeGenSwitchBody()
483 else if (P.first->second->getIntrinsicTypes() != Def->getIntrinsicTypes()) in createCodeGen()
/openbsd-src/gnu/llvm/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h411 const std::vector<int64_t> &getIntrinsicTypes() const { in getIntrinsicTypes() function