HomeSort by relevance Sort by last modified time
    Searched refs:getBlock (Results 1 - 25 of 277) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/include/clang/Analysis/
CFGStmtMap.h 44 CFGBlock *getBlock(Stmt * S);
46 const CFGBlock *getBlock(const Stmt * S) const {
47 return const_cast<CFGStmtMap*>(this)->getBlock(const_cast<Stmt*>(S));
  /frameworks/av/media/libaaudio/src/flowgraph/
ClipToRange.cpp 31 const float *inputBuffer = input.getBlock();
32 float *outputBuffer = output.getBlock();
MonoToMultiConverter.cpp 34 const float *inputBuffer = input.getBlock();
35 float *outputBuffer = output.getBlock();
AudioProcessorBase.cpp 69 float *AudioFloatInputPort::getBlock() {
71 return AudioFloatBlockPort::getBlock(); // loaded using setValue()
73 return mConnected->getBlock();
AudioProcessorBase.h 125 virtual float *getBlock() {
147 using AudioFloatBlockPort::getBlock;
190 float *getBlock() override;
204 float *buffer = getBlock();
SinkFloat.cpp 39 const float *signal = input.getBlock();
SourceFloat.cpp 30 float *outputBuffer = output.getBlock();
RampLinear.cpp 48 const float *inputBuffer = input.getBlock();
49 float *outputBuffer = output.getBlock();
SinkI16.cpp 43 const float *signal = input.getBlock();
SourceI16.cpp 34 float *floatData = output.getBlock();
  /external/swiftshader/third_party/LLVM/lib/Analysis/
PathProfileInfo.cpp 152 next->getSource()->getBlock(),
153 next->getTarget()->getBlock(),
159 next->getRealEdge()->getSource()->getBlock(),
160 next->getRealEdge()->getTarget()->getBlock(),
166 next->getRealEdge()->getSource()->getBlock(),
167 next->getRealEdge()->getTarget()->getBlock(),
188 pbv->push_back (currentNode->getBlock());
191 pbv->push_back (currentNode->getBlock());
192 pbv->push_back (next->getRealEdge()->getTarget()->getBlock());
208 return edge->getTarget()->getBlock();
    [all...]
PathNumbering.cpp 56 BasicBlock* BallLarusNode::getBlock() {
140 if(getBlock() != NULL) {
141 if(getBlock()->hasName()) {
142 std::string tempName(getBlock()->getName());
292 succ != end; oldTarget = (*succ)->getTarget()->getBlock(), succ++ ) {
296 if( oldTarget != (*succ)->getTarget()->getBlock() )
367 BasicBlock* currentBlock = currentNode->getBlock();
376 for( BasicBlock::iterator bbCurrent = currentNode->getBlock()->begin(),
377 bbEnd = currentNode->getBlock()->end(); bbCurrent != bbEnd;
388 TerminatorInst* terminator = currentNode->getBlock()->getTerminator()
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
BranchFolding.h 41 MachineBasicBlock *getBlock() const { return Block; }
72 MachineBasicBlock *getBlock() const {
73 return getMergePotentialsElt().getBlock();
76 return TailStartPos == getBlock()->begin();
LiveRangeCalc.cpp 35 MachineBasicBlock *MBB = I->DomNode->getBlock();
162 assert(LiveIn.back().DomNode->getBlock() == KillMBB);
189 MachineBasicBlock *MBB = Node->getBlock();
195 bool needPHI = !IDom || !Seen.test(IDom->getBlock()->getNumber());
201 IDomValue = LiveOut[IDom->getBlock()];
205 LiveOut[IDom->getBlock()].second = IDomValue.second =
BranchFolding.cpp 478 else if (getBlock()->getNumber() < o.getBlock()->getNumber())
480 else if (getBlock()->getNumber() > o.getBlock()->getNumber())
598 if (ProfitableToMerge(CurMPIter->getBlock(), I->getBlock(),
629 MachineBasicBlock *CurMBB = CurMPIter->getBlock();
649 if (SameTails[i].getBlock() == PredBB) {
655 unsigned t = EstimateRuntime(SameTails[i].getBlock()->begin(),
665 MachineBasicBlock *MBB = SameTails[commonTailIndex].getBlock();
    [all...]
  /external/deqp-deps/glslang/SPIRV/
InReadableOrder.cpp 81 mergeBlock = block->getParent().getParent().getInstruction(mergeId)->getBlock();
86 block->getParent().getParent().getInstruction(continueId)->getBlock();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
MemorySSAUpdater.cpp 122 return getPreviousDefRecursive(MA->getBlock(), CachedPreviousDef);
129 auto *Defs = MSSA->getWritableBlockDefs(MA->getBlock());
141 auto End = MSSA->getWritableBlockAccesses(MA->getBlock())->rend();
228 // Set every incoming edge {BB, MP->getBlock()} of MemoryPhi MP to NewDef.
257 bool DefBeforeSameBlock = DefBefore->getBlock() == MD->getBlock();
305 BasicBlock *StartBlock = MD->getBlock();
314 MSSA->renamePass(MD->getBlock(), FirstDef, Visited);
320 MSSA->renamePass(Phi->getBlock(), nullptr, Visited);
333 auto *Defs = MSSA->getWritableBlockDefs(NewDef->getBlock());
    [all...]
IteratedDominanceFrontier.cpp 61 BasicBlock *BB = Node->getBlock();
79 BasicBlock *SuccBB = SuccNode->getBlock();
  /external/llvm/lib/CodeGen/
BranchFolding.h 50 MachineBasicBlock *getBlock() const { return Block; }
82 MachineBasicBlock *getBlock() const {
83 return getMergePotentialsElt().getBlock();
86 return TailStartPos == getBlock()->begin();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
BranchFolding.h 65 MachineBasicBlock *getBlock() const { return Block; }
104 MachineBasicBlock *getBlock() const {
105 return getMergePotentialsElt().getBlock();
109 return TailStartPos == getBlock()->begin();
  /external/llvm/lib/Analysis/
IteratedDominanceFrontier.cpp 64 BasicBlock *BB = Node->getBlock();
85 BasicBlock *SuccBB = SuccNode->getBlock();
  /external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
PathProfiling.cpp 486 BasicBlock* source = sourceNode->getBlock();
487 BasicBlock* target = targetNode->getBlock();
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
NormalSsaInsn.java 52 getBlock().getParent().onSourcesChanged(this, oldSources);
80 getBlock().getParent().onSourceChanged(this, origSpec, newSpec);
178 getBlock().getParent().onSourcesChanged(this, oldSources);
  /external/clang/include/clang/Analysis/Analyses/
Dominators.h 71 if (!R || !OtherR || R->getBlock() != OtherR->getBlock())
98 << DT->getNode(*I)->getIDom()->getBlock()->getBlockID()
  /external/llvm/lib/Transforms/Utils/
MemorySSA.cpp 227 IncomingVal = renameBlock(Root->getBlock(), IncomingVal);
229 Visited.insert(Root->getBlock());
241 BasicBlock *BB = Child->getBlock();
427 BasicBlock *BB = DomNode->getBlock();
498 assert(I->getParent() == InsertPt->getBlock() &&
501 auto *Accesses = getOrCreateAccessList(InsertPt->getBlock());
509 assert(I->getParent() == InsertPt->getBlock() &&
512 auto *Accesses = getOrCreateAccessList(InsertPt->getBlock());
563 auto It = PerBlockAccesses.find(CurrNode->getBlock());
580 return DT->dominates(Replacer->getBlock(), Replacee->getBlock())
    [all...]

Completed in 341 milliseconds

1 2 3 4 5 6 7 8 91011>>