Home
last modified time | relevance | path

Searched refs:TC1 (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp268 uint64_t TC1 = TC->getZExtValue(); in IsSafeActiveMask() local
275 if (TC1 != TC2) { in IsSafeActiveMask()
277 << TC1 << " from set.loop.iterations, and " in IsSafeActiveMask()
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dcirrus,clps711x-intc.txt20 8: TC1OI TC1 under flow
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp758 const unsigned TC1 = SE.getSmallConstantTripCount(FC1.L); in haveIdenticalTripCounts() local
762 if (TC0 == 0 || TC1 == 0) { in haveIdenticalTripCounts()
770 int Diff = TC0 - TC1; in haveIdenticalTripCounts()
/freebsd/contrib/ntp/scripts/stats/
H A DREADME.stats124 TC1 IRIG option present (optional)
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp13795 const Type::TypeClass TC1 = T1->getTypeClass(); in isLayoutCompatible() local
13798 if (TC1 != TC2) in isLayoutCompatible()
13801 if (TC1 == Type::Enum) { in isLayoutCompatible()
13805 } else if (TC1 == Type::Record) { in isLayoutCompatible()