HomeSort by relevance Sort by last modified time
    Searched refs:Ptr (Results 101 - 125 of 450) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/llvm/include/llvm/IR/
IRBuilder.h 287 CallInst *CreateMemSet(Value *Ptr, Value *Val, uint64_t Size, unsigned Align,
289 return CreateMemSet(Ptr, Val, getInt64(Size), Align, isVolatile, TBAATag);
292 CallInst *CreateMemSet(Value *Ptr, Value *Val, Value *Size, unsigned Align,
326 CallInst *CreateLifetimeStart(Value *Ptr, ConstantInt *Size = 0);
331 CallInst *CreateLifetimeEnd(Value *Ptr, ConstantInt *Size = 0);
334 Value *getCastedInt8PtrValue(Value *Ptr);
    [all...]
IntrinsicInst.h 149 void setDest(Value *Ptr) {
150 assert(getRawDest()->getType() == Ptr->getType() &&
152 setArgOperand(0, Ptr);
228 void setSource(Value *Ptr) {
229 assert(getRawSource()->getType() == Ptr->getType() &&
231 setArgOperand(1, Ptr);
Instructions.h 143 LoadInst(Value *Ptr, const Twine &NameStr, Instruction *InsertBefore);
144 LoadInst(Value *Ptr, const Twine &NameStr, BasicBlock *InsertAtEnd);
145 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile = false,
147 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile,
149 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile,
151 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile,
153 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile,
157 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile,
162 LoadInst(Value *Ptr, const char *NameStr, Instruction *InsertBefore);
163 LoadInst(Value *Ptr, const char *NameStr, BasicBlock *InsertAtEnd)
    [all...]
  /external/llvm/include/llvm/MC/MCParser/
AsmLexer.h 45 void setBuffer(const MemoryBuffer *buf, const char *ptr = NULL);
51 bool isAtStatementSeparator(const char *Ptr);
  /external/llvm/lib/Analysis/
AliasDebugger.cpp 98 assert(Vals.find(LocA.Ptr) != Vals.end() &&
100 assert(Vals.find(LocB.Ptr) != Vals.end() &&
107 assert(Vals.find(Loc.Ptr) != Vals.end() && "Never seen value in AA before");
117 assert(Vals.find(Loc.Ptr) != Vals.end() && "Never seen value in AA before");
  /external/sfntly/cpp/src/sfntly/table/bitmap/
bitmap_glyph_info.h 74 typedef Ptr<BitmapGlyphInfo> BitmapGlyphInfoPtr;
index_sub_table_format1.h 111 typedef Ptr<IndexSubTableFormat1> IndexSubTableFormat1Ptr;
112 typedef Ptr<IndexSubTableFormat1::Builder> IndexSubTableFormat1BuilderPtr;
index_sub_table_format2.h 101 typedef Ptr<IndexSubTableFormat2> IndexSubTableFormat2Ptr;
102 typedef Ptr<IndexSubTableFormat2::Builder> IndexSubTableFormat2BuilderPtr;
index_sub_table_format3.h 108 typedef Ptr<IndexSubTableFormat3> IndexSubTableFormat3Ptr;
109 typedef Ptr<IndexSubTableFormat3::Builder> IndexSubTableFormat3BuilderPtr;
  /external/sfntly/cpp/src/test/
cmap_iterator_test.cc 72 Ptr<CMapTable::CMap> cmap_;
77 Ptr<FontFactory> font_factory;
80 Ptr<Font> font;
82 Ptr<CMapTable> cmap_table = down_cast<CMapTable*>(font->GetTable(Tag::cmap));
cmap_test.cc 97 Ptr<CMapTable::CMap> cmap1_;
98 Ptr<CMapTable::CMap> cmap2_;
120 Ptr<Font> font;
123 Ptr<CMapTable> cmap_table =
167 Ptr<FontFactory> font_factory;
177 Ptr<FontFactory> font_factory;
  /external/webrtc/src/system_wrappers/source/
condition_variable_win.h 22 void* Ptr;
  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderContext.cpp 37 if (p_shareContext.Ptr() != NULL) {
  /external/clang/test/CodeGenCXX/
x86_32-arguments.cpp 36 unsigned Ptr;
37 CallSite(unsigned XX) : Ptr(XX) {}
  /external/sfntly/cpp/src/sfntly/table/core/
horizontal_header_table.h 106 typedef Ptr<HorizontalHeaderTable> HorizontalHeaderTablePtr;
107 typedef Ptr<HorizontalHeaderTable::Builder> HorizontalHeaderTableBuilderPtr;
maximum_profile_table.h 115 typedef Ptr<MaximumProfileTable> MaximumProfileTablePtr;
116 typedef Ptr<MaximumProfileTable::Builder> MaximumProfileTableBuilderPtr;
  /external/sfntly/cpp/src/sfntly/table/truetype/
loca_table.h 178 typedef Ptr<LocaTable> LocaTablePtr;
179 typedef Ptr<LocaTable::Builder> LocaTableBuilderPtr;
glyph_table.h 108 typedef Ptr<GlyphTable::Glyph::Builder> GlyphBuilderPtr;
326 typedef Ptr<GlyphTable> GlyphTablePtr;
327 typedef Ptr<GlyphTable::Builder> GlyphTableBuilderPtr;
329 typedef Ptr<GlyphTable::Glyph> GlyphPtr;
330 typedef Ptr<GlyphTable::Glyph::Builder> GlyphBuilderPtr;
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 65 bool computeAllocSize(Value *Ptr, APInt &Offset, Value* &OffsetValue,
67 bool instrument(Value *Ptr, Value *Val);
126 /// Ptr is the pointer that will be read/written, and InstVal is either the
130 bool BoundsChecking::instrument(Value *Ptr, Value *InstVal) {
132 DEBUG(dbgs() << "Instrument " << *Ptr << " for " << Twine(NeededSize)
135 SizeOffsetEvalType SizeOffset = ObjSizeEval->compute(Ptr);
146 Type *IntTy = TD->getIntPtrType(Ptr->getType());
150 // . Offset >= 0 (since the offset is given from the base ptr)
  /external/llvm/lib/Transforms/ObjCARC/
DependencyAnalysis.cpp 35 llvm::objcarc::CanAlterRefCount(const Instruction *Inst, const Value *Ptr,
59 if (IsPotentialRetainableObjPtr(Op, *PA.getAA()) && PA.related(Ptr, Op))
72 llvm::objcarc::CanUse(const Instruction *Inst, const Value *Ptr,
91 if (IsPotentialRetainableObjPtr(Op, *PA.getAA()) && PA.related(Ptr, Op))
101 return IsPotentialRetainableObjPtr(Op, *PA.getAA()) && PA.related(Op, Ptr);
108 if (IsPotentialRetainableObjPtr(Op, *PA.getAA()) && PA.related(Ptr, Op))
  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
vectorbuffer.h 28 const TUint8* Ptr() const;
113 if(iBottom->Succ()->Ptr() - iBuffer > (C - (len + TInt(sizeof(TNode)))))
158 return TPtrC8(node->Ptr(), node->Size());
190 return t->Ptr();
220 const TPtrC8 ptr = TVectorBuffer<C * sizeof(T)>::Shift(); local
221 return *(reinterpret_cast<const T*>(ptr.Ptr()));
234 const TPtrC8 ptr = TVectorBuffer<C * sizeof(T)>::operator[](aIndex); local
235 return *(reinterpret_cast<const T*>(ptr.Ptr()));
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
FramebufferData.cpp 58 m_attachPoints[idx].obj.Ptr() != obj.Ptr() ||
68 if (target == GL_RENDERBUFFER_OES && obj.Ptr() != NULL) {
69 RenderbufferData *rbData = (RenderbufferData *)obj.Ptr();
102 if (m_attachPoints[idx].target == GL_RENDERBUFFER_OES && m_attachPoints[idx].obj.Ptr() != NULL) {
103 RenderbufferData *rbData = (RenderbufferData *)m_attachPoints[idx].obj.Ptr();
  /external/clang/lib/Lex/
Lexer.cpp     [all...]
  /external/llvm/lib/Support/
SourceMgr.cpp 36 static LineNoCacheTy *getCache(void *Ptr) {
37 return (LineNoCacheTy*)Ptr;
100 const char *Ptr = BufStart;
108 Ptr = Cache->LastQuery;
114 for (; SMLoc::getFromPointer(Ptr) != Loc; ++Ptr)
115 if (*Ptr == '\n') ++LineNo;
124 Cache.LastQuery = Ptr;
127 size_t NewlineOffs = StringRef(BufStart, Ptr-BufStart).find_last_of("\n\r");
129 return std::make_pair(LineNo, Ptr-BufStart-NewlineOffs)
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 350 static void setDebugLocFromInst(IRBuilder<> &B, const Value *Ptr) {
351 if (const Instruction *Inst = dyn_cast_or_null<Instruction>(Ptr))
398 IK_ReversePtrInduction ///< Reverse ptr indvar. Step = - sizeof(elem).
463 void insert(ScalarEvolution *SE, Loop *Lp, Value *Ptr, bool WritePtr,
531 int isConsecutivePtr(Value *Ptr);
    [all...]

Completed in 471 milliseconds

1 2 3 45 6 7 8 91011>>