Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dbit.h69 uint16_t UV = V; byteswap() local
80 uint32_t UV = V; byteswap() local
93 uint64_t UV = V; byteswap() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h88 VPValue(Value *UV = nullptr) : VPValue(VPValueSC, UV, nullptr) {} in VPValue() argument
90 VPValue(VPDef *Def, Value *UV = nullptr) : VPValue(VPVRecipeSC, UV, Def) {} in VPValue() argument
92 VPValue(Value *UV, VPDef *Def) : VPValue(VPValueSC, UV, Def) {} in VPValue()
H A DVPlan.cpp83 VPValue::VPValue(const unsigned char SC, Value *UV, VPDef *Def) in VPValue()
1518 auto *UV = V->getUnderlyingValue(); in assignName() local
1590 if (auto *UV = V->getUnderlyingValue()) { in getOrCreateName() local
H A DVPlanTransforms.cpp1127 auto *UV = dyn_cast_or_null<Instruction>(Op->getUnderlyingValue()); in truncateToMinimalBitwidths() local
H A DVPlan.h1462 if (auto *UV = getUnderlyingValue()) in clone() local
1541 : VPSingleDefRecipe(VPDef::VPWidenCallSC, CallArguments, UV, DL), in VPSingleDefRecipe() argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp779 UserValue *&UV = userVarMap[ID]; in getUserValue() local
795 if (UserValue *UV = virtRegToEqClass.lookup(VirtReg)) in lookupVirtReg() local
858 UserValue *UV = getUserValue(Var, Expr->getFragmentInfo(), MI.getDebugLoc()); in handleDebugValue() local
1257 for (const auto &UV : userValues) { in computeIntervals() local
1493 for (UserValue *UV = lookupVirtReg(OldReg); UV; UV = UV->getNext()) in splitRegister() local
1500 UserValue *UV = lookupVirtReg(OldReg); in splitRegister() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DGlobalsModRef.cpp858 const Value *UV = GV1 ? UV2 : UV1; in alias() local
H A DMemoryBuiltins.cpp768 if (UndefValue *UV = dyn_cast<UndefValue>(V)) in computeValue() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp354 std::shared_ptr<UseVector> &UV = UsesMap[F]; in getOrCreateUseVector() local
392 UseVector &UV = getOrCreateUseVector(F); in foreachUse() local
1820 auto *UV = RFI.getUseVector(F); in deduplicateRuntimeCalls() local
H A DAttributorAttributes.cpp4354 UndefValue &UV = *UndefValue::get(U->getType()); in manifest() local
4444 UndefValue &UV = *UndefValue::get(getAssociatedFunction()->getReturnType()); in manifest() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp1436 UndefValue *UV = UndefValue::get(const_cast<Type *>(LLVMTy)); in getOrCreateUndef() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp451 if (const auto *UV = dyn_cast<UndefValue>(this)) in getAggregateElement() local
H A DAsmWriter.cpp2045 auto *UV = cast<ConstantInt>(UE->getValue()); in writeDISubrange() local