Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DMachineValueType.h43 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc, Tup, NF, NElem, EltTy) \ argument
184 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc, Tup, NF, NElem, EltTy) \ in isOverloaded() argument
267 #define GET_VT_ATTR(Ty, N, Sz, Any, Int, FP, Vec, Sc, Tup, NF, NElem, EltTy) \ in getVectorElementType() argument
281 #define GET_VT_ATTR(Ty, N, Sz, Any, Int, FP, Vec, Sc, Tup, NF, NElem, EltTy) \ in getVectorMinNumElements() argument
311 #define GET_VT_ATTR(Ty, N, Sz, Any, Int, FP, Vec, Sc, Tup, NF, NElem, EltTy) \ in getSizeInBits() argument
312 TypeSize(Sz, Sc || Tup || Ty == aarch64svcount /* FIXME: Not in the td. \ in getSizeInBits()
434 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc, Tup, NF, NElem, EltTy) \ in getFloatingPointVT() argument
444 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc, Tup, NF, NElem, EltTy) \ in getIntegerVT() argument
454 #define GET_VT_VECATTR(Ty, Sc, Tup, nElem, ElTy) \ in getVectorVT() argument
455 if (!Sc && !Tup && VT.SimpleTy == ElTy && NumElements == nElem) \ in getVectorVT()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp267 for (const auto &Tup : in CheckStmtInlineAttr() local
272 if (!CanSuppressDiag || !(*std::get<0>(Tup))->getCalleeDecl()) { in CheckStmtInlineAttr()
273 const Decl *Callee = (*std::get<1>(Tup))->getCalleeDecl(); in CheckStmtInlineAttr()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.cpp52 #define GET_VT_ATTR(Ty, N, Sz, Any, Int, FP, Vec, Sc, Tup, NF, NElem, EltTy) \ in getEnumName() argument
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp977 for (const auto &Tup : llvm::enumerate(P->OptionEnumNames)) in VisitEnumSelect() local
978 if (!Tup.value().empty()) in VisitEnumSelect()
979 List.emplace_back(Tup.index(), Tup.value()); in VisitEnumSelect()
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h730 template <typename Tup, size_t kRemainingSize>
732 OutIter operator()(Func f, const Tup& t, OutIter out) const { in operator()
734 return IterateOverTuple<Tup, kRemainingSize - 1>()(f, t, out); in operator()
737 template <typename Tup>
738 struct IterateOverTuple<Tup, 0> {
739 OutIter operator()(Func /* f */, const Tup& /* t */, OutIter out) const {
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp1741 for (auto &Tup : DupCandidates) { in selectBestSuccessor() local
1744 std::tie(DupProb, Succ) = Tup; in selectBestSuccessor()