Searched defs:From (Results 51 - 75 of 94) sorted by relevance

1234

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp675 /// value. Update the DAG and NodeIds replacing any uses of From to use To
677 void DAGTypeLegalizer::ReplaceValueWith(SDValue From, SDValue To) { argument
678 assert(From.getNode() != To.getNode() && "Potential legalization loop!");
681 ExpungeNode(From.getNode());
689 DAG.ReplaceAllUsesOfValueWith(From, To);
693 ReplacedValues[From] = To;
729 // new uses of From due to CSE. If this happens, replace the new uses of
730 // From with To.
731 } while (!From.use_empty());
H A DLegalizeVectorOps.cpp46 void AddLegalizedOperand(SDValue From, SDValue To) { argument
47 LegalizedNodes.insert(std::make_pair(From, To));
49 if (From != To)
H A DSelectionDAGISel.cpp557 unsigned From = I->first; local
567 if (TargetRegisterInfo::isVirtualRegister(From) &&
569 MRI.constrainRegClass(To, MRI.getRegClass(From));
571 MRI.replaceRegWith(From, To);
1459 // This is "default" BB. We have two jumps to it. From "header" BB and
/external/llvm/lib/CodeGen/
H A DStackColoring.cpp475 const AllocaInst *From = MFI->getObjectAllocation(SI.first); local
477 assert(To && From && "Invalid allocation object");
478 Allocas[From] = To;
487 if (From->getType() != To->getType()) {
488 BitCastInst *Cast = new BitCastInst(Inst, From->getType());
495 SP->adjustForColoring(From, To);
500 const_cast<AllocaInst *>(From)->replaceAllUsesWith(Inst);
H A DSplitKit.cpp1355 SlotIndex From = enterIntvBefore(LeaveBefore); local
1356 useIntv(From, To);
1358 useIntv(Start, From);
1359 assert((!LeaveBefore || From <= LeaveBefore) && "Interference");
1370 SlotIndex From = enterIntvBefore(std::min(To, LeaveBefore)); local
1371 useIntv(From, To);
1373 useIntv(Start, From);
1374 assert((!LeaveBefore || From <= LeaveBefore) && "Interference");
1434 SlotIndex From = enterIntvBefore(std::min(Idx, BI.FirstInstr)); local
1435 useIntv(From, Id
[all...]
H A DTwoAddressInstructionPass.cpp1062 MachineBasicBlock::iterator From = KillMI; local
1063 MachineBasicBlock::iterator To = std::next(From);
1064 while (std::prev(From)->isDebugValue())
1065 --From;
1066 MBB->splice(InsertPos, MBB, From, To);
1591 // From %reg = INSERT_SUBREG %reg, %subreg, subidx
/external/llvm/lib/IR/
H A DMetadata.cpp330 Value *From = *Op; local
350 if (From == To)
/external/llvm/lib/Transforms/Scalar/
H A DLICM.cpp126 void cloneBasicBlockAnalysis(BasicBlock *From, BasicBlock *To,
922 void LICM::cloneBasicBlockAnalysis(BasicBlock *From, BasicBlock *To, Loop *L) { argument
927 AST->copyValue(From, To);
H A DSCCP.cpp445 // isEdgeFeasible - Return true if the control flow edge from the 'From' basic
448 bool isEdgeFeasible(BasicBlock *From, BasicBlock *To);
580 // isEdgeFeasible - Return true if the control flow edge from the 'From' basic
583 bool SCCPSolver::isEdgeFeasible(BasicBlock *From, BasicBlock *To) { argument
587 if (!BBExecutable.count(From)) return false;
590 TerminatorInst *TI = From->getTerminator();
H A DStructurizeCFG.cpp199 void delPhiValues(BasicBlock *From, BasicBlock *To);
201 void addPhiValues(BasicBlock *From, BasicBlock *To);
496 /// \brief Remove all PHI values coming from "From" into "To" and remember
498 void StructurizeCFG::delPhiValues(BasicBlock *From, BasicBlock *To) { argument
504 while (Phi.getBasicBlockIndex(From) != -1) {
505 Value *Deleted = Phi.removeIncomingValue(From, false);
506 Map[&Phi].push_back(std::make_pair(From, Deleted));
512 void StructurizeCFG::addPhiValues(BasicBlock *From, BasicBlock *To) { argument
518 Phi.addIncoming(Undef, From);
520 AddedPhis[To].push_back(From);
530 BBVector &From = AI->second; local
[all...]
/external/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp233 /// ReplaceInstWithInst - Replace the instruction specified by From with the
236 void llvm::ReplaceInstWithInst(Instruction *From, Instruction *To) { argument
237 BasicBlock::iterator BI(From);
238 ReplaceInstWithInst(From->getParent()->getInstList(), BI, To);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h317 SymbolCast(const SymExpr *In, QualType From, QualType To) : argument
318 SymExpr(CastSymbolKind), Operand(In), FromTy(From), ToTy(To) { }
327 const SymExpr *In, QualType From, QualType To) {
330 ID.Add(From);
524 QualType From, QualType To);
326 Profile(llvm::FoldingSetNodeID& ID, const SymExpr *In, QualType From, QualType To) argument
/external/clang/lib/CodeGen/
H A DCGCleanup.cpp499 llvm::BasicBlock *From,
506 assert(Br->isUnconditional() && Br->getSuccessor(0) == From);
511 if (Switch->getSuccessor(I) == From)
498 ForwardPrebranchedFallthrough(llvm::BasicBlock *Exit, llvm::BasicBlock *From, llvm::BasicBlock *To) argument
/external/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h561 /// Take an instruction from MBB 'Other' at the position From, and insert it
564 /// If From points to a bundle of instructions, the whole bundle is moved.
565 void splice(iterator Where, MachineBasicBlock *Other, iterator From) { argument
567 if (Where != From)
568 splice(Where, Other, From, std::next(From));
571 /// Take a block of instructions from MBB 'Other' in the range [From, To),
577 iterator From, iterator To) {
579 From.getInstrIterator(), To.getInstrIterator());
576 splice(iterator Where, MachineBasicBlock *Other, iterator From, iterator To) argument
/external/llvm/lib/Analysis/
H A DValueTracking.cpp1545 // arguments. Idxs is the index within the nested struct From that we are
1550 static Value *BuildSubAggregate(Value *From, Value* To, Type *IndexedType, argument
1563 To = BuildSubAggregate(From, To, STy->getElementType(i), Idxs, IdxSkip,
1587 Value *V = FindInsertedValue(From, Idxs);
1605 // each of the elements of the substruct are known (ie, inserted into From by an
1609 static Value *BuildSubAggregate(Value *From, ArrayRef<unsigned> idx_range, argument
1612 Type *IndexedType = ExtractValueInst::getIndexedType(From->getType(),
1618 return BuildSubAggregate(From, To, IndexedType, Idxs, IdxSkip, InsertBefore);
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_impl.cc153 RenderViewHost* RenderViewHost::From(RenderWidgetHost* rwh) { function in class:content::RenderViewHost
155 return static_cast<RenderViewHostImpl*>(RenderWidgetHostImpl::From(rwh));
168 return static_cast<RenderViewHostImpl*>(RenderWidgetHostImpl::From(widget));
H A Drender_widget_host_impl.cc225 IsRenderView() ? RenderViewHost::From(this) : NULL);
284 RenderViewHost* rvh = RenderViewHost::From(widget);
308 RenderWidgetHostImpl* RenderWidgetHostImpl::From(RenderWidgetHost* rwh) { function in class:content::RenderWidgetHostImpl
2349 RenderWidgetHostImpl* rwhi = RenderWidgetHostImpl::From(rwh);
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtcp_packet.h42 // rr.From(123);
46 // fir.From(123);
100 // From RFC 3550, RTP: A Transport Protocol for Real-Time Applications.
186 void From(uint32_t ssrc) { function in class:webrtc::rtcp::SenderReport
247 void From(uint32_t ssrc) { function in class:webrtc::rtcp::ReceiverReport
389 void From(uint32_t ssrc) { function in class:webrtc::rtcp::Bye
436 void From(uint32_t ssrc) { function in class:webrtc::rtcp::App
497 void From(uint32_t ssrc) { function in class:webrtc::rtcp::Pli
536 void From(uint32_t ssrc) { function in class:webrtc::rtcp::Sli
588 void From(uint32_ function in class:webrtc::rtcp::Nack
634 void From(uint32_t ssrc) { function in class:webrtc::rtcp::Rpsi
683 void From(uint32_t ssrc) { function in class:webrtc::rtcp::Fir
728 void From(uint32_t ssrc) { function in class:webrtc::rtcp::Tmmbr
778 void From(uint32_t ssrc) { function in class:webrtc::rtcp::Tmmbn
829 void From(uint32_t ssrc) { function in class:webrtc::rtcp::Remb
878 void From(uint32_t ssrc) { function in class:webrtc::rtcp::Xr
[all...]
/external/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h219 /// Requires \c T to be derived from \c From.
220 template <typename From>
221 Matcher(const Matcher<From> &Other,
222 typename std::enable_if<std::is_base_of<From, T>::value &&
223 !std::is_same<From, T>::value>::type * = 0)
224 : Implementation(new ImplicitCastMatcher<From>(Other)) {}
284 explicit ImplicitCastMatcher(const Matcher<Base> &From) argument
285 : From(From) {}
289 return From
293 const Matcher<Base> From; member in class:clang::ast_matchers::internal::Matcher::ImplicitCastMatcher
[all...]
/external/clang/include/clang/Analysis/
H A DCFG.h579 const CFGBlock *From; member in class:clang::CFGBlock::ElementList::FilteredCFGBlockIterator
584 : I(i), E(e), F(f), From(from) {
599 return IsPred ? FilterEdge(F, To, From) : FilterEdge(F, From, To);
/external/clang/lib/Analysis/
H A DConsumed.cpp478 void forwardInfo(const Expr *From, const Expr *To);
479 void copyInfo(const Expr *From, const Expr *To, ConsumedState CS);
480 ConsumedState getInfo(const Expr *From);
526 void ConsumedStmtVisitor::forwardInfo(const Expr *From, const Expr *To) { argument
527 InfoEntry Entry = findInfo(From);
533 // Create a new state for To, which is initialized to the state of From.
534 // If NS is not CS_None, sets the state of From to NS.
535 void ConsumedStmtVisitor::copyInfo(const Expr *From, const Expr *To, argument
537 InfoEntry Entry = findInfo(From);
549 // Get the ConsumedState for From
550 getInfo(const Expr *From) argument
1103 isBackEdge(const CFGBlock *From, const CFGBlock *To) argument
[all...]
/external/clang/lib/Basic/
H A DVirtualFileSystem.cpp504 /// \brief Looks up the path <tt>[Start, End)</tt> in \p From, possibly
505 /// recursing into the contents of \p From if it is a directory.
507 sys::path::const_iterator End, Entry *From);
917 Entry *From) {
922 if (CaseSensitive ? !Start->equals(From->getName())
923 : !Start->equals_lower(From->getName()))
931 return From;
934 DirectoryEntry *DE = dyn_cast<DirectoryEntry>(From);
915 lookupPath(sys::path::const_iterator Start, sys::path::const_iterator End, Entry *From) argument
/external/clang/lib/Sema/
H A DSemaAccess.cpp254 static bool MightInstantiateTo(const CXXRecordDecl *From, argument
257 if (From->getDeclName() != To->getDeclName())
260 const DeclContext *FromDC = From->getDeclContext()->getPrimaryContext();
H A DSemaLambda.cpp1246 ParmVarDecl *From = CallOperator->getParamDecl(I); local
1251 From->getLocStart(),
1252 From->getLocation(),
1253 From->getIdentifier(),
1254 From->getType(),
1255 From->getTypeSourceInfo(),
1256 From->getStorageClass(),
1258 CallOpConvTL.setParam(I, From);
1259 CallOpConvNameTL.setParam(I, From);
1404 LambdaScopeInfo::Capture From local
1591 ParmVarDecl *From = CallOperator->getParamDecl(I); local
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp802 // From DistR, compute AdjR (register with the adjusted distance).
820 // From AdjR, compute CountR (register with the final count).
1179 instr_iterator From = CmpI; local
1180 BB->splice(std::next(After), BB, From); local

Completed in 594 milliseconds

1234