Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveDebugVariables.cpp416 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/
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/skia/samplecode/
DSamplePatch.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/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp243 Value *UV = WorkList.pop_back_val(); in CleanupConstantGlobalUsers() local
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp272 UV = VALUE_UINT_VEC, enumerator
/external/deqp/modules/gles3/functional/
Des3fShaderOperatorTests.cpp292 UV = VALUE_UINT_VEC, enumerator
/external/llvm/lib/IR/
DConstants.cpp272 if (const UndefValue *UV = dyn_cast<UndefValue>(this)) in getAggregateElement() local