Home
last modified time | relevance | path

Searched defs:UV (Results 1 – 14 of 14) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A Dbit.h69 uint16_t UV = V; in byteswap() local
80 uint32_t UV = V; in byteswap() local
93 uint64_t UV = V; in byteswap() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h96 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()
H A DVPlan.cpp76 VPValue::VPValue(const unsigned char SC, Value *UV, VPDef *Def) in VPValue()
1015 if (const Value *UV = getUnderlyingValue()) { in printAsOperand() local
H A DLoopVectorize.cpp8955 auto *UV = Def->getUnderlyingValue(); in buildVPlanWithVPRecipes() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp778 UserValue *&UV = userVarMap[ID]; in getUserValue() local
794 if (UserValue *UV = virtRegToEqClass.lookup(VirtReg)) in lookupVirtReg() local
857 UserValue *UV = getUserValue(Var, Expr->getFragmentInfo(), MI.getDebugLoc()); in handleDebugValue() local
1492 for (UserValue *UV = lookupVirtReg(OldReg); UV; UV = UV->getNext()) in splitRegister() local
1499 UserValue *UV = lookupVirtReg(OldReg); in splitRegister() local
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DGlobalsModRef.cpp853 const Value *UV = GV1 ? UV2 : UV1; in alias() local
H A DMemoryBuiltins.cpp737 if (UndefValue *UV = dyn_cast<UndefValue>(V)) in computeImpl() local
/openbsd/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp1078 UndefValue *UV = UndefValue::get(const_cast<Type *>(LLVMTy)); in getOrCreateUndef() local
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp259 std::shared_ptr<UseVector> &UV = UsesMap[F]; in getOrCreateUseVector() local
297 UseVector &UV = getOrCreateUseVector(F); in foreachUse() local
1682 auto *UV = RFI.getUseVector(F); in deduplicateRuntimeCalls() local
H A DAttributorAttributes.cpp4320 UndefValue &UV = *UndefValue::get(U->getType()); in manifest() local
4410 UndefValue &UV = *UndefValue::get(getAssociatedFunction()->getReturnType()); in manifest() local
/openbsd/sys/arch/hppa/hppa/
H A Ddb_disasm.c175 #define UV 0x9 macro
/openbsd/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp437 if (const auto *UV = dyn_cast<UndefValue>(this)) in getAggregateElement() local
H A DAsmWriter.cpp1910 auto *UV = cast<ConstantInt>(UE->getValue()); in writeDISubrange() local
/openbsd/gnu/usr.bin/perl/
H A Dperl.h2414 typedef UVTYPE UV; typedef