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.h105 uint16_t UV = V; in byteswap() local
116 uint32_t UV = V; in byteswap() local
129 uint64_t UV = V; in byteswap() local
/freebsd/contrib/llvm-project/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.cpp79 VPValue::VPValue(const unsigned char SC, Value *UV, VPDef *Def) in VPValue()
1171 if (const Value *UV = getUnderlyingValue()) { in printAsOperand() local
H A DVPlanTransforms.cpp928 auto *UV = dyn_cast_or_null<Instruction>(Op->getUnderlyingValue()); in truncateToMinimalBitwidths() local
H A DLoopVectorize.cpp8792 auto *UV = Def->getUnderlyingValue(); in tryToBuildVPlanWithVPRecipes() local
/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
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.cpp850 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/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp1164 UndefValue *UV = UndefValue::get(const_cast<Type *>(LLVMTy)); in getOrCreateUndef() 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.cpp4351 UndefValue &UV = *UndefValue::get(U->getType()); in manifest() local
4441 UndefValue &UV = *UndefValue::get(getAssociatedFunction()->getReturnType()); in manifest() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp437 if (const auto *UV = dyn_cast<UndefValue>(this)) in getAggregateElement() local
H A DAsmWriter.cpp1968 auto *UV = cast<ConstantInt>(UE->getValue()); in writeDISubrange() local