Searched refs:LCM (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/MCA/ |
H A D | Support.cpp | 31 unsigned LCM = (Denominator * RHS.Denominator) / GCD; in operator +=() local 32 unsigned LHSNumerator = Numerator * (LCM / Denominator); in operator +=() 33 unsigned RHSNumerator = RHS.Numerator * (LCM / RHS.Denominator); in operator +=() 35 Denominator = LCM; in operator +=()
|
/freebsd/sys/contrib/device-tree/src/arm/microchip/ |
H A D | at91-dvk_su60_somc_lcm.dtsi | 41 regulator-name = "VCC LCM";
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | Utils.cpp | 1192 unsigned LCM = std::lcm(OrigTy.getSizeInBits().getKnownMinValue(), in getLCMType() local 1195 ElementCount::get(LCM / OrigElt.getSizeInBits(), OrigTy.isScalable()), in getLCMType() 1212 unsigned LCM = std::lcm(EltTy.getSizeInBits().getFixedValue() * in getLCMType() local 1216 return LLT::vector(ElementCount::get(LCM / OrigEltTy.getSizeInBits(), in getLCMType() 1222 unsigned LCM = std::lcm(OrigTy.getSizeInBits().getFixedValue(), in getLCMType() local 1225 if (LCM == OrigTy.getSizeInBits()) in getLCMType() 1227 if (LCM == TargetTy.getSizeInBits()) in getLCMType() 1229 return LLT::scalar(LCM); in getLCMType()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporter.cpp | 134 LocationContextMap LCM; member in __anon2f4a13600111::PathDiagnosticConstruct 164 return LCM.find(&PD->getActivePath())->getSecond(); in getLocationContextForActivePath() 188 LCM[Path] = LC; in updateLocCtxMap() 192 assert(LCM.count(Path) && in getLocationContextFor() 194 return LCM.find(Path)->getSecond(); in getLocationContextFor() 197 bool isInLocCtxMap(const PathPieces *Path) const { return LCM.count(Path); } in isInLocCtxMap() 1996 LCM[&PD->getActivePath()] = ErrorNode->getLocationContext(); in PathDiagnosticConstruct()
|
/freebsd/sys/dev/hid/ |
H A D | hidquirk.c | 83 USB_QUIRK(ASUS, LCM, 0x0000, 0xffff, HQ_HID_IGNORE),
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | OrcV2CBindings.cpp | 1179 LLVMOrcLazyCallThroughManagerRef LCM) { in LLVMOrcDisposeLazyCallThroughManager() argument 1180 std::unique_ptr<LazyCallThroughManager> TmpLCM(unwrap(LCM)); in LLVMOrcDisposeLazyCallThroughManager()
|
/freebsd/sys/dev/usb/quirk/ |
H A D | usb_quirk.c | 95 USB_QUIRK(ASUS, LCM, UQ_HID_IGNORE),
|
/freebsd/sys/dev/usb/ |
H A D | usbdevs | 1294 product ASUS LCM 0x1726 LCM display
|