Searched defs:Cond (Results 176 - 200 of 203) sorted by relevance

123456789

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp664 static SDValue createCMovFP(SelectionDAG &DAG, SDValue Cond, SDValue True, argument
2042 SDValue Cond = createFPCmp(DAG, Op.getOperand(0)); local
2054 SDValue Cond = createFPCmp(DAG, Op); local
2586 SDValue Cond local
2625 SDValue Cond = DAG.getNode(ISD::AND, DL, MVT::i32, Shamt, local
4011 bool Cond = !Subtarget.isABI_O32() && VT.getSizeInBits() == 32; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2191 bool LSRInstance::FindIVUserForCond(ICmpInst *Cond, IVStrideUse *&CondUse) { argument
2251 ICmpInst *LSRInstance::OptimizeMax(ICmpInst *Cond, IVStrideUse* &CondUse) { argument
2405 ICmpInst *Cond = cast<ICmpInst>(TermBr->getCondition()); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2021 SDValue Cond = DAG.getSetCC(DL, CCVT, R, Y, ISD::SETUGE); local
2223 SDValue Cond = DAG.getSetCC(SL, SetCCVT, Fabs, C2, ISD::SETOGT); local
3439 SDValue AMDGPUTargetLowering::performCtlz_CttzCombine(const SDLoc &SL, SDValue Cond, argument
3474 distributeOpThroughSelect(TargetLowering::DAGCombinerInfo &DCI, unsigned Op, const SDLoc &SL, SDValue Cond, SDValue N1, SDValue N2) argument
3499 SDValue Cond = N.getOperand(0); local
[all...]
H A DSIInstrInfo.cpp1044 insertVectorSelect(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, const DebugLoc &DL, Register DstReg, ArrayRef<MachineOperand> Cond, Register TrueReg, Register FalseReg) const argument
2267 getBranchOpcode(SIInstrInfo::BranchPredicate Cond) argument
2305 analyzeBranchImpl(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const argument
2348 analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const argument
2418 insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond, const DebugLoc &DL, int *BytesAdded) const argument
2492 canInsertSelect(const MachineBasicBlock &MBB, ArrayRef<MachineOperand> Cond, Register DstReg, Register TrueReg, Register FalseReg, int &CondCycles, int &TrueCycles, int &FalseCycles) const argument
2534 insertSelect(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, const DebugLoc &DL, Register DstReg, ArrayRef<MachineOperand> Cond, Register TrueReg, Register FalseReg) const argument
6112 MachineOperand &Cond = Inst.getOperand(3); local
[all...]
H A DSIISelLowering.cpp8200 SDValue Cond = Op.getOperand(0); local
10405 auto Cond = RHS.getOperand(0); local
10446 auto Cond = RHS.getOperand(0); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2747 AArch64CC::CondCode AArch64AsmParser::parseCondCodeString(StringRef Cond) { argument
2795 StringRef Cond = Tok.getString(); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp767 transformToIndexedCompare(GEPOperator *GEPLHS, Value *RHS, ICmpInst::Predicate Cond, const DataLayout &DL) argument
807 foldGEPICmp(GEPOperator *GEPLHS, Value *RHS, ICmpInst::Predicate Cond, Instruction &I) argument
2759 Value *Cond = Builder.getFalse(); local
5593 Value *Cond, *SelectTrue, *SelectFalse; local
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp3042 BinaryOperator *Cond = local
5946 const Stmt *Cond = StmtElem->getStmt(); local
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.h3633 Expr *Cond = nullptr; member in struct:clang::CodeGen::CodeGenFunction::OMPLoopArguments
[all...]
H A DCGStmtOpenMP.cpp2250 emitPreCond(CodeGenFunction &CGF, const OMPLoopDirective &S, const Expr *Cond, llvm::BasicBlock *TrueBlock, llvm::BasicBlock *FalseBlock, uint64_t TrueCount) argument
4247 const Expr *Cond = Clause->getCondition(); local
5168 const Expr *Cond = local
[all...]
H A DCGExpr.cpp3215 llvm::Value *&Cond = local
3453 llvm::Value *Cond = local
3309 EmitCfiSlowPathCheck( SanitizerMask Kind, llvm::Value *Cond, llvm::ConstantInt *TypeId, llvm::Value *Ptr, ArrayRef<llvm::Constant *> StaticArgs) argument
H A DCGOpenMPRuntime.cpp2032 void CGOpenMPRuntime::emitIfClause(CodeGenFunction &CGF, const Expr *Cond, argument
6746 const Expr *Cond = IfClause->getCondition(); local
6937 const Expr *Cond = IfClause->getCondition(); local
9951 llvm::Value *Cond; local
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp861 ActOnIfStmt(SourceLocation IfLoc, bool IsConstexpr, SourceLocation LParenLoc, Stmt *InitStmt, ConditionResult Cond, SourceLocation RParenLoc, Stmt *thenStmt, SourceLocation ElseLoc, Stmt *elseStmt) argument
915 BuildIfStmt(SourceLocation IfLoc, bool IsConstexpr, SourceLocation LParenLoc, Stmt *InitStmt, ConditionResult Cond, SourceLocation RParenLoc, Stmt *thenStmt, SourceLocation ElseLoc, Stmt *elseStmt) argument
989 CheckSwitchCondition(SourceLocation SwitchLoc, Expr *Cond) argument
991 Expr *Cond; member in class:SwitchConvertDiagnoser
994 SwitchConvertDiagnoser(Expr *Cond) argument
1053 ActOnStartOfSwitchStmt(SourceLocation SwitchLoc, SourceLocation LParenLoc, Stmt *InitStmt, ConditionResult Cond, SourceLocation RParenLoc) argument
1150 checkEnumTypesInSwitchStmt(Sema &S, const Expr *Cond, const Expr *Case) argument
1646 ActOnWhileStmt(SourceLocation WhileLoc, SourceLocation LParenLoc, ConditionResult Cond, SourceLocation RParenLoc, Stmt *Body) argument
1667 ActOnDoStmt(SourceLocation DoLoc, Stmt *Body, SourceLocation WhileLoc, SourceLocation CondLParen, Expr *Cond, SourceLocation CondRParen) argument
2692 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...]
H A DSemaTemplate.cpp3541 static Expr *lookThroughRangesV3Condition(Preprocessor &PP, Expr *Cond) { argument
3607 Sema::findFailedBooleanCondition(Expr *Cond) { argument
10483 isEnableIf(NestedNameSpecifierLoc NNS, const IdentifierInfo &II, SourceRange &CondRange, Expr *&Cond) argument
10604 Expr *Cond = nullptr; local
[all...]
H A DSemaDeclAttr.cpp943 Expr *Cond; local
912 checkFunctionConditionAttr(Sema &S, Decl *D, const ParsedAttr &AL, Expr *&Cond, StringRef &Msg) argument
998 Expr *Cond; local
[all...]
H A DTreeTransform.h1323 RebuildIfStmt(SourceLocation IfLoc, bool IsConstexpr, SourceLocation LParenLoc, Sema::ConditionResult Cond, SourceLocation RParenLoc, Stmt *Init, Stmt *Then, SourceLocation ElseLoc, Stmt *Else) argument
1335 RebuildSwitchStmtStart(SourceLocation SwitchLoc, SourceLocation LParenLoc, Stmt *Init, Sema::ConditionResult Cond, SourceLocation RParenLoc) argument
1356 RebuildWhileStmt(SourceLocation WhileLoc, SourceLocation LParenLoc, Sema::ConditionResult Cond, SourceLocation RParenLoc, Stmt *Body) argument
1366 RebuildDoStmt(SourceLocation DoLoc, Stmt *Body, SourceLocation WhileLoc, SourceLocation LParenLoc, Expr *Cond, SourceLocation RParenLoc) argument
1377 RebuildForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, Stmt *Init, Sema::ConditionResult Cond, Sema::FullExprArg Inc, SourceLocation RParenLoc, Stmt *Body) argument
2331 RebuildCXXForRangeStmt(SourceLocation ForLoc, SourceLocation CoawaitLoc, Stmt *Init, SourceLocation ColonLoc, Stmt *Range, Stmt *Begin, Stmt *End, Expr *Cond, Expr *Inc, Stmt *LoopVar, SourceLocation RParenLoc) argument
2666 RebuildConditionalOperator(Expr *Cond, SourceLocation QuestionLoc, Expr *LHS, SourceLocation ColonLoc, Expr *RHS) argument
2802 RebuildChooseExpr(SourceLocation BuiltinLoc, Expr *Cond, Expr *LHS, Expr *RHS, SourceLocation RParenLoc) argument
7430 Sema::ConditionResult Cond = getDerived().TransformCondition( local
7490 Sema::ConditionResult Cond = getDerived().TransformCondition( local
9134 ExprResult Cond = getDerived().TransformExpr(C->getCondition()); local
9144 ExprResult Cond = getDerived().TransformExpr(C->getCondition()); local
9429 ExprResult Cond = getDerived().TransformExpr(C->getCondition()); local
9439 ExprResult Cond = getDerived().TransformExpr(C->getCondition()); local
10945 ExprResult Cond = getDerived().TransformExpr(E->getCond()); local
11283 ExprResult Cond = getDerived().TransformExpr(E->getCond()); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3141 foldSetCCWithAnd(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond, const SDLoc &DL, DAGCombinerInfo &DCI) const argument
3210 optimizeSetCCOfSignedTruncationCheck( EVT SCCVT, SDValue N0, SDValue N1, ISD::CondCode Cond, DAGCombinerInfo &DCI, const SDLoc &DL) const argument
3299 optimizeSetCCByHoistingAndByConstFromLogicalShift( EVT SCCVT, SDValue N0, SDValue N1C, ISD::CondCode Cond, DAGCombinerInfo &DCI, const SDLoc &DL) const argument
3372 foldSetCCWithBinOp(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond, const SDLoc &DL, DAGCombinerInfo &DCI) const argument
3412 simplifySetCCWithCTPOP(const TargetLowering &TLI, EVT VT, SDValue N0, const APInt &C1, ISD::CondCode Cond, const SDLoc &dl, SelectionDAG &DAG) argument
3482 SimplifySetCC(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond, bool foldBooleans, DAGCombinerInfo &DCI, const SDLoc &dl) const argument
5437 buildUREMEqFold(EVT SETCCVT, SDValue REMNode, SDValue CompTargetNode, ISD::CondCode Cond, DAGCombinerInfo &DCI, const SDLoc &DL) const argument
5454 prepareUREMEqFold(EVT SETCCVT, SDValue REMNode, SDValue CompTargetNode, ISD::CondCode Cond, DAGCombinerInfo &DCI, const SDLoc &DL, SmallVectorImpl<SDNode *> &Created) const argument
5675 buildSREMEqFold(EVT SETCCVT, SDValue REMNode, SDValue CompTargetNode, ISD::CondCode Cond, DAGCombinerInfo &DCI, const SDLoc &DL) const argument
5693 prepareSREMEqFold(EVT SETCCVT, SDValue REMNode, SDValue CompTargetNode, ISD::CondCode Cond, DAGCombinerInfo &DCI, const SDLoc &DL, SmallVectorImpl<SDNode *> &Created) const argument
[all...]
H A DSelectionDAGBuilder.cpp2133 SelectionDAGBuilder::EmitBranchForMergedCondition(const Value *Cond, argument
2180 void SelectionDAGBuilder::FindMergedConditions(const Value *Cond, argument
2437 SDValue Cond; local
3237 hasOnlySelectUsers(const Value *Cond) argument
3251 SDValue Cond = getValue(I.getOperand(0)); local
10481 lowerWorkItem(SwitchWorkListItem W, Value *Cond, MachineBasicBlock *SwitchMBB, MachineBasicBlock *DefaultMBB) argument
10519 SDValue Cond = DAG.getSetCC( local
10729 splitWorkItem(SwitchWorkList &WorkList, const SwitchWorkListItem &W, Value *Cond, MachineBasicBlock *SwitchMBB) argument
[all...]
H A DDAGCombiner.cpp9224 SDValue Cond = N->getOperand(0); local
9259 SDValue Cond = N->getOperand(0); local
9369 SDValue Cond = N->getOperand(0); local
9572 SDValue Cond = N->getOperand(0); local
9782 SDValue Cond = N->getOperand(0); local
10162 SDValue Cond = N->getOperand(3); local
12080 SDValue Cond = N0.getOperand(0); local
13806 SDValue Cond = Select.getOperand(0); local
22275 SDValue Cond = local
22438 SimplifySetCC(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond, const SDLoc &DL, bool foldBooleans) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2543 getIntrinsicCmp(SelectionDAG &DAG, unsigned Opcode, SDValue Call, unsigned CCValid, uint64_t CC, ISD::CondCode Cond) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp494 ConstantComparesGatherer(Instruction *Cond, const DataLayout &DL) : DL(DL) { argument
714 Instruction *Cond = nullptr; local
3196 Instruction *Cond = dyn_cast<Instruction>(BI->getCondition()); local
3837 Value *Cond = local
3926 SimplifyTerminatorOnSelect(Instruction *OldTerm, Value *Cond, BasicBlock *TrueBB, BasicBlock *FalseBB, uint32_t TrueWeight, uint32_t FalseWeight) argument
4191 Instruction *Cond = dyn_cast<Instruction>(BI->getCondition()); local
4730 Value* Cond = BI->getCondition(); local
5012 Value *Cond = SI->getCondition(); local
5479 Value *const Cond = SI->getCondition(); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6974 Value *Cond = SI->getCondition(); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp269 ARMCC::CondCodes Cond; // Condition for IT block. member in struct:__anon2324::ARMAsmParser::__anon2325
386 void extendImplicitITBlock(ARMCC::CondCodes Cond) { argument
415 startExplicitITBlock(ARMCC::CondCodes Cond, unsigned Mask) argument
5776 unsigned Cond = static_cast<ARMOperand &>(*Operands[CondOp]).getCondCode(); local
7687 unsigned Cond = Inst.getOperand(0).getImm(); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8473 SDValue Cond = DAG.getNode(ISD::SRA, dl, MVT::i64, local
11849 SmallVector<MachineOperand, 2> Cond; local
15264 SDValue Cond = N->getOperand(1); local
16962 SDValue Cond = N->getOperand(0); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp480 const ISD::CondCode Cond; member in struct:__anon2303
556 const ISD::CondCode Cond; member in struct:__anon2304
653 const ISD::CondCode Cond; member in struct:__anon2305
4859 SDValue Cond local
5438 SDValue Cond = Op.getOperand(1); local
6611 SDValue Cond = Op.getOperand(3); local
14329 ARMCC::CondCodes Cond = local
16583 SDValue Cond; local
[all...]

Completed in 1571 milliseconds

123456789