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

  /external/llvm/include/llvm/IR/
ValueHandle.h 62 PointerIntPair<Value*, 2> VP;
67 : PrevPair(nullptr, Kind), Next(nullptr), VP(nullptr, 0) {}
69 : PrevPair(nullptr, Kind), Next(nullptr), VP(V, 0) {
70 if (isValid(VP.getPointer()))
74 : PrevPair(nullptr, Kind), Next(nullptr), VP(RHS.VP) {
75 if (isValid(VP.getPointer()))
79 if (isValid(VP.getPointer()))
84 if (VP.getPointer() == RHS) return RHS;
85 if (isValid(VP.getPointer())) RemoveFromUseList()
    [all...]
  /external/clang/test/Sema/
unused-expr.c 7 void bar(volatile int *VP, int *P, int A,
10 VP < P; // expected-warning {{relational comparison result unused}}
20 *VP; // no warning.
22 VP[4]; // no warning.
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_lighttmp.h 116 GLfloat VP[3]; /* unit vector from vertex to light */
117 GLfloat n_dot_VP; /* n dot VP */
120 /* compute VP and attenuation */
123 COPY_3V(VP, light->_VP_inf_norm);
129 SUB_3V(VP, light->_Position, vertex);
131 d = (GLfloat) LEN_3FV( VP );
135 SELF_SCALE_SCALAR_3V(VP, invd);
144 GLfloat PV_dot_dir = - DOT3(VP, light->_NormSpotDirection);
160 n_dot_VP = DOT3( normal, VP );
186 /* specular term - cannibalize VP... *
    [all...]
t_rasterpos.c 133 GLfloat VP[3]; /* vector from vertex to light pos */
139 COPY_3V(VP, light->_VP_inf_norm);
146 /* VP = vector from vertex pos to light[i].pos */
147 SUB_3V(VP, light->_Position, vertex);
148 /* d = length(VP) */
149 d = (GLfloat) LEN_3FV( VP );
151 /* normalize VP */
153 SELF_SCALE_SCALAR_3V(VP, invd);
162 GLfloat PV_dot_dir = - DOT3(VP, light->_NormSpotDirection);
177 n_dot_VP = DOT3( normal, VP );
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_lighttmp.h 116 GLfloat VP[3]; /* unit vector from vertex to light */
117 GLfloat n_dot_VP; /* n dot VP */
120 /* compute VP and attenuation */
123 COPY_3V(VP, light->_VP_inf_norm);
129 SUB_3V(VP, light->_Position, vertex);
131 d = (GLfloat) LEN_3FV( VP );
135 SELF_SCALE_SCALAR_3V(VP, invd);
144 GLfloat PV_dot_dir = - DOT3(VP, light->_NormSpotDirection);
160 n_dot_VP = DOT3( normal, VP );
186 /* specular term - cannibalize VP... *
    [all...]
t_rasterpos.c 133 GLfloat VP[3]; /* vector from vertex to light pos */
139 COPY_3V(VP, light->_VP_inf_norm);
146 /* VP = vector from vertex pos to light[i].pos */
147 SUB_3V(VP, light->_Position, vertex);
148 /* d = length(VP) */
149 d = (GLfloat) LEN_3FV( VP );
151 /* normalize VP */
153 SELF_SCALE_SCALAR_3V(VP, invd);
162 GLfloat PV_dot_dir = - DOT3(VP, light->_NormSpotDirection);
177 n_dot_VP = DOT3( normal, VP );
    [all...]
  /external/clang/include/clang/Sema/
Ownership.h 188 void *VP = PtrTraits::getAsVoidPointer(V);
189 PtrWithInvalid = reinterpret_cast<uintptr_t>(VP);
203 void *VP = reinterpret_cast<void *>(PtrWithInvalid & ~0x01);
204 return PtrTraits::getFromVoidPointer(VP);
209 void *VP = PtrTraits::getAsVoidPointer(V);
210 PtrWithInvalid = reinterpret_cast<uintptr_t>(VP);
215 void *VP = PtrTraits::getAsVoidPointer(RHS);
216 PtrWithInvalid = reinterpret_cast<uintptr_t>(VP);
  /external/llvm/lib/IR/
Value.cpp 575 /// AddToExistingUseList - Add this ValueHandle to the use list for VP, where
586 assert(VP.getPointer() == Next->VP.getPointer() && "Added to wrong list?");
600 /// AddToUseList - Add this ValueHandle to the use list for VP.
602 assert(VP.getPointer() && "Null pointer doesn't have a use list!");
604 LLVMContextImpl *pImpl = VP.getPointer()->getContext().pImpl;
606 if (VP.getPointer()->HasValueHandle) {
609 ValueHandleBase *&Entry = pImpl->ValueHandles[VP.getPointer()];
623 ValueHandleBase *&Entry = Handles[VP.getPointer()];
626 VP.getPointer()->HasValueHandle = true
    [all...]
  /external/llvm/include/llvm/ADT/
PointerUnion.h 179 static inline PointerUnion getFromOpaqueValue(void *VP) {
181 V.Val = ValTy::getFromOpaqueValue(VP);
330 static inline PointerUnion3 getFromOpaqueValue(void *VP) {
332 V.Val = ValTy::getFromOpaqueValue(VP);
449 static inline PointerUnion4 getFromOpaqueValue(void *VP) {
451 V.Val = ValTy::getFromOpaqueValue(VP);
  /external/llvm/lib/Transforms/Utils/
BreakCriticalEdges.cpp 107 if (const PHINode *VP = dyn_cast<PHINode>(V))
108 if (VP->getParent() == SplitBB)
  /external/pcre/dist/
makevp.bat 1 :: AH 20-12-06 modified for new PCRE-7.0 and VP/BCC
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp     [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 666 if (const PHINode *VP = dyn_cast<PHINode>(I))
667 if (VP->getParent() == CondPHI->getParent())
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/testdata/
h264-svc-99-640x360.rtpdump 493 ?W?W?,?????S?jqV?z????;?{??.56?????S?g?????????9?O??v 9???q$?7??dO??p?-??(?X??????.?t?O?-O?{b?????????r?G???u?T??p?i????9???K??<?h???y?=>?6d 9?5?O??????Gh??4m??W?}h??k???G??ew2'?M;m???Xi?vP?A????8?x?c?????hd?t?? ??I?w??5?q??? ??*?>?mF??.??k???m?}??J??3.7???O? Yx?fh???D??u#?x?z???v?xRÄBW~t0??`?]?y??yb0????lk????v`oc?c??!?y?7:???8?[??6 ?<T?-?? ,yk??] ?????????????[??]?e????4X?Lj?Q(???P??p?-??UC8h???dW??,?;cGJ???????q?A????
    [all...]

Completed in 599 milliseconds