Home
last modified time | relevance | path

Searched refs:UV (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dbit.h105 uint16_t UV = V; in byteswap() local
109 return _byteswap_ushort(UV); in byteswap()
111 uint16_t Hi = UV << 8; in byteswap()
112 uint16_t Lo = UV >> 8; in byteswap()
116 uint32_t UV = V; in byteswap() local
118 return __builtin_bswap32(UV); in byteswap()
120 return _byteswap_ulong(UV); in byteswap()
122 uint32_t Byte0 = UV & 0x000000FF; in byteswap()
129 uint64_t UV = V; in byteswap() local
131 return __builtin_bswap64(UV); in byteswap()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h67 VPValue(const unsigned char SC, Value *UV = nullptr, VPDef *Def = nullptr);
96 VPValue(Value *UV = nullptr) : VPValue(VPValueSC, UV, nullptr) {} in VPValue() argument
98 VPValue(VPDef *Def, Value *UV = nullptr) : VPValue(VPVRecipeSC, UV, Def) {} in VPValue() argument
100 VPValue(Value *UV, VPDef *Def) : VPValue(VPValueSC, UV, Def) {} in VPValue() argument
H A DVPlan.cpp79 VPValue::VPValue(const unsigned char SC, Value *UV, VPDef *Def) in VPValue() argument
80 : SubclassID(SC), UnderlyingVal(UV), Def(Def) { in VPValue()
1171 if (const Value *UV = getUnderlyingValue()) { in printAsOperand() local
1173 UV->printAsOperand(OS, false); in printAsOperand()
H A DVPlanTransforms.cpp928 auto *UV = dyn_cast_or_null<Instruction>(Op->getUnderlyingValue()); in truncateToMinimalBitwidths() local
929 if (UV && MinBWs.contains(UV) && !ProcessedTruncs.contains(Op) && in truncateToMinimalBitwidths()
H A DVPlan.h834 VPSingleDefRecipe(const unsigned char SC, IterT Operands, Value *UV,
836 : VPRecipeBase(SC, Operands, DL), VPValue(this, UV) {} in VPRecipeBase()
H A DLoopVectorize.cpp8792 auto *UV = Def->getUnderlyingValue(); in tryToBuildVPlanWithVPRecipes() local
8793 Plan->addVPValue(UV, Def); in tryToBuildVPlanWithVPRecipes()
/freebsd/sys/contrib/device-tree/Bindings/iio/light/
H A Dliteon,ltr390.yaml7 title: Lite-On LTR390 ALS and UV Sensor
10 The Lite-On LTR390 is an ALS (Ambient Light Sensor) and a UV sensor in a
/freebsd/bin/dd/
H A Dref.pareven6 00000050 50 d1 d2 53 d4 55 56 d7 d8 59 5a db 5c dd de 5f |P..S.UV..YZ.\.._|
14 000000d0 50 d1 d2 53 d4 55 56 d7 d8 59 5a db 5c dd de 5f |P..S.UV..YZ.\.._|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp779 UserValue *&UV = userVarMap[ID]; in getUserValue() local
780 if (!UV) { in getUserValue()
783 UV = userValues.back().get(); in getUserValue()
785 return UV; in getUserValue()
795 if (UserValue *UV = virtRegToEqClass.lookup(VirtReg)) in lookupVirtReg() local
796 return UV->getLeader(); in lookupVirtReg()
860 UV->addDef(Idx, in handleDebugValue()
871 UV->addDef(Idx, UndefMOs, false, IsList, *Expr); in handleDebugValue()
1493 for (UserValue *UV = lookupVirtReg(OldReg); UV; UV = UV->getNext()) in splitRegister() local
1500 UserValue *UV = lookupVirtReg(OldReg); in splitRegister() local
[all …]
/freebsd/sys/contrib/device-tree/Bindings/leds/
H A Dleds-class-multicolor.yaml14 either integrated multi-color LED elements (like RGB, RGBW, RGBWA-UV
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Drichtek,rtq2134-regulator.yaml47 If specified, use shutdown as UV action. Else, hiccup by default.
/freebsd/contrib/libfido2/
H A DNEWS113 ** Support for FIDO 2.1 UV token permissions.
162 ** fido2-{assert,cred}: new options to explicitly toggle UP, UV.
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Ddlg,da9063.yaml18 UV *and* OV monitoring, both must be set to the same severity and value
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp354 std::shared_ptr<UseVector> &UV = UsesMap[F]; in getOrCreateUseVector() local
355 if (!UV) in getOrCreateUseVector()
356 UV = std::make_shared<UseVector>(); in getOrCreateUseVector()
357 return *UV; in getOrCreateUseVector()
392 UseVector &UV = getOrCreateUseVector(F); in foreachUse() local
394 for (Use *U : UV) { in foreachUse()
404 UV[Idx] = UV.back(); in foreachUse()
405 UV.pop_back(); in foreachUse()
1820 auto *UV = RFI.getUseVector(F); in deduplicateRuntimeCalls() local
1821 if (!UV || UV->size() + (ReplVal != nullptr) < 2) in deduplicateRuntimeCalls()
[all …]
H A DAttributorAttributes.cpp4351 UndefValue &UV = *UndefValue::get(U->getType()); in manifest() local
4352 if (A.changeUseAfterManifest(U, UV)) in manifest()
4441 UndefValue &UV = *UndefValue::get(getAssociatedFunction()->getReturnType()); in manifest() local
4445 AnyChange |= A.changeUseAfterManifest(RI.getOperandUse(0), UV); in manifest()
/freebsd/secure/caroot/trusted/
H A DCertum_Trusted_Network_CA.pem81 UV+rpDKmYYe2bg+G0jACl/jXaVehGDldamR5xgFZrDwxSjh80gTSSyjoIF87B6LM
/freebsd/contrib/libfido2/tools/
H A Dtest.sh176 if [ "x${UV}" != "x" ]; then
265 if [ "x${UV}" != "x" ]; then
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DGlobalsModRef.cpp850 const Value *UV = GV1 ? UV2 : UV1; in alias() local
851 if (isNonEscapingGlobalNoAlias(GV, UV)) in alias()
H A DMemoryBuiltins.cpp768 if (UndefValue *UV = dyn_cast<UndefValue>(V)) in computeValue() local
769 return visitUndefValue(*UV); in computeValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp1164 UndefValue *UV = UndefValue::get(const_cast<Type *>(LLVMTy)); in getOrCreateUndef() local
1165 Register Res = DT.find(UV, CurMF); in getOrCreateUndef()
1172 DT.add(UV, CurMF, Res); in getOrCreateUndef()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp437 if (const auto *UV = dyn_cast<UndefValue>(this)) in getAggregateElement() local
438 return Elt < UV->getNumElements() ? UV->getElementValue(Elt) : nullptr; in getAggregateElement()
H A DAsmWriter.cpp1968 auto *UV = cast<ConstantInt>(UE->getValue()); in writeDISubrange() local
1969 Printer.printInt("upperBound", UV->getSExtValue(), in writeDISubrange()
/freebsd/contrib/sendmail/contrib/
H A Dmail.local.linux192 MF0@48;$_C*PZYD]15=*I63""7)C3`JE,\R-,&UV"+)7A`9PA'8#&3EV#ZV+"
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Driscv_vector.td2490 defvar UV = VString<nf, /*signed=*/false>.S;
2492 def : RVVBuiltin<T # "Uv", T # "Uv" # UV, "csil">;
/freebsd/crypto/openssh/
H A DChangeLog6171 hack^wtrick that removed the UV flag from the keys returned during
6284 upstream: sk-usbhid: fix key_lookup() on tokens with built-in UV
6286 explicitly test whether the token performs built-in UV (e.g. biometric
6287 tokens) and enable UV in that case. From Pedro Martelletto via GHPR#388

12