Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/utils/TableGen/
HDRISCVVEmitter.cpp69 bool IsTuple : 1; member
531 bool IsTuple = R->getValueAsBit("IsTuple"); in createRVVIntrinsics() local
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Support/
HDRISCVVIntrinsicUtils.h265 bool IsTuple = false; variable
556 bool IsTuple : 1; member
/freebsd-14-stable/contrib/llvm-project/clang/lib/Support/
HDRISCVVIntrinsicUtils.cpp1041 PolicyScheme DefaultScheme, Policy PolicyAttrs, bool IsTuple) { in computeBuiltinTypes()