Home
last modified time | relevance | path

Searched refs:PrototypeLength (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h509 uint8_t PrototypeLength; member
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp812 R.PrototypeLength = SR.Prototype.size(); in createRVVIntrinsicRecords()
/freebsd/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp1224 OS << "/*PrototypeLength=*/" << (int)Record.PrototypeLength << ", "; in operator <<()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCV.cpp233 ProtoSeq2ArrayRef(K, Record.PrototypeIndex, Record.PrototypeLength); in ConstructRVVIntrinsics()