Searched refs:CSD (Results 1 – 8 of 8) sorted by relevance
31 127.127.13.x Leitch: CSD 5300 Master Clock System Driver
20 ATOM_LEITCH 13 /* Leitch CSD 5300 Master Clock */
2223 AC_MSG_CHECKING([Leitch CSD 5300 Master Clock System Driver])2228 [+ Leitch CSD 5300 Master Clock System Driver]2237 [Leitch CSD 5300 Master Clock System Driver?])
84 /* Leitch CSD 5300 Master Clock System Driver? */
4524 * [Bug 569] Use the correct precision for the Leitch CSD-5300.
200932 [Bug 569] Use the correct precision for the Leitch CSD-5300200935 [Bug 569] Use the correct precision for the Leitch CSD-5300200938 [Bug 569] Use the correct precision for the Leitch CSD-5300
512 auto *CSD = dyn_cast<ConstantSDNode>(V.getOperand(1)); in isWorthFoldingSHL() local513 if (!CSD) in isWorthFoldingSHL()515 unsigned ShiftVal = CSD->getZExtValue(); in isWorthFoldingSHL()615 ConstantSDNode *CSD = dyn_cast<ConstantSDNode>(N.getOperand(1)); in getExtendTypeForNode() local616 if (!CSD) in getExtendTypeForNode()618 uint64_t AndMask = CSD->getZExtValue(); in getExtendTypeForNode()806 if (!CSD) in SelectArithExtendedRegister()808 ShiftVal = CSD->getZExtValue(); in SelectArithExtendedRegister()1031 ConstantSDNode *CSD = dyn_cast<ConstantSDNode>(N.getOperand(1)); in SelectExtendedSHL() local1032 if (!CSD || (CSD->getZExtValue() & 0x7) != CSD->getZExtValue()) in SelectExtendedSHL()[all …]
1464 char *CSD = reinterpret_cast<char *>( in computeHostNumPhysicalCores() local1466 return reinterpret_cast<int &>(CSD[CSD_NUMBER_ONLINE_STANDARD_CPS]); in computeHostNumPhysicalCores()