Searched defs:Cond (Results 76 - 100 of 203) sorted by relevance

123456789

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp435 ConstantInt *Cond = dyn_cast<ConstantInt>(BI->getCondition()); local
452 ConstantInt *Cond = dyn_cast<ConstantInt>(SI->getCondition()); local
[all...]
H A DPredicateInfo.cpp408 Value *Cond = Worklist.pop_back_val(); local
453 Value *Cond = Worklist.pop_back_val(); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp486 SmallVector<MachineOperand,2> Cond; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp558 parseCondBranch(*std::prev(I), TBB, Cond); local
469 parseCondBranch(MachineInstr &LastInst, MachineBasicBlock *&Target, SmallVectorImpl<MachineOperand> &Cond) argument
499 analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const argument
601 insertBranch( MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond, const DebugLoc &DL, int *BytesAdded) const argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp263 SmallVector<MachineOperand, 4> Cond; local
790 X86::CondCode Cond = X86::getCondFromBranch(*CondBr); local
H A DX86LowerAMXIntrinsics.cpp124 Value *Cond = B.CreateICmpNE(Inc, Bound, Name + ".cond"); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp848 Value *Cond; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp447 Value *Cond = Invert ? BoolFalse : BoolTrue; local
H A DEarlyCSE.cpp163 static bool matchSelectWithOptionalNotCond(Value *V, Value *&Cond, Value *&A, argument
240 Value *Cond, *A, *B; local
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCoroutine.cpp457 auto *Cond = CGF.Builder.CreateICmpNE(CoroFree, NullPtr); variable
579 auto *Cond = Builder.CreateICmpNE(AllocateCall, NullPtr); local
H A DCodeGenPGO.cpp1105 CodeGenFunction::createProfileWeightsForLoop(const Stmt *Cond, argument
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp213 std::unique_ptr<ExprAST> Cond, Then, Else; member in class:__anon1296::IfExprAST
216 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, argument
396 auto Cond = ParseExpression(); local
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp214 std::unique_ptr<ExprAST> Cond, Then, Else; member in class:__anon1297::IfExprAST
217 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, argument
397 auto Cond = ParseExpression(); local
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp206 std::unique_ptr<ExprAST> Cond, Then, Else; member in class:IfExprAST
209 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, argument
374 auto Cond = ParseExpression(); local
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp205 std::unique_ptr<ExprAST> Cond, Then, Else; member in class:__anon1295::IfExprAST
208 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, argument
374 auto Cond = ParseExpression(); local
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp475 CheckBranchConditionContext(const CheckersTy &checkers, const Stmt *Cond, ExprEngine &eng) argument
639 runCheckersForEvalAssume(ProgramStateRef state, SVal Cond, bool Assumption) argument
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h508 bool addTrackedCondition(const ExplodedNode *Cond) { argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp1150 evalAssume(ProgramStateRef state, SVal Cond, bool Assumption) const argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineLICM.cpp796 SmallVector<MachineOperand, 4> Cond; local
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp1098 CondO << " {" << Cond << "},\n"; local
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Decho.cpp509 LLVMValueRef Cond = LLVMGetCondition(Src); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp598 Value *Cond = State.get(getOperand(0), Part); local
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp182 ExprAST *Cond, *Then, *Else; member in class:IfExprAST
342 ExprAST *Cond = ParseExpression(); local
H A Dtoy.cpp189 ExprAST *Cond, *Then, *Else; member in class:IfExprAST
349 ExprAST *Cond = ParseExpression(); local
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp208 ExprAST *Cond, *Then, *Else; member in class:IfExprAST
368 ExprAST *Cond = ParseExpression(); local

Completed in 493 milliseconds

123456789