/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | bit.h | 69 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 D | VPlanValue.h | 88 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 D | VPlan.cpp | 83 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 D | VPlanTransforms.cpp | 1127 auto *UV = dyn_cast_or_null<Instruction>(Op->getUnderlyingValue()); in truncateToMinimalBitwidths() local
|
H A D | VPlan.h | 1462 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 D | LiveDebugVariables.cpp | 779 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 D | GlobalsModRef.cpp | 858 const Value *UV = GV1 ? UV2 : UV1; in alias() local
|
H A D | MemoryBuiltins.cpp | 768 if (UndefValue *UV = dyn_cast<UndefValue>(V)) in computeValue() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | OpenMPOpt.cpp | 354 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 D | AttributorAttributes.cpp | 4354 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 D | SPIRVGlobalRegistry.cpp | 1436 UndefValue *UV = UndefValue::get(const_cast<Type *>(LLVMTy)); in getOrCreateUndef() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Constants.cpp | 451 if (const auto *UV = dyn_cast<UndefValue>(this)) in getAggregateElement() local
|
H A D | AsmWriter.cpp | 2045 auto *UV = cast<ConstantInt>(UE->getValue()); in writeDISubrange() local
|