Searched refs:From (Results 101 - 125 of 144) sorted by relevance

123456

/freebsd-10.3-release/contrib/llvm/lib/Analysis/
H A DValueTracking.cpp1547 // arguments. Idxs is the index within the nested struct From that we are
1552 static Value *BuildSubAggregate(Value *From, Value* To, Type *IndexedType, argument
1565 To = BuildSubAggregate(From, To, STy->getElementType(i), Idxs, IdxSkip,
1589 Value *V = FindInsertedValue(From, Idxs);
1607 // each of the elements of the substruct are known (ie, inserted into From by an
1611 static Value *BuildSubAggregate(Value *From, ArrayRef<unsigned> idx_range, argument
1614 Type *IndexedType = ExtractValueInst::getIndexedType(From->getType(),
1620 return BuildSubAggregate(From, To, IndexedType, Idxs, IdxSkip, InsertBefore);
/freebsd-10.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp444 // isEdgeFeasible - Return true if the control flow edge from the 'From' basic
447 bool isEdgeFeasible(BasicBlock *From, BasicBlock *To);
578 // isEdgeFeasible - Return true if the control flow edge from the 'From' basic
581 bool SCCPSolver::isEdgeFeasible(BasicBlock *From, BasicBlock *To) { argument
585 if (!BBExecutable.count(From)) return false;
588 TerminatorInst *TI = From->getTerminator();
H A DGVN.cpp712 unsigned replaceAllDominatedUsesWith(Value *From, Value *To,
2025 /// replaceAllDominatedUsesWith - Replace all uses of 'From' with 'To' if the
2028 unsigned GVN::replaceAllDominatedUsesWith(Value *From, Value *To, argument
2031 for (Value::use_iterator UI = From->use_begin(), UE = From->use_end();
/freebsd-10.3-release/contrib/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h535 virtual void copyValue(Value *From, Value *To);
/freebsd-10.3-release/contrib/llvm/include/llvm/CodeGen/
H A DLiveInterval.h514 iterator addSegmentFrom(Segment S, iterator From);
/freebsd-10.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h213 bool ShouldChangeType(Type *From, Type *To) const;
H A DInstructionCombining.cpp101 /// from 'From' to 'To'. We don't want to convert from a legal to an illegal
103 bool InstCombiner::ShouldChangeType(Type *From, Type *To) const { argument
104 assert(From->isIntegerTy() && To->isIntegerTy());
109 unsigned FromWidth = From->getPrimitiveSizeInBits();
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/
H A DLiveInterval.cpp281 LiveRange::iterator LiveRange::addSegmentFrom(Segment S, iterator From) {
283 iterator it = std::upper_bound(From, end(), Start);
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaAccess.cpp253 static bool MightInstantiateTo(const CXXRecordDecl *From, argument
256 if (From->getDeclName() != To->getDeclName())
259 const DeclContext *FromDC = From->getDeclContext()->getPrimaryContext();
H A DSemaDeclCXX.cpp8842 Expr *From = FromB.build(S, Loc); local
8843 From = new (S.Context) UnaryOperator(From, UO_AddrOf,
8844 S.Context.getPointerType(From->getType()),
8874 To, From, IntegerLiteral::Create(S.Context, Size, SizeType, Loc)
8883 /// \brief Builds a statement that copies/moves the given entity from \p From to
8899 /// \param From The expression we are copying/moving from.
8912 const ExprBuilder &To, const ExprBuilder &From,
8996 Expr *FromInst = From.build(S, Loc);
9019 Loc, BO_Assign, To.build(S, Loc), From
8911 buildSingleCopyAssignRecursively(Sema &S, SourceLocation Loc, QualType T, const ExprBuilder &To, const ExprBuilder &From, bool CopyingBaseSubobject, bool Copying, unsigned Depth = 0) argument
9101 buildSingleCopyAssign(Sema &S, SourceLocation Loc, QualType T, const ExprBuilder &To, const ExprBuilder &From, bool CopyingBaseSubobject, bool Copying) argument
[all...]
H A DSemaLookup.cpp1194 ClassTemplatePartialSpecializationDecl*> From = local
1196 if (ClassTemplateDecl *FromTemplate = From.dyn_cast<ClassTemplateDecl*>())
1198 else if (From)
1199 Entity = From.get<ClassTemplatePartialSpecializationDecl*>();
H A DSemaTemplateInstantiateDecl.cpp3701 while (VarTemplatePartialSpecializationDecl *From =
3706 Tmpl = From;
3711 while (VarTemplateDecl *From =
3716 Tmpl = From;
H A DSemaExpr.cpp991 // From H&S 6.3.4: When one operand is complex and the other is a real
2351 Sema::PerformObjectMemberConversion(Expr *From, argument
2357 return Owned(From);
2362 QualType FromType = From->getType();
2377 return Owned(From);
2391 return Owned(From);
2395 return Owned(From);
2399 return Owned(From);
2401 SourceRange FromRange = From->getSourceRange();
2404 ExprValueKind VK = From
[all...]
H A DTreeTransform.h7937 TypeSourceInfo *From = E->getArg(I); local
7938 TypeLoc FromTL = From->getTypeLoc();
7946 if (To == From->getType())
7947 Args.push_back(From);
7984 TLB.reserve(From->getTypeLoc().getFullDataSize());
8038 TLB.reserve(From->getTypeLoc().getFullDataSize());
/freebsd-10.3-release/contrib/llvm/include/llvm/ADT/
H A Dilist.h272 template<typename From> struct simplify_type;
/freebsd-10.3-release/contrib/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(llvm::next(After), BB, From); local
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp7611 QualType From
7614 return HandleFloatToFloatCast(Info, E, From, To, Result.FloatReal) &&
7615 HandleFloatToFloatCast(Info, E, From, To, Result.FloatImag);
7623 QualType From
7626 return HandleFloatToIntCast(Info, E, From, Result.FloatReal,
7628 HandleFloatToIntCast(Info, E, From, Result.FloatImag,
7647 QualType From
7650 Result.IntReal = HandleIntToIntCast(Info, E, To, From, Result.IntReal);
7651 Result.IntImag = HandleIntToIntCast(Info, E, To, From, Result.IntImag);
7660 QualType From
[all...]
/freebsd-10.3-release/sys/conf/
H A Dkmod.mk0 # From: @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp541 unsigned From = I->first; local
551 if (TargetRegisterInfo::isVirtualRegister(From) &&
553 MRI.constrainRegClass(To, MRI.getRegClass(From));
555 MRI.replaceRegWith(From, To);
1410 // This is "default" BB. We have two jumps to it. From "header" BB and
H A DLegalizeTypes.h172 void ReplaceValueWith(SDValue From, SDValue To);
/freebsd-10.3-release/sys/boot/i386/btx/btx/
H A Dbtx.S388 iret # From interrupt
/freebsd-10.3-release/sys/boot/pc98/btx/btx/
H A Dbtx.S414 iret # From interrupt
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp478 void QuoteDoublequotes(std::string &From, std::string &To) { argument
479 for (unsigned i = 0; i < From.length(); i++) {
480 if (From[i] == '"')
483 To += From[i];
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1990 bool canBindObjCObjectType(QualType To, QualType From);
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp3477 const CFGBlock *From, const CFGBlock *To) {
3483 dyn_cast_or_null<SwitchStmt>(From->getTerminator().getStmt())) {
3476 FilterEdge(const CFGBlock::FilterOptions &F, const CFGBlock *From, const CFGBlock *To) argument

Completed in 671 milliseconds

123456