Home
last modified time | relevance | path

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

/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
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h89 VPValue(VPValueSC,UV,nullptr) VPValue() argument
91 VPValue(VPVRecipeSC,UV,Def) VPValue() argument
93 VPValue(Value * UV,VPDef * Def) VPValue() argument
H A DVPlan.cpp1535 StringRef Prefix = UV ? "ir<" : "vp<%"; in getOrCreateName() local
83 VPValue(const unsigned char SC,Value * UV,VPDef * Def) VPValue() argument
1463 auto *UV = V->getUnderlyingValue(); assignName() local
[all...]
H A DVPlanTransforms.cpp1124 auto *UV = dyn_cast_or_null<Instruction>(Op->getUnderlyingValue()); truncateToMinimalBitwidths() local
H A DVPlan.h1404 if (auto *UV = getUnderlyingValue()) clone() local
1483 VPSingleDefRecipe(VPDef::VPWidenCallSC,CallArguments,UV,DL) VPSingleDefRecipe() argument
/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp779 UserValue *&UV = userVarMap[ID]; getUserValue() local
795 if (UserValue *UV = virtRegToEqClass.lookup(VirtReg)) lookupVirtReg() local
858 UserValue *UV = getUserValue(Var, Expr->getFragmentInfo(), MI.getDebugLoc()); handleDebugValue() local
1257 for (const auto &UV : userValues) { computeIntervals() local
1493 for (UserValue *UV = lookupVirtReg(OldReg); UV; UV = UV->getNext()) splitRegister() local
1500 UserValue *UV = lookupVirtReg(OldReg); splitRegister() local
[all...]
/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)) computeValue() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp354 std::shared_ptr<UseVector> &UV = UsesMap[F]; getOrCreateUseVector() local
392 UseVector &UV = getOrCreateUseVector(F); foreachUse() local
1821 auto *UV = RFI.getUseVector(F); deduplicateRuntimeCalls() local
[all...]
H A DAttributorAttributes.cpp4354 UndefValue &UV = *UndefValue::get(U->getType()); manifest() local
4444 UndefValue &UV = *UndefValue::get(getAssociatedFunction()->getReturnType()); manifest() local
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp1436 UndefValue *UV = UndefValue::get(const_cast<Type *>(LLVMTy)); getOrCreateUndef() local
/llvm-project/llvm/unittests/IR/
H A DMetadataTest.cpp1524 auto *UV = TEST_F() local
1656 auto *UV = TEST_F() local
[all...]
/llvm-project/llvm/lib/IR/
H A DConstants.cpp451 if (const auto *UV = dyn_cast<UndefValue>(this)) getAggregateElement() local
H A DAsmWriter.cpp2045 auto *UV = cast<ConstantInt>(UE->getValue()); writeDISubrange() local