Searched defs:Cond (Results 151 - 175 of 179) sorted by relevance

12345678

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2150 SDValue Cond = DAG.getSetCC(SL, SetCCVT, Fabs, C2, ISD::SETOGT); local
3457 SDValue AMDGPUTargetLowering::performCtlz_CttzCombine(const SDLoc &SL, SDValue Cond, argument
3517 SDValue Cond = N.getOperand(0); local
3492 distributeOpThroughSelect(TargetLowering::DAGCombinerInfo &DCI, unsigned Op, const SDLoc &SL, SDValue Cond, SDValue N1, SDValue N2) argument
[all...]
H A DSIISelLowering.cpp7519 SDValue Cond = Op.getOperand(0); local
9566 auto Cond = RHS.getOperand(0); local
9607 auto Cond = RHS.getOperand(0); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2671 AArch64CC::CondCode AArch64AsmParser::parseCondCodeString(StringRef Cond) { argument
2719 StringRef Cond = Tok.getString(); local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h1932 void setCond(Expr *Cond) { argument
2126 void setCond(Expr *Cond) { argument
2298 setCond(Expr *Cond) argument
2376 DoStmt(Stmt *Body, Expr *Cond, SourceLocation DL, SourceLocation WL, SourceLocation RP) argument
2392 setCond(Expr *Cond) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1732 emitPreCond(CodeGenFunction &CGF, const OMPLoopDirective &S, const Expr *Cond, llvm::BasicBlock *TrueBlock, llvm::BasicBlock *FalseBlock, uint64_t TrueCount) argument
3120 const Expr *Cond = Clause->getCondition(); local
3737 const Expr *Cond = local
[all...]
H A DCodeGenFunction.h3309 Expr *Cond = nullptr; member in struct:clang::CodeGen::CodeGenFunction::OMPLoopArguments
[all...]
H A DCGExpr.cpp3038 llvm::Value *&Cond = local
3276 llvm::Value *Cond = local
3132 EmitCfiSlowPathCheck( SanitizerMask Kind, llvm::Value *Cond, llvm::ConstantInt *TypeId, llvm::Value *Ptr, ArrayRef<llvm::Constant *> StaticArgs) argument
H A DCGOpenMPRuntime.cpp3050 void CGOpenMPRuntime::emitIfClause(CodeGenFunction &CGF, const Expr *Cond, argument
6726 const Expr *Cond = IfClause->getCondition(); local
6917 const Expr *Cond = IfClause->getCondition(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp414 SDValue Cond = N->getOperand(0); local
3904 SDValue Cond = N->getOperand(0); local
4744 SDValue Cond = GetWidenedVector(N->getOperand(0)); local
[all...]
H A DTargetLowering.cpp2845 foldSetCCWithAnd(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond, const SDLoc &DL, DAGCombinerInfo &DCI) const argument
2914 optimizeSetCCOfSignedTruncationCheck( EVT SCCVT, SDValue N0, SDValue N1, ISD::CondCode Cond, DAGCombinerInfo &DCI, const SDLoc &DL) const argument
3003 optimizeSetCCByHoistingAndByConstFromLogicalShift( EVT SCCVT, SDValue N0, SDValue N1C, ISD::CondCode Cond, DAGCombinerInfo &DCI, const SDLoc &DL) const argument
3076 foldSetCCWithBinOp(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond, const SDLoc &DL, DAGCombinerInfo &DCI) const argument
3118 SimplifySetCC(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond, bool foldBooleans, DAGCombinerInfo &DCI, const SDLoc &dl) const argument
4979 buildUREMEqFold(EVT SETCCVT, SDValue REMNode, SDValue CompTargetNode, ISD::CondCode Cond, DAGCombinerInfo &DCI, const SDLoc &DL) const argument
4996 prepareUREMEqFold(EVT SETCCVT, SDValue REMNode, SDValue CompTargetNode, ISD::CondCode Cond, DAGCombinerInfo &DCI, const SDLoc &DL, SmallVectorImpl<SDNode *> &Created) const argument
5213 buildSREMEqFold(EVT SETCCVT, SDValue REMNode, SDValue CompTargetNode, ISD::CondCode Cond, DAGCombinerInfo &DCI, const SDLoc &DL) const argument
5231 prepareSREMEqFold(EVT SETCCVT, SDValue REMNode, SDValue CompTargetNode, ISD::CondCode Cond, DAGCombinerInfo &DCI, const SDLoc &DL, SmallVectorImpl<SDNode *> &Created) const argument
[all...]
H A DLegalizeIntegerTypes.cpp1443 SDValue Cond = PromoteTargetBoolean(N->getOperand(1), MVT::Other); local
1528 SDValue Cond = N->getOperand(0); local
2446 ISD::CondCode Cond; local
4018 SDValue Cond = N->getOperand(3); local
[all...]
H A DSelectionDAGBuilder.cpp2053 SelectionDAGBuilder::EmitBranchForMergedCondition(const Value *Cond, argument
2100 void SelectionDAGBuilder::FindMergedConditions(const Value *Cond, argument
2343 SDValue Cond; local
3282 hasOnlySelectUsers(const Value *Cond) argument
3296 SDValue Cond = getValue(I.getOperand(0)); local
10100 lowerWorkItem(SwitchWorkListItem W, Value *Cond, MachineBasicBlock *SwitchMBB, MachineBasicBlock *DefaultMBB) argument
10138 SDValue Cond = DAG.getSetCC( local
10348 splitWorkItem(SwitchWorkList &WorkList, const SwitchWorkListItem &W, Value *Cond, MachineBasicBlock *SwitchMBB) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4086 Value *TrueVal, *FalseVal, *Cond; local
4101 Value *TrueVal, *FalseVal, *Cond; local
4247 Value *Cond = getValue(Record, 2, NextValueNo, local
4371 Value *Cond = getValue(Record, 2, NextValueNo, OpTy); local
4427 Value *Cond = getValue(Record, 1, NextValueNo, OpTy); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2486 getIntrinsicCmp(SelectionDAG &DAG, unsigned Opcode, SDValue Call, unsigned CCValid, uint64_t CC, ISD::CondCode Cond) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2188 bool LSRInstance::FindIVUserForCond(ICmpInst *Cond, IVStrideUse *&CondUse) { argument
2248 ICmpInst *LSRInstance::OptimizeMax(ICmpInst *Cond, IVStrideUse* &CondUse) { argument
2401 ICmpInst *Cond = cast<ICmpInst>(TermBr->getCondition()); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp804 transformToIndexedCompare(GEPOperator *GEPLHS, Value *RHS, ICmpInst::Predicate Cond, const DataLayout &DL) argument
844 foldGEPICmp(GEPOperator *GEPLHS, Value *RHS, ICmpInst::Predicate Cond, Instruction &I) argument
2709 Value *Cond = Builder.getFalse(); local
5477 Value *Cond, *SelectTrue, *SelectFalse; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp5536 SDValue Cond = N->getOperand(0); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2920 PHINode *FunctionStackPoisoner::createPHI(IRBuilder<> &IRB, Value *Cond, argument
3283 Value *Cond = IRB.CreateICmpNE(Misalign, AllocaRzSize); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp466 ConstantComparesGatherer(Instruction *Cond, cons argument
262 isProfitableToFoldUnconditional(BranchInst *SI1, BranchInst *SI2, Instruction *Cond, SmallVectorImpl<PHINode *> &PhiNodes) argument
683 Instruction *Cond = nullptr; local
1753 Instruction *Cond = nullptr; local
2590 Instruction *Cond = nullptr; local
3435 Value *Cond = Builder.CreateOr(PBICond, BICond, "brmerge"); local
3516 SimplifyTerminatorOnSelect(Instruction *OldTerm, Value *Cond, BasicBlock *TrueBB, BasicBlock *FalseBB, uint32_t TrueWeight, uint32_t FalseWeight) argument
3752 Instruction *Cond = dyn_cast<Instruction>(BI->getCondition()); local
4290 Value* Cond = BI->getCondition(); local
4516 Value *Cond = SI->getCondition(); local
4947 Value *const Cond = SI->getCondition(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp211 ARMCC::CondCodes Cond; // Condition for IT block. member in struct:__anon2168::ARMAsmParser::__anon2169
328 void extendImplicitITBlock(ARMCC::CondCodes Cond) { argument
357 startExplicitITBlock(ARMCC::CondCodes Cond, unsigned Mask) argument
5591 unsigned Cond = static_cast<ARMOperand &>(*Operands[CondOp]).getCondCode(); local
7406 unsigned Cond = Inst.getOperand(0).getImm(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp994 Expr *Cond; local
963 checkFunctionConditionAttr(Sema &S, Decl *D, const ParsedAttr &AL, Expr *&Cond, StringRef &Msg) argument
1049 Expr *Cond; local
[all...]
H A DSemaTemplate.cpp3351 static Expr *lookThroughRangesV3Condition(Preprocessor &PP, Expr *Cond) { argument
3415 Sema::findFailedBooleanCondition(Expr *Cond) { argument
10235 isEnableIf(NestedNameSpecifierLoc NNS, const IdentifierInfo &II, SourceRange &CondRange, Expr *&Cond) argument
10356 Expr *Cond = nullptr; local
[all...]
H A DSemaChecking.cpp6951 bool Cond; local
H A DTreeTransform.h1295 RebuildIfStmt(SourceLocation IfLoc, bool IsConstexpr, Sema::ConditionResult Cond, Stmt *Init, Stmt *Then, SourceLocation ElseLoc, Stmt *Else) argument
1306 RebuildSwitchStmtStart(SourceLocation SwitchLoc, Stmt *Init, Sema::ConditionResult Cond) argument
1324 RebuildWhileStmt(SourceLocation WhileLoc, Sema::ConditionResult Cond, Stmt *Body) argument
1333 RebuildDoStmt(SourceLocation DoLoc, Stmt *Body, SourceLocation WhileLoc, SourceLocation LParenLoc, Expr *Cond, SourceLocation RParenLoc) argument
1344 RebuildForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, Stmt *Init, Sema::ConditionResult Cond, Sema::FullExprArg Inc, SourceLocation RParenLoc, Stmt *Body) argument
2113 RebuildCXXForRangeStmt(SourceLocation ForLoc, SourceLocation CoawaitLoc, Stmt *Init, SourceLocation ColonLoc, Stmt *Range, Stmt *Begin, Stmt *End, Expr *Cond, Expr *Inc, Stmt *LoopVar, SourceLocation RParenLoc) argument
2411 RebuildConditionalOperator(Expr *Cond, SourceLocation QuestionLoc, Expr *LHS, SourceLocation ColonLoc, Expr *RHS) argument
2547 RebuildChooseExpr(SourceLocation BuiltinLoc, Expr *Cond, Expr *LHS, Expr *RHS, SourceLocation RParenLoc) argument
7017 Sema::ConditionResult Cond = getDerived().TransformCondition( local
7076 Sema::ConditionResult Cond = getDerived().TransformCondition( local
8630 ExprResult Cond = getDerived().TransformExpr(C->getCondition()); local
8640 ExprResult Cond = getDerived().TransformExpr(C->getCondition()); local
10027 ExprResult Cond = getDerived().TransformExpr(E->getCond()); local
10365 ExprResult Cond = getDerived().TransformExpr(E->getCond()); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp10968 getPTest(SelectionDAG &DAG, EVT VT, SDValue Pg, SDValue Op, AArch64CC::CondCode Cond) argument

Completed in 1138 milliseconds

12345678