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

1234

/freebsd-10.2-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-10.2-release/contrib/llvm/tools/clang/lib/Analysis/
H A DConsumed.cpp1330 const Stmt *Cond = IfNode->getCond(); local
H A DThreadSafety.cpp1625 const CallExpr* ThreadSafetyAnalyzer::getTrylockCallExpr(const Stmt *Cond, argument
1693 const Stmt *Cond = PredBlock->getTerminatorCondition(); local
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2384 Value *TrueVal, *FalseVal, *Cond; local
2399 Value *TrueVal, *FalseVal, *Cond; local
2515 Value *Cond = getValue(Record, 2, NextValueNo, local
2535 Value *Cond = getValue(Record, 2, NextValueNo, OpTy); local
2592 Value *Cond = getValue(Record, 1, NextValueNo, OpTy); local
[all...]
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DIfConversion.cpp964 SmallVector<MachineOperand, 4> Cond; local
1481 PredicateBlock(BBInfo &BBI, MachineBasicBlock::iterator E, SmallVectorImpl<MachineOperand> &Cond, SmallSet<unsigned, 4> *LaterRedefs) argument
1524 CopyAndPredicateBlock(BBInfo &ToBBI, BBInfo &FromBBI, SmallVectorImpl<MachineOperand> &Cond, bool IgnoreBr) argument
[all...]
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1121 SimplifySetCC(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond, bool foldBooleans, DAGCombinerInfo &DCI, SDLoc dl) const argument
[all...]
H A DLegalizeIntegerTypes.cpp894 SDValue Cond = PromoteTargetBoolean(N->getOperand(1), SVT); local
983 SDValue Cond = N->getOperand(0); local
/freebsd-10.2-release/contrib/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h765 inline bool isTrueWhenEqual(CondCode Cond) { argument
773 inline unsigned getUnorderedFlavor(CondCode Cond) { argument
H A DSelectionDAGNodes.h1622 explicit CondCodeSDNode(ISD::CondCode Cond) argument
/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DInstructionSimplify.cpp444 Value *Cond = SI->getCondition(); local
2722 SimplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal, const DataLayout *TD, const TargetLibraryInfo *TLI, const DominatorTree *DT) argument
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp372 SmallVector<MachineOperand,2> Cond; local
1130 SmallVector<MachineOperand, 0> Cond; local
1296 SmallVector<MachineOperand,2> Cond; local
[all...]
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-10.2-release/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp585 SDValue IfSet, IfClr, Cond; local
[all...]
/freebsd-10.2-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-10.2-release/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp246 SDValue Cond = DAG.getNode(ISD::SETCC, dl, MVT::i32, Op.getOperand(2), local
/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1527 Value *Cond = 0; local
[all...]
H A DInstCombineCompares.cpp611 FoldGEPICmp(GEPOperator *GEPLHS, Value *RHS, ICmpInst::Predicate Cond, Instruction &I) argument
2114 Value *Cond, *SelectTrue, *SelectFalse; 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-10.2-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-10.2-release/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1460 Value *Cond = vectorizeTree(CondVec); local
/freebsd-10.2-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-10.2-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-10.2-release/contrib/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp4942 unsigned Cond = fieldFromInstruction(Val, 28, 4); local

Completed in 434 milliseconds

1234