Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
Dbit.h69 uint16_t UV = V; in byteswap() local
80 uint32_t UV = V; in byteswap() local
93 uint64_t UV = V; in byteswap() local
/external/llvm/lib/CodeGen/
DLiveDebugVariables.cpp465 UserValue *UV = Leader->getLeader(); in getUserValue() local
474 UserValue *UV = userValues.back().get(); in getUserValue() local
486 if (UserValue *UV = virtRegToEqClass.lookup(VirtReg)) in lookupVirtReg() local
506 UserValue *UV = getUserValue(Var, Expr, Offset, IsIndirect, MI.getDebugLoc()); in handleDebugValue() local
895 for (UserValue *UV = lookupVirtReg(OldReg); UV; UV = UV->getNext()) in splitRegister() local
902 UserValue *UV = lookupVirtReg(OldReg); in splitRegister() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
DVPlanValue.h96 VPValue(Value *UV = nullptr) : VPValue(VPValueSC, UV, nullptr) {} in VPValue() argument
98 VPValue(VPDef *Def, Value *UV = nullptr) : VPValue(VPVRecipeSC, UV, Def) {} in VPValue() argument
100 VPValue(Value *UV, VPDef *Def) : VPValue(VPValueSC, UV, Def) {} in VPValue()
DVPlan.cpp76 VPValue::VPValue(const unsigned char SC, Value *UV, VPDef *Def) in VPValue()
1015 if (const Value *UV = getUnderlyingValue()) { in printAsOperand() local
/external/libavc/common/svc/
Disvc_defs.h63 #define UV 1 macro
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveDebugVariables.cpp589 UserValue *UV = Leader->getLeader(); in getUserValue() local
598 UserValue *UV = userValues.back().get(); in getUserValue() local
610 if (UserValue *UV = virtRegToEqClass.lookup(VirtReg)) in lookupVirtReg() local
663 UserValue *UV = in handleDebugValue() local
1154 for (UserValue *UV = lookupVirtReg(OldReg); UV; UV = UV->getNext()) in splitRegister() local
1161 UserValue *UV = lookupVirtReg(OldReg); in splitRegister() local
/external/libavc/common/mvc/
Dimvc_defs.h57 UV = 1, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlanValue.h79 VPValue(Value *UV = nullptr) : VPValue(VPValueSC, UV) {} in VPValue() argument
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DLiveDebugVariables.cpp778 UserValue *&UV = userVarMap[ID]; in getUserValue() local
794 if (UserValue *UV = virtRegToEqClass.lookup(VirtReg)) in lookupVirtReg() local
857 UserValue *UV = getUserValue(Var, Expr->getFragmentInfo(), MI.getDebugLoc()); in handleDebugValue() local
1492 for (UserValue *UV = lookupVirtReg(OldReg); UV; UV = UV->getNext()) in splitRegister() local
1499 UserValue *UV = lookupVirtReg(OldReg); in splitRegister() local
/external/federated-compute/fcp/base/
Dfuture_test.cc59 using UV = UniqueValue<Unit>; typedef
/external/skia/tools/viewer/
DPatchSlide.cpp93 SkScalar UV = (1 - u) * (1 - v); in eval_sheet() local
/external/llvm/lib/Analysis/
DGlobalsModRef.cpp810 const Value *UV = GV1 ? UV2 : UV1; in alias() local
DMemoryBuiltins.cpp437 if (UndefValue *UV = dyn_cast<UndefValue>(V)) in compute() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DGlobalsModRef.cpp851 const Value *UV = GV1 ? UV2 : UV1; in alias() local
DMemoryBuiltins.cpp602 if (UndefValue *UV = dyn_cast<UndefValue>(V)) in compute() local
/external/angle/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h248 #define UV(_u_, _v_) (_u_), (_v_) macro
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DGlobalsModRef.cpp853 const Value *UV = GV1 ? UV2 : UV1; in alias() local
DMemoryBuiltins.cpp737 if (UndefValue *UV = dyn_cast<UndefValue>(V)) in computeImpl() local
/external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/
Dx86.cpp427 __m128i Y, UV, U, V, R, G, B, A; in rsdIntrinsicYuv_K() local
489 __m128i Y, UV, U, V, R, G, B, A; in rsdIntrinsicYuvR_K() local
/external/libavc/examples/mvcdec/
Dmain.c93 UV = 1, enumerator
/external/swiftshader/src/Pipeline/
DSamplerCore.cpp2048 UShort4 UV; in sampleChromaTexel() local
2060 UInt4 UV; in sampleChromaTexel() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/
DSPIRVGlobalRegistry.cpp1078 UndefValue *UV = UndefValue::get(const_cast<Type *>(LLVMTy)); in getOrCreateUndef() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
DOpenMPOpt.cpp259 std::shared_ptr<UseVector> &UV = UsesMap[F]; in getOrCreateUseVector() local
297 UseVector &UV = getOrCreateUseVector(F); in foreachUse() local
1682 auto *UV = RFI.getUseVector(F); in deduplicateRuntimeCalls() local
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp243 Value *UV = WorkList.pop_back_val(); in CleanupConstantGlobalUsers() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp2656 UndefValue &UV = *UndefValue::get(V.getType()); in manifest() local
2723 UndefValue &UV = *UndefValue::get(U->getType()); in manifest() local
2758 UndefValue &UV = *UndefValue::get(getAssociatedFunction()->getReturnType()); in manifest() local

12