/external/llvm/lib/Analysis/ |
DivergenceAnalysis.cpp | 142 BasicBlock *ThisBB = TI->getParent(); 194 if (!InfluenceRegion.count(UserInst->getParent())) { 302 F = Arg->getParent(); 305 F = I->getParent()->getParent();
|
/external/llvm/lib/CodeGen/ |
LiveRangeEdit.cpp | 63 for (VNInfo *VNI : getParent().valnos) { 94 if (MRI.isConstantPhysReg(MO.getReg(), *OrigMI->getParent()->getParent())) 170 MachineInstr *MI = MO.getParent(); 223 const MachineInstr *MI = MO.getParent();
|
RegisterScavenging.cpp | 60 const MachineFunction &MF = *MBB->getParent(); 67 MachineFunction &MF = *mbb->getParent(); 230 MBB->getParent()->verify(nullptr, "In Register Scavenger"); 371 TRI->getAllocatableSet(*I->getParent()->getParent(), RC);
|
LiveVariables.cpp | 62 if (Kills[i]->getParent() == MBB) 101 if (VRInfo.Kills[i]->getParent() == MBB) { 140 if (!VRInfo.Kills.empty() && VRInfo.Kills.back()->getParent() == MBB) { 149 assert(VRInfo.Kills[i]->getParent() != MBB && "entry should be at end!"); 168 if (MBB == MRI->getVRegDef(reg)->getParent()) return; 179 MarkVirtRegAliveInBlock(VRInfo, MRI->getVRegDef(reg)->getParent(), *PI); 538 MachineBasicBlock *MBB = MI->getParent(); 595 MarkVirtRegAliveInBlock(getVarInfo(*I),MRI->getVRegDef(*I)->getParent(), 732 if (Def && Def->getParent() == &MBB) 744 Kills.insert(VI.Kills[i]->getParent()); [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64LoadStoreOptimizer.cpp | 563 MachineFunction *MF = MI->getParent()->getParent(); 631 NewMemMI = BuildMI(*I->getParent(), InsertionPoint, I->getDebugLoc(), 657 BitExtMI1 = BuildMI(*I->getParent(), InsertionPoint, I->getDebugLoc(), 666 BitExtMI2 = BuildMI(*I->getParent(), InsertionPoint, I->getDebugLoc(), 672 BitExtMI2 = BuildMI(*I->getParent(), InsertionPoint, I->getDebugLoc(), 683 BitExtMI1 = BuildMI(*I->getParent(), InsertionPoint, I->getDebugLoc(), 689 BitExtMI1 = BuildMI(*I->getParent(), InsertionPoint, I->getDebugLoc(), 698 BitExtMI2 = BuildMI(*I->getParent(), InsertionPoint, I->getDebugLoc(), 725 MIB = BuildMI(*I->getParent(), InsertionPoint, I->getDebugLoc() [all...] |
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
AArch64MachObjectWriter.cpp | 232 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); 289 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); 296 static_cast<const MCSectionMachO &>(*Fragment->getParent()); 401 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); 422 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE);
|
/external/llvm/lib/Target/X86/ |
X86OptimizeLEAs.cpp | 102 const MachineBasicBlock *MBB = First.getParent(); 105 assert(Last.getParent() == MBB && 124 const MachineFunction *MF = MI.getParent()->getParent(); 236 MachineBasicBlock *MBB = List[0]->getParent();
|
/external/llvm/lib/Transforms/Utils/ |
Local.cpp | 82 //cerr << "Function: " << T->getParent()->getParent() 83 // << "\nRemoving branch from " << T->getParent() 102 assert(BI->getParent() && "Terminator not inserted in block!"); 103 Dest1->removePredecessor(BI->getParent()); 166 DefaultDest->removePredecessor(SI->getParent()); 189 BasicBlock *BB = SI->getParent(); 257 IBI->getDestination(i)->removePredecessor(IBI->getParent()); 586 if (PredBB == &DestBB->getParent()->getEntryBlock()) 631 if (BBPN && BBPN->getParent() == BB) [all...] |
SimplifyLibCalls.cpp | 131 const DataLayout &DL = F->getParent()->getDataLayout(); 561 Function *Caller = CI->getParent()->getParent(); [all...] |
LoopUtils.cpp | 162 if (Phi->getParent() != TheLoop->getHeader()) 243 if (Cur != Phi && IsAPhi && Cur->getParent() == Phi->getParent()) 289 BasicBlock *Parent = UI->getParent(); 471 Function &F = *Header->getParent(); 675 assert(AR->getLoop()->getHeader() == Phi->getParent() && 723 return !L->contains(Use->getParent());
|
/frameworks/compile/mclinker/lib/LD/ |
GarbageCollection.cpp | 163 &sym->outSymbol()->fragRef()->frag()->getParent()->getSection(); 221 &sym->fragRef()->frag()->getParent()->getSection(); 235 pEntry.push_back(&entry_sym->fragRef()->frag()->getParent()->getSection()); 259 &sym->fragRef()->frag()->getParent()->getSection(); 280 const LDSection* sect = &sym->fragRef()->frag()->getParent()->getSection();
|
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
LoggerTest.java | 104 assertNull(Logger.global.getParent().getParent()); 124 assertNull(mlog.getParent()); 140 assertNull(mlog.getParent()); 191 assertNull(alog.getParent().getParent()); 208 assertNull(alog.getParent().getParent()); 257 assertNull(log.getParent().getParent()); [all...] |
/external/llvm/lib/IR/ |
Verifier.cpp | 218 M = F.getParent(); 681 Assert(I->getParent(), "function-local metadata not in basic block", L, I); 682 ActualF = I->getParent()->getParent(); 684 ActualF = BB->getParent(); 686 ActualF = A->getParent(); [all...] |
Value.cpp | 128 if (User && User->getParent() == BB) 141 if (BasicBlock *P = I->getParent()) 142 if (Function *PP = P->getParent()) 145 if (Function *P = BB->getParent()) 148 if (Module *P = GV->getParent()) 151 if (Function *P = A->getParent()) 321 const Module *M = GV->getParent(); 407 if (Usr && Usr->getParent() == BB) 523 if (PN && PN->getParent() == CurBB)
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
ARMLDBackend.cpp | 111 uint64_t addrA = textFragA->getParent()->getSection().addr() + 113 uint64_t addrB = textFragB->getParent()->getSection().addr() + 595 &sym->outSymbol()->fragRef()->frag()->getParent()->getSection(); 742 uint64_t prevTextEnd = prevTextFrag->getParent()->getSection().addr() + 749 uint64_t currTextBegin = currTextFrag->getParent()->getSection().addr() + 849 symbol->fragRef()->frag()->getParent()->getSection().addr(); 916 if (exit == (*island).begin()->getParent()->end()) { 922 (invalid_frags.back()->getParent() != (*island).getParent())) { [all...] |
/prebuilts/tools/common/lombok-ast/ |
lombok-ast-0.2.1.jar | |
/prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/ |
lombok-ast-0.2.1.jar | |
/external/llvm/include/llvm/CodeGen/ |
MachineRegisterInfo.h | [all...] |
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDILPeepholeOptimizer.cpp | 371 F->getParent()->getOrInsertFunction(buffer, F->getFunctionType())); 661 dyn_cast<Function>(inst->getParent()->getParent()->getParent()-> 826 dyn_cast<Function>(inst->getParent()->getParent()->getParent()-> [all...] |
/external/llvm/lib/Target/ARM/ |
ARMConstantIslandPass.cpp | 196 HighWaterMark = CPEMI->getParent(); 654 if (std::next(MBBI) == MBB->getParent()->end()) [all...] |
ARMBaseInstrInfo.cpp | 137 MachineFunction &MF = *MI->getParent()->getParent(); 398 ARMFunctionInfo *AFI = MBB.getParent()->getInfo<ARMFunctionInfo>(); 444 MachineBasicBlock::const_instr_iterator E = MI->getParent()->instr_end(); 462 MachineInstrBuilder(*MI->getParent()->getParent(), MI) 566 MI->getParent()->getParent()->getInfo<ARMFunctionInfo>(); 598 const MachineBasicBlock &MBB = *MI->getParent(); 599 const MachineFunction *MF = MBB.getParent(); [all...] |
/art/compiler/optimizing/ |
ssa_liveness_analysis.cc | 265 environment = environment->GetParent()) { 379 if (GetParent() == this && defined_by_ != nullptr) { 400 LiveInterval* existing = GetParent()->GetSiblingAt(position); 546 HInstruction* defined_by = GetParent()->GetDefinedBy(); 549 } else if (GetParent()->HasSpillSlot()) { 551 return Location::DoubleStackSlot(GetParent()->GetSpillSlot()); 553 return Location::StackSlot(GetParent()->GetSpillSlot());
|
/cts/tests/tests/widget/src/android/widget/cts/ |
ListViewTest.java | 646 assertNull("test sanity, header should be removed", header.getParent()); 663 assertNull("test sanity, header should be removed", header.getParent()); 677 while(header.getParent() != null) { 697 assertNull("test sanity, unused view should be removed", theView.getParent()); 705 assertNotNull("test sanity, view should be re-added", theView.getParent()); 722 assertNull("test sanity, unused view should be removed", theView.getParent()); 728 assertNotNull("test sanity, view should be re-added", theView.getParent()); 742 while(theView.getParent() != null) { 749 while(theView.getParent() == null) { [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
ExprEngineCallAndReturn.cpp | 227 calleeCtx->getParent()->getCurrentStackFrame(); 267 svalBuilder.getCXXThis(CCE->getConstructor()->getParent(), calleeCtx); 370 LCtx = LCtx->getParent(); 380 LCtx = LCtx->getParent(); 391 while (const DeclContext *Parent = ND->getParent()) { 623 if (const Stmt *Parent = CurLC->getParentMap().getParent(CtorExpr)) 633 if (Ctor.getDecl()->getParent()->hasTrivialDestructor()) 722 return isContainerClass(Ctx, MD->getParent()); 733 const CXXRecordDecl *RD = Dtor->getParent(); [all...] |
/external/llvm/include/llvm/Analysis/ |
LoopInfo.h | 126 return contains(Inst->getParent()); 689 if (I->getParent() == From->getParent()) 693 Loop *ToLoop = getLoopFor(I->getParent()); 698 return ToLoop->contains(getLoopFor(From->getParent())); 711 auto *OldBB = Inst->getParent(); 712 auto *NewBB = NewLoc->getParent(); 742 : UI->getParent(); 764 auto *DefBlock = DefI->getParent();
|