Searched defs:UV (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | LiveDebugVariables.cpp | 416 UserValue *UV = Leader->getLeader(); in getUserValue() local 423 UserValue *UV = new UserValue(Var, Offset, DL, allocator); in getUserValue() local 436 if (UserValue *UV = virtRegToEqClass.lookup(VirtReg)) in lookupVirtReg() local 452 UserValue *UV = getUserValue(Var, Offset, MI->getDebugLoc()); in handleDebugValue() local 718 UserValue *UV = lookupVirtReg(OldReg); in renameRegister() local 857 for (UserValue *UV = lookupVirtReg(OldReg); UV; UV = UV->getNext()) in splitRegister() local 864 UserValue *UV = lookupVirtReg(OldReg); in splitRegister() 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/skia/samplecode/ |
D | SamplePatch.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/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 243 Value *UV = WorkList.pop_back_val(); in CleanupConstantGlobalUsers() local
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderOperatorTests.cpp | 272 UV = VALUE_UINT_VEC, enumerator
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderOperatorTests.cpp | 292 UV = VALUE_UINT_VEC, enumerator
|
/external/llvm/lib/IR/ |
D | Constants.cpp | 272 if (const UndefValue *UV = dyn_cast<UndefValue>(this)) in getAggregateElement() local
|