| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
| D | bit.h | 69 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/ |
| D | LiveDebugVariables.cpp | 465 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/ |
| D | VPlanValue.h | 96 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()
|
| D | VPlan.cpp | 76 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/ |
| D | isvc_defs.h | 63 #define UV 1 macro
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | LiveDebugVariables.cpp | 589 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/ |
| D | imvc_defs.h | 57 UV = 1, enumerator
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
| D | VPlanValue.h | 79 VPValue(Value *UV = nullptr) : VPValue(VPValueSC, UV) {} in VPValue() argument
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
| D | LiveDebugVariables.cpp | 778 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/ |
| D | future_test.cc | 59 using UV = UniqueValue<Unit>; typedef
|
| /external/skia/tools/viewer/ |
| D | PatchSlide.cpp | 93 SkScalar UV = (1 - u) * (1 - v); in eval_sheet() local
|
| /external/llvm/lib/Analysis/ |
| D | GlobalsModRef.cpp | 810 const Value *UV = GV1 ? UV2 : UV1; in alias() local
|
| D | MemoryBuiltins.cpp | 437 if (UndefValue *UV = dyn_cast<UndefValue>(V)) in compute() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | GlobalsModRef.cpp | 851 const Value *UV = GV1 ? UV2 : UV1; in alias() local
|
| D | MemoryBuiltins.cpp | 602 if (UndefValue *UV = dyn_cast<UndefValue>(V)) in compute() local
|
| /external/angle/src/tests/test_utils/third_party/ |
| D | vulkan_command_buffer_utils.h | 248 #define UV(_u_, _v_) (_u_), (_v_) macro
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
| D | GlobalsModRef.cpp | 853 const Value *UV = GV1 ? UV2 : UV1; in alias() local
|
| D | MemoryBuiltins.cpp | 737 if (UndefValue *UV = dyn_cast<UndefValue>(V)) in computeImpl() local
|
| /external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/ |
| D | x86.cpp | 427 __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/ |
| D | main.c | 93 UV = 1, enumerator
|
| /external/swiftshader/src/Pipeline/ |
| D | SamplerCore.cpp | 2048 UShort4 UV; in sampleChromaTexel() local 2060 UInt4 UV; in sampleChromaTexel() local
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/ |
| D | SPIRVGlobalRegistry.cpp | 1078 UndefValue *UV = UndefValue::get(const_cast<Type *>(LLVMTy)); in getOrCreateUndef() local
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
| D | OpenMPOpt.cpp | 259 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/ |
| D | GlobalOpt.cpp | 243 Value *UV = WorkList.pop_back_val(); in CleanupConstantGlobalUsers() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
| D | Attributor.cpp | 2656 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
|