HomeSort by: relevance | last modified time | path
    Searched refs:UV (Results 1 - 17 of 17) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VPlanValue.h 67 VPValue(const unsigned char SC, Value *UV = nullptr, VPDef *Def = nullptr);
107 VPValue(Value *UV = nullptr, VPDef *Def = nullptr)
108 : VPValue(VPValueSC, UV, Def) {}
VPlan.cpp 76 VPValue::VPValue(const unsigned char SC, Value *UV, VPDef *Def)
77 : SubclassID(SC), UnderlyingVal(UV), Def(Def) {
1172 if (const Value *UV = getUnderlyingValue()) {
1174 UV->printAsOperand(OS, false);
LoopVectorize.cpp 9109 auto *UV = Def->getUnderlyingValue();
9110 Plan->addVPValue(UV, Def);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveDebugVariables.cpp 746 UserValue *&UV = userVarMap[ID];
747 if (!UV) {
750 UV = userValues.back().get();
752 return UV;
762 if (UserValue *UV = virtRegToEqClass.lookup(VirtReg))
763 return UV->getLeader();
828 UserValue *UV = getUserValue(Var, Expr->getFragmentInfo(), MI.getDebugLoc());
830 UV->addDef(Idx,
841 UV->addDef(Idx, UndefMOs, false, IsList, *Expr);
1387 for (UserValue *UV = lookupVirtReg(OldReg); UV; UV = UV->getNext()
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
OpenMPOpt.cpp 190 std::shared_ptr<UseVector> &UV = UsesMap[F];
191 if (!UV)
192 UV = std::make_shared<UseVector>();
193 return *UV;
228 UseVector &UV = getOrCreateUseVector(F);
230 for (Use *U : UV) {
240 UV[Idx] = UV.back();
241 UV.pop_back();
1390 auto *UV = RFI.getUseVector(F)
    [all...]
GlobalOpt.cpp 290 Value *UV = WorkList.pop_back_val();
291 if (!UV)
294 User *U = cast<User>(UV);
AttributorAttributes.cpp 2914 UndefValue &UV = *UndefValue::get(V.getType());
2916 A.changeValueAfterManifest(V, UV, /* ChangeDropppable */ false);
2985 UndefValue &UV = *UndefValue::get(U->getType());
2986 if (A.changeUseAfterManifest(U, UV))
3075 UndefValue &UV = *UndefValue::get(getAssociatedFunction()->getReturnType());
3079 AnyChange |= A.changeUseAfterManifest(RI.getOperandUse(0), UV);
  /src/external/mit/libuv/dist/
LINKS.md 55 * [mruby-uv](https://github.com/mattn/mruby-uv): mruby binding
72 * [UV](https://metacpan.org/pod/UV)
76 * [php-uv](https://github.com/bwoebi/php-uv)
78 * [go-uv](https://github.com/mattn/go-uv)
83 * [ooc-uv](https://github.com/nddrylliog/ooc-uv)
    [all...]
  /src/external/lgpl3/gmp/dist/demos/perl/
GMP.xs 62 truncation to an intended operand type (IV, UV or NV).
315 typedef UV gmp_UV;
879 UV u = SvUVX(sv);
880 if (u > (UV) LONG_MAX)
987 UV u = SvUVX(sv);
2227 # (eg. alpha) with perl 5.005, since in that version IV and UV were still
2233 # in old perl, since recent versions have gone to 64-bits for IV and UV, the
2237 # UV_MAX is no good, it reflects the size of the UV type (64-bits), rather
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
GlobalsModRef.cpp 863 const Value *UV = GV1 ? UV2 : UV1;
864 if (isNonEscapingGlobalNoAlias(GV, UV))
MemoryBuiltins.cpp 634 if (UndefValue *UV = dyn_cast<UndefValue>(V))
635 return visitUndefValue(*UV);
  /src/external/bsd/libfido2/dist/tools/
test.sh 15 # - can be executed with UV=1 to run additional UV tests;
181 if [ "x${UV}" != "x" ]; then
182 get_assert no.tld "-t uv=true" wrap-cred /dev/null wrap-assert
184 get_assert no.tld "-t uv=true -t pin=true" wrap-cred /dev/null wrap-assert
186 get_assert no.tld "-t uv=true -t pin=false" wrap-cred /dev/null wrap-assert
188 get_assert no.tld "-t uv=false" wrap-cred /dev/null wrap-assert
190 get_assert no.tld "-t uv=false -t pin=true" wrap-cred /dev/null wrap-assert
192 get_assert no.tld "-t uv=false -t pin=false" wrap-cred /dev/null wrap-assert
194 get_assert no.tld "-t up=true -t uv=true" wrap-cred /dev/null wrap-asser
    [all...]
  /src/sys/arch/hppa/hppa/
db_disasm.c 182 #define UV 0x9
1455 case UV: return(",uv");
  /src/crypto/external/bsd/netpgp/dist/bindings/perl/
netpgpperl_wrap.c 755 # define PTRV UV
768 # define PTR2UV(p) INT2PTR(UV,p)
1592 sv_setuv(obj, (UV) value);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Constants.cpp 440 if (const auto *UV = dyn_cast<UndefValue>(this))
441 return Elt < UV->getNumElements() ? UV->getElementValue(Elt) : nullptr;
AsmWriter.cpp 1920 auto *UV = cast<ConstantInt>(UE->getValue());
1921 Printer.printInt("upperBound", UV->getSExtValue(),
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/
object.d 2985 else static if (!is(typeof(v.__xpostblit())) && is(immutable V == immutable UV, UV))
2986 (() @trusted => *cast(UV*) &duplicateElem(k, v))().__xpostblit();

Completed in 101 milliseconds