Searched defs:Cond (Results 126 - 150 of 179) sorted by relevance

12345678

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp802 Value *Cond = nullptr; local
2231 static bool AlmostDeadIV(PHINode *Phi, BasicBlock *LatchBlock, Value *Cond) { argument
2279 Value *Cond = cast<BranchInst>(ExitingBB->getTerminator())->getCondition(); local
2572 Value *Cond = Builder.CreateICmp(P, CmpIndVar, ExitCnt, "exitcond"); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp2024 const Value *Cond = I->getOperand(0); local
238 foldX86XALUIntrinsic(X86::CondCode &CC, const Instruction *I, const Value *Cond) argument
2297 const Value *Cond = I->getOperand(0); local
[all...]
H A DX86InstrInfo.cpp2503 AnalyzeBranchImpl( MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl<MachineOperand> &Cond, SmallVectorImpl<MachineInstr *> &CondBranches, bool AllowModify) const argument
2669 analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const argument
2770 insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond, const DebugLoc &DL, int *BytesAdded) const argument
2830 canInsertSelect(const MachineBasicBlock &MBB, ArrayRef<MachineOperand> Cond, unsigned TrueReg, unsigned FalseReg, int &CondCycles, int &TrueCycles, int &FalseCycles) const argument
2866 insertSelect(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, const DebugLoc &DL, unsigned DstReg, ArrayRef<MachineOperand> Cond, unsigned TrueReg, unsigned FalseReg) const argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h444 void setCondition(Expr *Cond) { Condition = Cond; } argument
468 OMPIfClause(OpenMPDirectiveKind NameModifier, Expr *Cond, Stmt *HelperCond, argument
535 void setCondition(Expr *Cond) { Condition = Cond; } argument
547 OMPFinalClause(Expr *Cond, Stmt *HelperCond, OpenMPDirectiveKind CaptureRegion, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h3042 Create(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, Instruction *InsertBefore = nullptr) argument
3051 Create(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, BasicBlock *InsertAtEnd) argument
H A DIRBuilder.h977 BranchInst *CreateCondBr(Value *Cond, BasicBlock *True, BasicBlock *False, argument
986 BranchInst *CreateCondBr(Value *Cond, BasicBlock *True, BasicBlock *False, argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1093 inline bool isTrueWhenEqual(CondCode Cond) { argument
1100 inline unsigned getUnorderedFlavor(CondCode Cond) { argument
H A DSelectionDAGNodes.h2158 explicit CondCodeSDNode(ISD::CondCode Cond) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp127 parseCondBranch(MachineInstr *LastInst, MachineBasicBlock *&Target, SmallVectorImpl<MachineOperand> &Cond) argument
209 analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const argument
389 insertBranch( MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond, const DebugLoc &DL, int *BytesAdded) const argument
497 canInsertSelect(const MachineBasicBlock &MBB, ArrayRef<MachineOperand> Cond, unsigned TrueReg, unsigned FalseReg, int &CondCycles, int &TrueCycles, int &FalseCycles) const argument
539 insertSelect(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, const DebugLoc &DL, unsigned DstReg, ArrayRef<MachineOperand> Cond, unsigned TrueReg, unsigned FalseReg) const argument
[all...]
H A DAArch64FastISel.cpp2742 const Value *Cond = SI->getCondition(); local
3388 foldXALUIntrinsic(AArch64CC::CondCode &CC, const Instruction *I, const Value *Cond) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp589 uint32_t Cond = (Insn >> 28) & 0xF; local
5820 unsigned Cond = fieldFromInstruction(Val, 28, 4); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp665 static SDValue createCMovFP(SelectionDAG &DAG, SDValue Cond, SDValue True, argument
2046 SDValue Cond = createFPCmp(DAG, Op.getOperand(0)); local
2058 SDValue Cond = createFPCmp(DAG, Op); local
2590 SDValue Cond local
2629 SDValue Cond = DAG.getNode(ISD::AND, DL, MVT::i32, Shamt, local
3997 bool Cond = !Subtarget.isABI_O32() && VT.getSizeInBits() == 32; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp311 analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const argument
428 insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond, const DebugLoc &DL, int *BytesAdded) const argument
819 addPredicatedMveVpredNOp(MachineInstrBuilder &MIB, unsigned Cond) argument
824 addPredicatedMveVpredROp(MachineInstrBuilder &MIB, unsigned Cond, unsigned Inactive) argument
2209 analyzeSelect(const MachineInstr &MI, SmallVectorImpl<MachineOperand> &Cond, unsigned &TrueOp, unsigned &FalseOp, bool &Optimizable) const argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp385 analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const argument
578 insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond, const DebugLoc &DL, int *BytesAdded) const argument
603 SmallVector<MachineOperand, 4> Cond; local
4260 getPredReg(ArrayRef<MachineOperand> Cond, unsigned &PredReg, unsigned &PredRegPos, unsigned &PredRegFlags) const argument
[all...]
H A DHexagonISelLowering.cpp3007 SDValue Cond = Op.getOperand(0); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp2883 evalAssume(ProgramStateRef state, SVal Cond, bool Assumption) const argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp5563 Optional<bool> llvm::isImpliedByDomCondition(const Value *Cond, argument
H A DInstructionSimplify.cpp72 static Value *foldSelectWithBinaryOp(Value *Cond, Value *TrueVal, argument
145 simplifyCmpSelCase(CmpInst::Predicate Pred, Value *LHS, Value *RHS, Value *Cond, const SimplifyQuery &Q, unsigned MaxRecurse, Constant *TrueOrFalse) argument
162 simplifyCmpSelTrueCase(CmpInst::Predicate Pred, Value *LHS, Value *RHS, Value *Cond, const SimplifyQuery &Q, unsigned MaxRecurse) argument
171 simplifyCmpSelFalseCase(CmpInst::Predicate Pred, Value *LHS, Value *RHS, Value *Cond, const SimplifyQuery &Q, unsigned MaxRecurse) argument
181 handleOtherCmpSelSimplifications(Value *TCmp, Value *FCmp, Value *Cond, const SimplifyQuery &Q, unsigned MaxRecurse) argument
486 Value *Cond = SI->getCondition(); local
3947 simplifySelectWithFCmp(Value *Cond, Value *T, Value *F, const SimplifyQuery &Q) argument
3978 SimplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal, const SimplifyQuery &Q, unsigned MaxRecurse) argument
4034 SimplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal, const SimplifyQuery &Q) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1139 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, argument
1159 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2318 Value *Cond; local
H A DInstructionCombining.cpp793 Value *Cond, *True = nullptr, *False = nullptr; local
2632 CmpInst *Cond = cast<CmpInst>(BI.getCondition()); local
2643 Value *Cond = SI.getCondition(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp184 Expr *Cond = nullptr; local
215 Expr *Cond = instantiateDependentFunctionAttrCondition( local
226 Expr *Cond = instantiateDependentFunctionAttrCondition( local
469 Expr *Cond = nullptr; local
[all...]
H A DSemaStmt.cpp563 ActOnIfStmt(SourceLocation IfLoc, bool IsConstexpr, Stmt *InitStmt, ConditionResult Cond, Stmt *thenStmt, SourceLocation ElseLoc, Stmt *elseStmt) argument
589 BuildIfStmt(SourceLocation IfLoc, bool IsConstexpr, Stmt *InitStmt, ConditionResult Cond, Stmt *thenStmt, SourceLocation ElseLoc, Stmt *elseStmt) argument
662 CheckSwitchCondition(SourceLocation SwitchLoc, Expr *Cond) argument
664 Expr *Cond; member in class:SwitchConvertDiagnoser
667 SwitchConvertDiagnoser(Expr *Cond) argument
726 ActOnStartOfSwitchStmt(SourceLocation SwitchLoc, Stmt *InitStmt, ConditionResult Cond) argument
820 checkEnumTypesInSwitchStmt(Sema &S, const Expr *Cond, const Expr *Case) argument
1316 ActOnWhileStmt(SourceLocation WhileLoc, ConditionResult Cond, Stmt *Body) argument
1336 ActOnDoStmt(SourceLocation DoLoc, Stmt *Body, SourceLocation WhileLoc, SourceLocation CondLParen, Expr *Cond, SourceLocation CondRParen) argument
2356 BuildCXXForRangeStmt(SourceLocation ForLoc, SourceLocation CoawaitLoc, Stmt *InitStmt, SourceLocation ColonLoc, Stmt *RangeDecl, Stmt *Begin, Stmt *End, Expr *Cond, Expr *Inc, Stmt *LoopVarDecl, SourceLocation RParenLoc, BuildForRangeKind Kind) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp3023 BinaryOperator *Cond = local
5921 const Stmt *Cond = StmtElem->getStmt(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1620 const Node *Cond; member in class:ConditionalExpr
4748 Node *Cond = getDerived().parseExpr(); local

Completed in 826 milliseconds

12345678