/freebsd-src/contrib/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
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanValue.h | 96 VPValue(VPValueSC,UV,nullptr) VPValue() argument 98 VPValue(VPVRecipeSC,UV,Def) VPValue() argument 100 VPValue(Value * UV,VPDef * Def) VPValue() argument
|
H A D | VPlan.cpp | 79 VPValue(const unsigned char SC,Value * UV,VPDef * Def) VPValue() argument 1171 if (const Value *UV = getUnderlyingValue()) { printAsOperand() local
|
H A D | VPlanTransforms.cpp | 928 auto *UV = dyn_cast_or_null<Instruction>(Op->getUnderlyingValue()); truncateToMinimalBitwidths() local
|
H A D | LoopVectorize.cpp | 8792 auto *UV = Def->getUnderlyingValue(); tryToBuildVPlanWithVPRecipes() local
|
/freebsd-src/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 1493 for (UserValue *UV = lookupVirtReg(OldReg); UV; UV = UV->getNext()) splitRegister() local 1500 UserValue *UV = lookupVirtReg(OldReg); splitRegister() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | GlobalsModRef.cpp | 850 const Value *UV = GV1 ? UV2 : UV1; alias() local
|
H A D | MemoryBuiltins.cpp | 768 if (UndefValue *UV = dyn_cast<UndefValue>(V)) in computeValue() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVGlobalRegistry.cpp | 1164 UndefValue *UV = UndefValue::get(const_cast<Type *>(LLVMTy)); getOrCreateUndef() local
|
/freebsd-src/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 in deduplicateRuntimeCalls() local [all...] |
H A D | AttributorAttributes.cpp | 4351 UndefValue &UV = *UndefValue::get(U->getType()); manifest() local 4441 UndefValue &UV = *UndefValue::get(getAssociatedFunction()->getReturnType()); manifest() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Constants.cpp | 437 if (const auto *UV = dyn_cast<UndefValue>(this)) getAggregateElement() local
|
H A D | AsmWriter.cpp | 1968 auto *UV = cast<ConstantInt>(UE->getValue()); writeDISubrange() local
|