HomeSort by relevance Sort by last modified time
    Searched refs:VPtr (Results 1 - 10 of 10) sorted by null

  /external/libvpx/libvpx/vp8/common/
extend.h 21 unsigned char *UPtr, unsigned char *VPtr);
extend.c 130 unsigned char *UPtr, unsigned char *VPtr) {
135 VPtr += ybf->uv_stride * 6;
140 VPtr[i] = VPtr[-1];
145 VPtr += ybf->uv_stride;
150 VPtr[i] = VPtr[-1];
  /external/llvm/lib/Analysis/
TypeMetadataUtils.cpp 40 // Search for virtual calls that load from VPtr and add them to DevirtCalls.
44 Value *VPtr, int64_t Offset) {
45 for (const Use &U : VPtr->uses()) {
53 if (VPtr == GEP->getPointerOperand() && GEP->hasAllConstantIndices()) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
TypeMetadataUtils.cpp 40 // Search for virtual calls that load from VPtr and add them to DevirtCalls.
44 Value *VPtr, int64_t Offset) {
45 for (const Use &U : VPtr->uses()) {
53 if (VPtr == GEP->getPointerOperand() && GEP->hasAllConstantIndices()) {
  /external/clang/lib/CodeGen/
CGCXXABI.h 377 CodeGenFunction::VPtr Vptr) = 0;
401 /// used for the vptr at the given offset in RD.
CGClass.cpp     [all...]
CodeGenFunction.h     [all...]
MicrosoftCXXABI.cpp 264 CodeGenFunction::VPtr Vptr) override;
    [all...]
ItaniumCXXABI.cpp 239 CodeGenFunction::VPtr Vptr) override;
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]

Completed in 234 milliseconds