Home
last modified time | relevance | path

Searched refs:IsTuple (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp115 if (IsTuple && (NF == 1 || NF > 8)) in verifyType()
117 if (IsTuple && (1 << std::max(0, LMUL.Log2LMUL)) * NF > 8) in verifyType()
224 if (IsTuple) in initBuiltinStr()
253 (IsTuple ? "x" + utostr(NF) : "") + "_t"; in initClangBuiltinStr()
266 (IsTuple ? "x" + utostr(NF) : "") + "_t") in initTypeStr()
817 IsTuple = true; in applyModifier()
1038 PolicyScheme DefaultScheme, Policy PolicyAttrs, bool IsTuple) { in computeBuiltinTypes() argument
1048 if (IsTuple) { in computeBuiltinTypes()
1072 if (IsTuple) in computeBuiltinTypes()
1087 if (IsTuple) { in computeBuiltinTypes()
[all …]
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp68 bool IsTuple : 1; member
652 bool IsTuple = R->getValueAsBit("IsTuple"); in createRVVIntrinsics() local
674 DefaultPolicy, IsTuple); in createRVVIntrinsics()
679 MaskedPolicyScheme, DefaultPolicy, IsTuple); in createRVVIntrinsics()
708 UnMaskedPolicyScheme, P, IsTuple); in createRVVIntrinsics()
734 NF, MaskedPolicyScheme, P, IsTuple); in createRVVIntrinsics()
785 SR.IsTuple = IsTuple; in createRVVIntrinsics()
826 R.IsTuple = SR.IsTuple; in createRVVIntrinsicRecords()
/freebsd/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h265 bool IsTuple = false; variable
318 bool isTuple() const { return IsTuple; } in isTuple()
474 Policy PolicyAttrs, bool IsTuple);
532 bool IsTuple : 1; member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCV.cpp250 UnMaskedPolicyScheme, DefaultPolicy, Record.IsTuple); in ConstructRVVIntrinsics()
257 Record.IsTuple); in ConstructRVVIntrinsics()
304 UnMaskedPolicyScheme, P, Record.IsTuple); in ConstructRVVIntrinsics()
327 Record.IsTuple); in ConstructRVVIntrinsics()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Driscv_vector_common.td243 bit IsTuple = false;
H A Driscv_vector.td739 IsTuple = true in {
749 IsTuple = true in {