Searched defs:Cond (Results 51 - 75 of 99) sorted by relevance

1234

/freebsd-9.3-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp958 SDValue Cond = DAG.getNode(ISD::SETCC, dl, MVT::i1, LHS, RHS, CC); local
H A DHexagonInstrInfo.cpp145 SmallVector<MachineOperand, 4> Cond; local
119 InsertBranch(MachineBasicBlock &MBB,MachineBasicBlock *TBB, MachineBasicBlock *FBB, const SmallVectorImpl<MachineOperand> &Cond, DebugLoc DL) const argument
172 AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const argument
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp585 SDValue IfSet, IfClr, Cond; local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/R600/
H A DR600ISelLowering.cpp930 SDValue Cond = LHS; local
985 SDValue Cond = DAG.getNode(ISD::SELECT_CC, DL, CompareVT, LHS, RHS, HWTrue, HWFalse, CC); local
/freebsd-9.3-release/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp246 SDValue Cond = DAG.getNode(ISD::SETCC, dl, MVT::i32, Op.getOperand(2), local
/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1527 Value *Cond = 0; local
[all...]
H A DInstructionCombining.cpp1628 FCmpInst *Cond = cast<FCmpInst>(BI.getCondition()); local
1645 ICmpInst *Cond = cast<ICmpInst>(BI.getCondition()); local
1657 Value *Cond = SI.getCondition(); local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1279 ICmpInst *Cond = getLoopTest(L); local
1358 static bool AlmostDeadIV(PHINode *Phi, BasicBlock *LatchBlock, Value *Cond) { argument
1392 Value *Cond = local
1636 Value *Cond = Builder.CreateICmp(P, CmpIndVar, ExitCnt, "exitcond"); local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1442 Value *Cond = B.CreateICmpNE(Op, Constant::getNullValue(ArgType)); local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DStmt.cpp853 ForStmt::ForStmt(const ASTContext &C, Stmt *Init, Expr *Cond, VarDecl *condVar, argument
790 CXXForRangeStmt(DeclStmt *Range, DeclStmt *BeginEndStmt, Expr *Cond, Expr *Inc, DeclStmt *LoopVar, Stmt *Body, SourceLocation FL, SourceLocation CL, SourceLocation RPL) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DConsumed.cpp1330 const Stmt *Cond = IfNode->getCond(); local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp947 llvm::Value *Cond = local
H A DCodeGenFunction.cpp836 bool CodeGenFunction::ConstantFoldsToSimpleInteger(const Expr *Cond, argument
850 ConstantFoldsToSimpleInteger(const Expr *Cond, llvm::APSInt &ResultInt) { argument
870 void CodeGenFunction::EmitBranchOnBoolExpr(const Expr *Cond, argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp1184 ExprResult Cond; local
1276 ExprResult Cond; local
1369 ExprResult Cond = ParseExpression(); local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1010 const Expr *Cond = cast<DoStmt>(S)->getCond(); local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp1825 evalAssume(ProgramStateRef state, SVal Cond, bool Assumption) const argument
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1622 explicit CondCodeSDNode(ISD::CondCode Cond) argument
/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DIRBuilder.h532 BranchInst *CreateCondBr(Value *Cond, BasicBlock *True, BasicBlock *False, argument
H A DInstructions.h2376 Create(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, Instruction *InsertBefore = 0) argument
2383 Create(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, BasicBlock *InsertAtEnd) argument
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp894 SDValue Cond = PromoteTargetBoolean(N->getOperand(1), SVT); local
983 SDValue Cond = N->getOperand(0); local
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DInstructions.cpp738 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, argument
759 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, argument
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp4942 unsigned Cond = fieldFromInstruction(Val, 28, 4); local
/freebsd-9.3-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1410 emitCmp(const SystemZTargetMachine &TM, SelectionDAG &DAG, SDLoc DL, SDValue CmpOp0, SDValue CmpOp1, ISD::CondCode Cond, unsigned &CCValid, unsigned &CCMask) argument
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp2707 AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const argument
2872 InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, const SmallVectorImpl<MachineOperand> &Cond, DebugLoc DL) const argument
2921 canInsertSelect(const MachineBasicBlock &MBB, const SmallVectorImpl<MachineOperand> &Cond, unsigned TrueReg, unsigned FalseReg, int &CondCycles, int &TrueCycles, int &FalseCycles) const argument
2957 insertSelect(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, DebugLoc DL, unsigned DstReg, const SmallVectorImpl<MachineOperand> &Cond, unsigned TrueReg, unsigned FalseReg) const argument
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1338 Value *Cond = new ICmpInst(CI, ICmpInst::ICMP_EQ, FieldMallocs[i], local
2662 ConstantInt *Cond = local

Completed in 626 milliseconds

1234