/llvm-project/llvm/include/llvm/ADT/ |
H A D | bit.h | 105 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 D | VPlanValue.h | 89 VPValue(VPValueSC,UV,nullptr) VPValue() argument 91 VPValue(VPVRecipeSC,UV,Def) VPValue() argument 93 VPValue(Value * UV,VPDef * Def) VPValue() argument
|
H A D | VPlan.cpp | 1535 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 D | VPlanTransforms.cpp | 1124 auto *UV = dyn_cast_or_null<Instruction>(Op->getUnderlyingValue()); truncateToMinimalBitwidths() local
|
H A D | VPlan.h | 1404 if (auto *UV = getUnderlyingValue()) clone() local 1483 VPSingleDefRecipe(VPDef::VPWidenCallSC,CallArguments,UV,DL) VPSingleDefRecipe() argument
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveDebugVariables.cpp | 779 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 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)) computeValue() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | OpenMPOpt.cpp | 354 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 D | AttributorAttributes.cpp | 4354 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 D | SPIRVGlobalRegistry.cpp | 1436 UndefValue *UV = UndefValue::get(const_cast<Type *>(LLVMTy)); getOrCreateUndef() local
|
/llvm-project/llvm/unittests/IR/ |
H A D | MetadataTest.cpp | 1524 auto *UV = TEST_F() local 1656 auto *UV = TEST_F() local [all...] |
/llvm-project/llvm/lib/IR/ |
H A D | Constants.cpp | 451 if (const auto *UV = dyn_cast<UndefValue>(this)) getAggregateElement() local
|
H A D | AsmWriter.cpp | 2045 auto *UV = cast<ConstantInt>(UE->getValue()); writeDISubrange() local
|