Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp746 UserValue *&UV = userVarMap[ID]; in getUserValue() local
762 if (UserValue *UV = virtRegToEqClass.lookup(VirtReg)) in lookupVirtReg() local
828 UserValue *UV = getUserValue(Var, Expr->getFragmentInfo(), MI.getDebugLoc()); in handleDebugValue() local
1387 for (UserValue *UV = lookupVirtReg(OldReg); UV; UV = UV->getNext()) in splitRegister() local
1394 UserValue *UV = lookupVirtReg(OldReg); in splitRegister() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h108 : VPValue(VPValueSC, UV, Def) {} in VPValue() argument
H A DVPlan.cpp76 VPValue::VPValue(const unsigned char SC, Value *UV, VPDef *Def) in VPValue()
1172 if (const Value *UV = getUnderlyingValue()) { in printAsOperand() local
H A DLoopVectorize.cpp9109 auto *UV = Def->getUnderlyingValue(); in buildVPlanWithVPRecipes() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DGlobalsModRef.cpp863 const Value *UV = GV1 ? UV2 : UV1; in alias() local
H A DMemoryBuiltins.cpp634 if (UndefValue *UV = dyn_cast<UndefValue>(V)) in compute() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp190 std::shared_ptr<UseVector> &UV = UsesMap[F]; in getOrCreateUseVector() local
228 UseVector &UV = getOrCreateUseVector(F); in foreachUse() local
1390 auto *UV = RFI.getUseVector(F); in deduplicateRuntimeCalls() local
H A DGlobalOpt.cpp290 Value *UV = WorkList.pop_back_val(); in CleanupConstantGlobalUsers() local
H A DAttributorAttributes.cpp2914 UndefValue &UV = *UndefValue::get(V.getType()); in manifest() local
2985 UndefValue &UV = *UndefValue::get(U->getType()); in manifest() local
3075 UndefValue &UV = *UndefValue::get(getAssociatedFunction()->getReturnType()); in manifest() local
/netbsd-src/sys/arch/hppa/hppa/
H A Ddb_disasm.c182 #define UV 0x9 macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp440 if (const auto *UV = dyn_cast<UndefValue>(this)) in getAggregateElement() local
H A DAsmWriter.cpp1920 auto *UV = cast<ConstantInt>(UE->getValue()); in writeDISubrange() local