Searched refs:T1 (Results 101 - 125 of 139) sorted by relevance

123456

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1083 template <typename T1, typename... Ts> struct TypeList<T1, Ts...> {
1085 using head = T1;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp4192 QualType cv1T1, QualType T1,
4225 QualType T1 = S.Context.getUnqualifiedArrayType(cv1T1, T1Quals);
4241 T1, Sequence))
4249 TryReferenceInitializationCore(S, Entity, Kind, Initializer, cv1T1, T1,
4483 QualType T1 = cv1T1.getUnqualifiedType();
4487 assert(!S.CompareReferenceRelationship(Initializer->getBeginLoc(), T1, T2) &&
4503 if (AllowRValues && (T1RecordType = T1->getAs<RecordType>()) &&
4504 S.isCompleteType(Kind.getLocation(), T1)) {
4595 cv3T3 = T1;
4613 S.CompareReferenceRelationship(DeclLoc, T1, cv3T
[all...]
H A DSemaTemplateDeduction.cpp5250 static bool isSameTemplate(TemplateDecl *T1, TemplateDecl *T2) { argument
5251 if (T1 == T2)
5254 if (!T1 || !T2)
5257 return T1->getCanonicalDecl() == T2->getCanonicalDecl();
5365 /// \param T1 The injected-class-name of P1 (faked for a variable template).
5368 static bool isAtLeastAsSpecializedAs(Sema &S, QualType T1, QualType T2, argument
5400 T2, T1, Info, Deduced, TDF_None,
5408 auto *TST1 = T1->castAs<TemplateSpecializationType>();
H A DSemaExprCXX.cpp5735 // The process for determining whether an operand expression E1 of type T1
5774 // same type as, or a base class of, the class of T1, and
6410 // The composite pointer type of two operands p1 and p2 having types T1
6412 QualType T1 = E1->getType(), T2 = E2->getType();
6416 bool T1IsPointerLike = T1->isAnyPointerType() || T1->isMemberPointerType() ||
6417 T1->isNullPtrType();
6427 // - if either p1 or p2 is a null pointer constant, T2 or T1, respectively;
6431 E2 = ImpCastExprToType(E2, T1, T1
[all...]
H A DSemaDeclObjC.cpp4440 QualType T1 = Context.getCanonicalType((*ParamI)->getType()); local
4444 if (!Context.typesAreCompatible(T1, T2)) {
4446 << T1 << T2;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DRetainSummaryManager.h728 template <class T1, class T2, class... Others>
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16InstrInfo.cpp382 // we use T1 for the second register, if we need to save something away.
409 SecondRegSavedTo = Mips::T1;
H A DMicroMipsSizeReduction.cpp381 Mips::T0, Mips::T1, Mips::T2, Mips::T3, Mips::T4, Mips::T5, Mips::T6,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp789 /// Returns true if token 'T1' or 'T2' was found.
791 bool Parser::ConsumeAndStoreUntil(tok::TokenKind T1, tok::TokenKind T2, argument
799 if (Tok.is(T1) || Tok.is(T2)) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp108 template <class T1, class T2, class... Others>
111 if (auto Out = hasAnyEnabledAttrOf<T1>(D, QT))
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DMetadata.h1342 template<class T1, class T2>
1380 T1 operator*() const { return Node->getOperand(Idx); }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp1411 // T1 = V6_vaslw T0, 16
1412 // T2 = V6_vmpyiewuh_acc T1, Vs, Vt
1415 SDValue T1 = getInstr(Hexagon::V6_vaslw, dl, ResTy, {T0, S16}, DAG); local
1417 {T1, Vs, Vt}, DAG);
1483 SDValue T1 = getInstr(Hexagon::V6_vmpyiewuh_acc, dl, ResTy, local
1486 SDValue S2 = getInstr(Hexagon::V6_vasrw, dl, ResTy, {T1, S16}, DAG);
1513 SDValue T1 = getInstr(Hexagon::V6_vlsrw, dl, ResTy, {LoVec(T0), S16}, DAG); local
1525 SDValue T4 = DAG.getNode(ISD::ADD, dl, ResTy, {T1, LoVec(T3)});
H A DHexagonISelDAGToDAG.cpp1047 // T0 needs to match: (add T1 T2):
1050 // T0 matched: (add T1 T2)
1051 SDValue T1 = T0.getOperand(0); local
1053 // T1 needs to match: (shl y c)
1054 if (T1.getOpcode() != ISD::SHL)
1056 SDValue C = T1.getOperand(1);
1077 SDValue NewAdd = DAG.getNode(ISD::ADD, DL, VT, T1.getOperand(0), D);
1109 // T0 must match: (and T1 Mask)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h210 // T1 T2 N Waste Used by
219 template <typename T1, typename T2, unsigned N>
224 T1 first[N];
233 void copy(const NodeBase<T1, T2, M> &Other, unsigned i,
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersSave.S787 @ T1 does not have a non-cpsr-clobbering register-zeroing instruction.
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h805 // Defining a variable of type CompileAssertTypesEqual<T1, T2> will cause a
806 // compiler error iff T1 and T2 are different types.
807 template <typename T1, typename T2>
H A Dgtest-port.h1154 template <typename T1, typename T2>
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp202 template <typename T1, typename... Ts>
203 void WriteTs(const T1 &V1, const Ts &... Vs) {
225 template <typename T1, typename... Ts>
226 void CheckFailed(const Twine &Message, const T1 &V1, const Ts &... Vs) {
241 template <typename T1, typename... Ts>
242 void DebugInfoCheckFailed(const Twine &Message, const T1 &V1,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3345 static Type *smallestIntegerVectorType(Type *T1, Type *T2) {
3346 auto *I1 = cast<IntegerType>(cast<VectorType>(T1)->getElementType());
3348 return I1->getBitWidth() < I2->getBitWidth() ? T1 : T2;
3351 static Type *largestIntegerVectorType(Type *T1, Type *T2) {
3352 auto *I1 = cast<IntegerType>(cast<VectorType>(T1)->getElementType());
3354 return I1->getBitWidth() > I2->getBitWidth() ? T1 : T2;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1659 // A T1 post-indexed load is just a single register LDM: LDM r0!, {r1}.
5369 SDValue T1 = CurDAG->getCopyToReg(Sub1, dl, Reg1, Sub1, T0.getValue(1)); local
5373 Ops.push_back(T1.getValue(1));
5384 SDValue T1 = CurDAG->getCopyFromReg(Chain, dl, Reg1, MVT::i32, local
5386 SDValue Pair = SDValue(createGPRPairNode(MVT::Untyped, T0, T1), 0);
5392 Chain = CurDAG->getCopyToReg(T1, dl, GPVR, Pair, T1.getValue(1));
/freebsd-13-stable/contrib/subversion/
H A DMakefile.in710 subversion/tests/libsvn_diff/T1 \
/freebsd-13-stable/crypto/openssl/crypto/aes/asm/
H A Daesni-sha256-x86_64.pl88 ($T1,$a0,$a1,$a2,$a3)=("%r12d","%r13d","%r14d","%r15d","%esi");
286 my $a4=$T1;
/freebsd-13-stable/sys/dev/mn/
H A Dif_mn.c15 * This card contains a FALC54 E1/T1 framer and a MUNICH32X 32-channel HDLC
238 enum framing {WHOKNOWS, E1, E1U, T1, T1U}; enumerator in enum:framing
1280 device_set_desc_copy(self, "Munich32X E1/T1 HDLC Controller");
1395 gone_in_dev(self, 14, "sync serial (T1/E1) driver");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3471 // T1 = T0 DstPred ICmpCst
3472 Value *T1 = Builder.CreateICmp(DstPred, T0, ConstantInt::get(XType, ICmpCst)); local
3474 return T1;
3641 Value *T1 = Builder.CreateAnd(T0, Y); local
3642 return Builder.CreateICmp(I.getPredicate(), T1,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h279 /// Find a common type that T1 and T2 convert to.
281 RecTy *resolveTypes(RecTy *T1, RecTy *T2);

Completed in 446 milliseconds

123456