/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
MachineInstr.cpp | 469 Parent(0) { 488 MemRefs(0), MemRefsEnd(0), Parent(0) { 503 MemRefs(0), MemRefsEnd(0), Parent(0), debugLoc(dl) { 519 MemRefs(0), MemRefsEnd(0), Parent(0) { 535 MemRefs(0), MemRefsEnd(0), Parent(0), debugLoc(dl) { 551 Parent(0), debugLoc(MI.getDebugLoc()) { 561 // Set parent to null. 562 Parent = 0; [all...] |
/external/llvm/lib/IR/ |
Function.cpp | 48 Parent = nullptr; 55 void Argument::setParent(Function *parent) { 56 Parent = parent; 197 AttributeSet::get(Parent->getContext(), 207 AttributeSet::get(Parent->getContext(), 335 void Function::setParent(Module *parent) { 336 Parent = parent; [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineSelect.cpp | [all...] |
/external/clang/tools/libclang/ |
CXIndexDataConsumer.cpp | 204 dyn_cast_or_null<NamedDecl>(ASTNode.Parent), 878 const NamedDecl *Parent, 887 return handleReference(D, Loc, Cursor, Parent, DC, E, Kind); 892 const NamedDecl *Parent, 921 getEntityInfo(Parent, ParentEntity, SA); 930 Parent ? &ParentEntity : nullptr, [all...] |
CIndex.cpp | 208 switch (Visitor(Cursor, Parent, ClientData)) { 488 // Set the Parent field to Cursor, then back to its old value once we're 490 SetParentRAII SetParent(Parent, StmtParent, Cursor); 4048 (^CXCursorVisitorBlock)(CXCursor cursor, CXCursor parent); variable [all...] |
/external/clang/include/clang/Serialization/ |
ASTWriter.h | 267 /// \brief Set of parent Stmts for the currently serializing sub-stmt. 729 ASTRecordWriter(ASTRecordWriter &Parent, ASTWriter::RecordDataImpl &Record) 730 : Writer(Parent.Writer), Record(&Record) {} [all...] |
/external/llvm/include/llvm/Analysis/ |
LoopInfoImpl.h | 181 /// Because of this, it is added as a member of all parent loops, and is added 198 // Add the basic block to this loop and all parent loops... 207 /// parent pointer of OldChild to be null and the NewChild to be this loop. 213 assert(!NewChild->ParentLoop && "NewChild already has a parent!"); 297 // Check the parent loop pointer. 301 "Loop is not a subloop of its parent!"); 344 /// loop have their parent loop set to this loop or a subloop. 377 while (LoopT *Parent = Subloop->getParentLoop()) 378 Subloop = Parent; 430 /// subloop header, add the subloop to its parent in PostOrder, then reverse th [all...] |
/external/llvm/lib/Analysis/ |
LoopInfo.cpp | 397 /// Find the new parent loop for all blocks within the "unloop" whose last 407 // subloop's new parent will be the nearest loop reachable from either its own 430 /// Update the parent loop for all blocks that are directly contained within the 449 // Or the current block is part of a subloop, in which case its parent 482 // ancestors below the new parent loop. 501 /// Update the parent loop for all subloops directly nested within unloop. 508 if (Loop *Parent = SubloopParents[Subloop]) 509 Parent->addChildLoop(Subloop); 515 /// Return the nearest parent loop among this block's successors. If a successor 516 /// is a subloop header, consider its parent to be the nearest parent of th [all...] |
LazyCallGraph.cpp | 243 "Edge to a RefSCC missing us in its parent set."); 604 // couldn't impact the low-link of this parent because it isn't 737 // The only change required is to add this SCC to the parent set of the 762 // is to walk the RefSCC inverted DAG formed by the parent sets. The inverse 774 // because we don't use stably ordered containers for the parent SCCs. 776 // The set of RefSCCs that are connected to the parent, and thus will 793 RefSCC &Parent = *I++; 795 // If we have already processed this parent SCC, skip it, and remember 799 if (ConnectedSet.count(&Parent)) { 805 if (Visited.count(&Parent)) [all...] |
/external/llvm/lib/Transforms/Scalar/ |
MergedLoadStoreMotion.cpp | 115 /// \brief Remove instruction from parent and update memory dependence 142 /// \brief Remove instruction from parent and update memory dependence analysis. 283 /// \brief Return true if no operand of \p I is defined in I's parent block 286 BasicBlock *Parent = I->getParent(); 289 if (Instr->getParent() == Parent)
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
SelectionDAGBuilder.h | 276 Parent(P), Default(D), Cases(C) { } 283 MachineBasicBlock *Parent;
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
LoopSimplify.cpp | 224 // Must be exactly this loop: no subloops, parent loops, or non-loop preds 329 // ScalarEvolution. Currently assume the parent loop doesn't change 331 // in the parent loop change, then we need call to forgetLoop() for the 332 // parent instead. 570 // Change the parent loop to use the outer loop as its child now. 571 if (Loop *Parent = L->getParentLoop()) 572 Parent->replaceChildLoopWith(L, NewOuter); 613 // Move this block to the parent, updating the exit blocks sets 731 // loop and all parent loops.
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/ |
LoopInfoImpl.h | 182 /// Because of this, it is added as a member of all parent loops, and is added 204 // Add the basic block to this loop and all parent loops... 213 /// parent pointer of OldChild to be null and the NewChild to be this loop. 219 assert(!NewChild->ParentLoop && "NewChild already has a parent!"); 295 // Check the parent loop pointer. 298 "Loop is not a subloop of its parent!"); 348 /// loop have their parent loop set to this loop or a subloop. 381 while (LoopT *Parent = Subloop->getParentLoop()) 382 Subloop = Parent; 434 /// subloop header, add the subloop to its parent in PostOrder, then reverse th [all...] |
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/ |
LoopInfoImpl.h | 182 /// Because of this, it is added as a member of all parent loops, and is added 204 // Add the basic block to this loop and all parent loops... 213 /// parent pointer of OldChild to be null and the NewChild to be this loop. 219 assert(!NewChild->ParentLoop && "NewChild already has a parent!"); 295 // Check the parent loop pointer. 298 "Loop is not a subloop of its parent!"); 348 /// loop have their parent loop set to this loop or a subloop. 381 while (LoopT *Parent = Subloop->getParentLoop()) 382 Subloop = Parent; 434 /// subloop header, add the subloop to its parent in PostOrder, then reverse th [all...] |
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/ |
LoopInfoImpl.h | 182 /// Because of this, it is added as a member of all parent loops, and is added 204 // Add the basic block to this loop and all parent loops... 213 /// parent pointer of OldChild to be null and the NewChild to be this loop. 219 assert(!NewChild->ParentLoop && "NewChild already has a parent!"); 295 // Check the parent loop pointer. 298 "Loop is not a subloop of its parent!"); 348 /// loop have their parent loop set to this loop or a subloop. 381 while (LoopT *Parent = Subloop->getParentLoop()) 382 Subloop = Parent; 434 /// subloop header, add the subloop to its parent in PostOrder, then reverse th [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/ |
LoopInfoImpl.h | 182 /// Because of this, it is added as a member of all parent loops, and is added 204 // Add the basic block to this loop and all parent loops... 213 /// parent pointer of OldChild to be null and the NewChild to be this loop. 219 assert(!NewChild->ParentLoop && "NewChild already has a parent!"); 295 // Check the parent loop pointer. 298 "Loop is not a subloop of its parent!"); 348 /// loop have their parent loop set to this loop or a subloop. 381 while (LoopT *Parent = Subloop->getParentLoop()) 382 Subloop = Parent; 434 /// subloop header, add the subloop to its parent in PostOrder, then reverse th [all...] |
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/ |
LoopInfoImpl.h | 182 /// Because of this, it is added as a member of all parent loops, and is added 204 // Add the basic block to this loop and all parent loops... 213 /// parent pointer of OldChild to be null and the NewChild to be this loop. 219 assert(!NewChild->ParentLoop && "NewChild already has a parent!"); 295 // Check the parent loop pointer. 298 "Loop is not a subloop of its parent!"); 348 /// loop have their parent loop set to this loop or a subloop. 381 while (LoopT *Parent = Subloop->getParentLoop()) 382 Subloop = Parent; 434 /// subloop header, add the subloop to its parent in PostOrder, then reverse th [all...] |
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/ |
LoopInfoImpl.h | 182 /// Because of this, it is added as a member of all parent loops, and is added 204 // Add the basic block to this loop and all parent loops... 213 /// parent pointer of OldChild to be null and the NewChild to be this loop. 219 assert(!NewChild->ParentLoop && "NewChild already has a parent!"); 295 // Check the parent loop pointer. 298 "Loop is not a subloop of its parent!"); 348 /// loop have their parent loop set to this loop or a subloop. 381 while (LoopT *Parent = Subloop->getParentLoop()) 382 Subloop = Parent; 434 /// subloop header, add the subloop to its parent in PostOrder, then reverse th [all...] |
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/ |
LoopInfoImpl.h | 182 /// Because of this, it is added as a member of all parent loops, and is added 204 // Add the basic block to this loop and all parent loops... 213 /// parent pointer of OldChild to be null and the NewChild to be this loop. 219 assert(!NewChild->ParentLoop && "NewChild already has a parent!"); 295 // Check the parent loop pointer. 298 "Loop is not a subloop of its parent!"); 348 /// loop have their parent loop set to this loop or a subloop. 381 while (LoopT *Parent = Subloop->getParentLoop()) 382 Subloop = Parent; 434 /// subloop header, add the subloop to its parent in PostOrder, then reverse th [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/ |
LoopInfoImpl.h | 182 /// Because of this, it is added as a member of all parent loops, and is added 204 // Add the basic block to this loop and all parent loops... 213 /// parent pointer of OldChild to be null and the NewChild to be this loop. 219 assert(!NewChild->ParentLoop && "NewChild already has a parent!"); 295 // Check the parent loop pointer. 298 "Loop is not a subloop of its parent!"); 348 /// loop have their parent loop set to this loop or a subloop. 381 while (LoopT *Parent = Subloop->getParentLoop()) 382 Subloop = Parent; 434 /// subloop header, add the subloop to its parent in PostOrder, then reverse th [all...] |
/external/deqp/external/vulkancts/framework/vulkan/ |
vkNullDriver.cpp | 58 template<typename Object, typename Handle, typename Parent, typename CreateInfo> 59 Handle allocateHandle (Parent parent, const CreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator) 68 obj = new (mem) Object(parent, pCreateInfo); 78 obj = new Object(parent, pCreateInfo); 122 template<typename Object, typename Handle, typename Parent, typename CreateInfo> 123 Handle allocateNonDispHandle (Parent parent, const CreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator) 125 Object* const obj = allocateHandle<Object, Object*>(parent, pCreateInfo, pAllocator); [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfUnit.h | 133 /// Walks the metadata parent chain in a language specific manner (using the 136 /// parent context and walking the DIEs looking for names is more expensive 301 /// Create a DIE with the given Tag, add the DIE to its parent, and 303 DIE &createAndAddDIE(unsigned Tag, DIE &Parent, const DINode *N = nullptr);
|
/external/llvm/lib/Target/AMDGPU/ |
SIMachineScheduler.h | 390 void releaseBlockSuccs(SIScheduleBlock *Parent);
|
/external/pdfium/xfa/fde/xml/ |
fde_xml_imp.h | 31 Parent,
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
ProfileInfo.cpp | 299 const BasicBlock *Parent = P.find(BB)->second; 300 Edge e = getEdge(Parent,BB); 304 if (Parent != oldedge.first) { 307 BB = Parent; [all...] |