Searched refs:Cond (Results 126 - 150 of 156) sorted by relevance

1234567

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h96 void HandleBranch(const Stmt *Cond, const Stmt *Term, const CFGBlock *B,
/external/eigen/test/
H A Dpacketmath.cpp67 template<bool Cond,typename Packet>
/external/llvm/include/llvm/Analysis/
H A DScalarEvolution.h476 Value *Cond,
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1533 Value *Cond = new ICmpInst(CI, ICmpInst::ICMP_EQ, FieldMallocs[i], local
1536 RunningOr = BinaryOperator::CreateOr(RunningOr, Cond, "tmp", CI);
2858 ConstantInt *Cond = local
2860 if (!Cond) return false; // Cannot determine.
2862 NextBB = BI->getSuccessor(!Cond->getZExtValue());
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1868 VectorParts Cond = createEdgeMask(P->getIncomingBlock(0), local
1874 Entry[part] = Builder.CreateSelect(Cond[part], In0[part], In1[part],
2019 VectorParts &Cond = getVectorValue(it->getOperand(0)); local
2022 Value *ScalarCond = Builder.CreateExtractElement(Cond[0],
2026 InvariantCond ? ScalarCond : Cond[Part],
/external/clang/lib/CodeGen/
H A DCodeGenFunction.h2648 bool ConstantFoldsToSimpleInteger(const Expr *Cond, bool &Result);
2653 bool ConstantFoldsToSimpleInteger(const Expr *Cond, llvm::APSInt &Result);
2658 void EmitBranchOnBoolExpr(const Expr *Cond, llvm::BasicBlock *TrueBlock,
H A DCGStmt.cpp903 llvm::Value *Cond = local
905 Builder.CreateCondBr(Cond, CaseDest, FalseDest);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp886 SDValue Cond = PromoteTargetBoolean(N->getOperand(1), SVT); local
889 return SDValue(DAG.UpdateNodeOperands(N, N->getOperand(0), Cond,
984 SDValue Cond = N->getOperand(0); local
990 Cond = PromoteTargetBoolean(Cond, SVT);
992 return SDValue(DAG.UpdateNodeOperands(N, Cond, N->getOperand(1),
/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp975 const Expr *Cond = cast<DoStmt>(S)->getCond(); local
977 if (!Cond->EvaluateAsInt(Val, Ctx))
H A DSemaExpr.cpp4806 static bool checkCondition(Sema &S, Expr *Cond) { argument
4807 QualType CondTy = Cond->getType();
4817 S.Diag(Cond->getLocStart(), S.getLangOpts().OpenCL ?
5031 QualType Sema::CheckConditionalOperands(ExprResult &Cond, ExprResult &LHS, argument
5046 return CXXCheckConditionalOperands(Cond, LHS, RHS, VK, OK, QuestionLoc);
5051 Cond = UsualUnaryConversions(Cond.take());
5052 if (Cond.isInvalid())
5061 QualType CondTy = Cond.get()->getType();
5066 if (checkCondition(*this, Cond
5448 ExprResult Cond = Owned(CondExpr), LHS = Owned(LHSExpr), RHS = Owned(RHSExpr); local
[all...]
H A DSemaExprCXX.cpp4101 /// extension. In this case, LHS == Cond. (But they're not aliases.)
4102 QualType Sema::CXXCheckConditionalOperands(ExprResult &Cond, ExprResult &LHS, argument
4111 if (!Cond.get()->isTypeDependent()) {
4112 ExprResult CondRes = CheckCXXBooleanCondition(Cond.take());
4115 Cond = CondRes;
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1537 explicit CondCodeSDNode(ISD::CondCode Cond) argument
1539 Condition(Cond) {
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp155 ProgramStateRef evalAssume(ProgramStateRef state, SVal Cond,
1357 SVal Cond,
1356 evalAssume(ProgramStateRef state, SVal Cond, bool Assumption) const argument
/external/eigen/Eigen/src/Core/
H A DGeneralProduct.h348 template<typename Scalar,int Size,int MaxSize,bool Cond> struct gemv_static_vector_if;
/external/llvm/lib/IR/
H A DInstructions.cpp738 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, argument
745 Op<-3>() = Cond;
759 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, argument
766 Op<-3>() = Cond;
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2935 SDValue Cond = Op.getOperand(0); local
2945 if (Cond.getOpcode() == ARMISD::CMOV && Cond.hasOneUse()) {
2947 dyn_cast<ConstantSDNode>(Cond.getOperand(0));
2949 dyn_cast<ConstantSDNode>(Cond.getOperand(1));
2967 SDValue ARMcc = Cond.getOperand(2);
2968 SDValue CCR = Cond.getOperand(3);
2969 SDValue Cmp = duplicateCmp(Cond.getOperand(4), DAG);
2978 Cond = DAG.getNode(ISD::AND, dl, Cond
[all...]
/external/llvm/include/llvm/IR/
H A DIRBuilder.h485 /// \brief Create a conditional 'br Cond, TrueDest, FalseDest'
487 BranchInst *CreateCondBr(Value *Cond, BasicBlock *True, BasicBlock *False, argument
489 return Insert(addBranchWeights(BranchInst::Create(True, False, Cond),
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp944 SDValue Cond = DAG.getNode(ISD::SETCC, dl, MVT::i1, LHS, RHS, CC); local
945 return DAG.getNode(ISD::SELECT, dl, SVT, Cond, TrueVal, FalseVal);
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp221 SDValue Cond = DAG.getNode(ISD::SETCC, dl, MVT::i32, Op.getOperand(2), local
223 return DAG.getNode(ISD::SELECT, dl, MVT::i32, Cond, Op.getOperand(0),
/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1264 Value *Cond = B.CreateICmpNE(Op, Constant::getNullValue(ArgType)); local
1265 return B.CreateSelect(Cond, V, B.getInt32(0));
/external/llvm/include/llvm/Target/
H A DTargetLowering.h1837 ISD::CondCode Cond, bool foldBooleans,
/external/llvm/lib/AsmParser/
H A DLLParser.cpp3400 Value *Cond;
3402 if (ParseTypeAndValue(Cond, CondLoc, PFS) ||
3408 if (!Cond->getType()->isIntegerTy())
3433 SwitchInst *SI = SwitchInst::Create(Cond, DefaultBB, Table.size());
/external/clang/include/clang/Sema/
H A DSema.h2690 Expr *Cond,
2695 FullExprArg Cond,
2699 SourceLocation CondLParen, Expr *Cond,
2734 Expr *Cond, Expr *Inc,
6880 ExprResult &Cond, ExprResult &LHS, ExprResult &RHS,
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp56 ARMCC::CondCodes Cond; // Condition for IT block. member in struct:__anon9676::ARMAsmParser::__anon9677
5301 unsigned Cond = Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm(); local
5302 unsigned ITCond = bit ? ITState.Cond :
5303 ARMCC::getOppositeCondition(ITState.Cond);
5304 if (Cond != ITCond) {
5311 StringRef(ARMCondCodeToString(ARMCC::CondCodes(Cond))) +
7397 ITState.Cond = ARMCC::CondCodes(Inst.getOperand(0).getImm());
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4722 SDValue Cond = DAG.getNode(ISD::SRA, dl, MVT::i64, local
4724 Cond = DAG.getNode(ISD::ADD, dl, MVT::i64,
4725 Cond, DAG.getConstant(1, MVT::i64));
4726 Cond = DAG.getSetCC(dl, MVT::i32,
4727 Cond, DAG.getConstant(1, MVT::i64), ISD::SETUGT);
4729 SINT = DAG.getNode(ISD::SELECT, dl, MVT::i64, Cond, Round, SINT);
6467 if (CC == ISD::SETEQ) // Cond never true, remove branch.

Completed in 664 milliseconds

1234567