Home
last modified time | relevance | path

Searched refs:Else (Results 1 – 25 of 145) sorted by relevance

123456

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DMVEVPTBlockPass.cpp111 assert(NextPred != ARMVCC::Else && in StepOverPredicatedInstrs()
182 ARMVCC::VPTCodes CurrentPredicate = ARMVCC::Else; in CreateVPTBlock()
226 (CurrentPredicate == ARMVCC::Then ? ARMVCC::Else : ARMVCC::Then); in CreateVPTBlock()
251 assert(Pred != ARMVCC::Else && "VPT block pass does not expect Else preds"); in InsertVPTBlocks()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp185 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anonde6ff8cc0111::IfExprAST
189 std::unique_ptr<ExprAST> Else) in IfExprAST() argument
190 : Cond(std::move(Cond)), Then(std::move(Then)), Else(std::move(Else)) {} in IfExprAST()
357 auto Else = ParseExpression(); in ParseIfExpr() local
358 if (!Else) in ParseIfExpr()
362 std::move(Else)); in ParseIfExpr()
656 Value *ElseV = Else->codegen(); in codegen()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h92 Else enumerator
134 case ARMVCC::Else: return "e"; in ARMVPTPredToString()
142 .Case("e", ARMVCC::Else) in ARMVectorCondCodeFromString()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp205 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon52ec69cd0111::IfExprAST
209 std::unique_ptr<ExprAST> Else) in IfExprAST() argument
210 : Cond(std::move(Cond)), Then(std::move(Then)), Else(std::move(Else)) {} in IfExprAST()
391 auto Else = ParseExpression(); in ParseIfExpr() local
392 if (!Else) in ParseIfExpr()
396 std::move(Else)); in ParseIfExpr()
768 Value *ElseV = Else->codegen(); in codegen()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp214 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon3be54bcf0111::IfExprAST
218 std::unique_ptr<ExprAST> Else) in IfExprAST() argument
219 : Cond(std::move(Cond)), Then(std::move(Then)), Else(std::move(Else)) {} in IfExprAST()
414 auto Else = ParseExpression(); in ParseIfExpr() local
415 if (!Else) in ParseIfExpr()
419 std::move(Else)); in ParseIfExpr()
874 Value *ElseV = Else->codegen(); in codegen()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp208 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon4bdfba2f0111::IfExprAST
212 std::unique_ptr<ExprAST> Else) in IfExprAST() argument
213 : Cond(std::move(Cond)), Then(std::move(Then)), Else(std::move(Else)) {} in IfExprAST()
408 auto Else = ParseExpression(); in ParseIfExpr() local
409 if (!Else) in ParseIfExpr()
413 std::move(Else)); in ParseIfExpr()
869 Value *ElseV = Else->codegen(); in codegen()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp213 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anonc768dace0111::IfExprAST
217 std::unique_ptr<ExprAST> Else) in IfExprAST() argument
218 : Cond(std::move(Cond)), Then(std::move(Then)), Else(std::move(Else)) {} in IfExprAST()
413 auto Else = ParseExpression(); in ParseIfExpr() local
414 if (!Else) in ParseIfExpr()
418 std::move(Else)); in ParseIfExpr()
875 Value *ElseV = Else->codegen(); in codegen()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp208 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anond763492e0111::IfExprAST
212 std::unique_ptr<ExprAST> Else) in IfExprAST() argument
213 : Cond(std::move(Cond)), Then(std::move(Then)), Else(std::move(Else)) {} in IfExprAST()
408 auto Else = ParseExpression(); in ParseIfExpr() local
409 if (!Else) in ParseIfExpr()
413 std::move(Else)); in ParseIfExpr()
869 Value *ElseV = Else->codegen(); in codegen()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp208 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon62e6d82d0111::IfExprAST
212 std::unique_ptr<ExprAST> Else) in IfExprAST() argument
213 : Cond(std::move(Cond)), Then(std::move(Then)), Else(std::move(Else)) {} in IfExprAST()
408 auto Else = ParseExpression(); in ParseIfExpr() local
409 if (!Else) in ParseIfExpr()
413 std::move(Else)); in ParseIfExpr()
869 Value *ElseV = Else->codegen(); in codegen()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp206 std::unique_ptr<ExprAST> Cond, Then, Else; member in IfExprAST
210 std::unique_ptr<ExprAST> Else) in IfExprAST() argument
211 : Cond(std::move(Cond)), Then(std::move(Then)), Else(std::move(Else)) {} in IfExprAST()
391 auto Else = ParseExpression(); in ParseIfExpr() local
392 if (!Else) in ParseIfExpr()
396 std::move(Else)); in ParseIfExpr()
852 Value *ElseV = Else->codegen(); in codegen()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp295 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anonb061bcd00211::IfExprAST
299 std::unique_ptr<ExprAST> Then, std::unique_ptr<ExprAST> Else) in IfExprAST() argument
301 Else(std::move(Else)) {} in IfExprAST()
307 Else->dump(indent(out, ind) << "Else:", ind + 1); in dump()
525 auto Else = ParseExpression(); in ParseIfExpr() local
526 if (!Else) in ParseIfExpr()
530 std::move(Else)); in ParseIfExpr()
1043 Value *ElseV = Else->codegen(); in codegen()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl05.rst21 If/Then/Else
60 Lexer Extensions for If/Then/Else
91 AST Extensions for If/Then/Else
100 std::unique_ptr<ExprAST> Cond, Then, Else;
104 std::unique_ptr<ExprAST> Else)
105 : Cond(std::move(Cond)), Then(std::move(Then)), Else(std::move(Else)) {}
112 Parser Extensions for If/Then/Else
143 auto Else = ParseExpression();
144 if (!Else)
148 std::move(Else));
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmt.cpp165 Stmt::Likelihood Stmt::getLikelihood(const Stmt *Then, const Stmt *Else) { in getLikelihood() argument
167 Likelihood LHE = ::getLikelihood(Else).first; in getLikelihood()
183 Stmt::determineLikelihoodConflict(const Stmt *Then, const Stmt *Else) { in determineLikelihoodConflict() argument
185 std::pair<Likelihood, const Attr *> LHE = ::getLikelihood(Else); in determineLikelihoodConflict()
911 SourceLocation RPL, Stmt *Then, SourceLocation EL, Stmt *Else) in IfStmt() argument
913 bool HasElse = Else != nullptr; in IfStmt()
925 setElse(Else); in IfStmt()
946 SourceLocation EL, Stmt *Else) { in Create() argument
947 bool HasElse = Else != nullptr; in Create()
955 IfStmt(Ctx, IL, IsConstexpr, Init, Var, Cond, LPL, RPL, Then, EL, Else); in Create()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp167 ExprAST *Cond, *Then, *Else; member in IfExprAST
170 : Cond(cond), Then(then), Else(_else) {} in IfExprAST()
342 ExprAST *Else = ParseExpression(); in ParseIfExpr() local
343 if (!Else) return 0; in ParseIfExpr()
345 return new IfExprAST(Cond, Then, Else); in ParseIfExpr()
751 Value *ElseV = Else->Codegen(); in Codegen()
H A Dtoy.cpp168 ExprAST *Cond, *Then, *Else; member in IfExprAST
171 : Cond(cond), Then(then), Else(_else) {} in IfExprAST()
343 ExprAST *Else = ParseExpression(); in ParseIfExpr() local
344 if (!Else) return 0; in ParseIfExpr()
346 return new IfExprAST(Cond, Then, Else); in ParseIfExpr()
1031 Value *ElseV = Else->Codegen(); in Codegen()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp182 ExprAST *Cond, *Then, *Else; member in IfExprAST
185 : Cond(cond), Then(then), Else(_else) {} in IfExprAST()
357 ExprAST *Else = ParseExpression(); in ParseIfExpr() local
358 if (!Else) return 0; in ParseIfExpr()
360 return new IfExprAST(Cond, Then, Else); in ParseIfExpr()
769 Value *ElseV = Else->Codegen(); in Codegen()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPPCallbacks.h365 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) { in Else() function
597 void Else(SourceLocation Loc, SourceLocation IfLoc) override { in Else() function
598 First->Else(Loc, IfLoc); in Else()
599 Second->Else(Loc, IfLoc); in Else()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp52 Function *Else; member in __anon5b8ad8ad0111::SIAnnotateControlFlow
137 Else = Intrinsic::getDeclaration(&M, Intrinsic::amdgcn_else, in initialize()
217 Value *Ret = CallInst::Create(Else, popSaved(), "", Term); in insertElse()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp202 if (const Stmt *Else = IS->getElse()) { in visitIfStmt() local
212 if (!visitStmt(Else)) in visitIfStmt()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTGLexer.cpp41 { tgtok::Else, "else" },
740 } else if (Kind == tgtok::Else) { in lexPreprocessor()
782 IfdefOrElseEntry.Kind != tgtok::Else) { in lexPreprocessor()
871 if (Kind != tgtok::Else && Kind != tgtok::Endif) { in prepSkipRegion()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp166 ExprAST *Cond, *Then, *Else; member in IfExprAST
169 : Cond(cond), Then(then), Else(_else) {} in IfExprAST()
341 ExprAST *Else = ParseExpression(); in ParseIfExpr() local
342 if (!Else) return 0; in ParseIfExpr()
344 return new IfExprAST(Cond, Then, Else); in ParseIfExpr()
991 Value *ElseV = Else->Codegen(); in Codegen()
/netbsd-src/external/gpl3/gdb.old/dist/zlib/old/
H A Dvisual-basic.txt48 #Else
121 Else
152 Else
/netbsd-src/external/gpl3/binutils.old/dist/zlib/old/
H A Dvisual-basic.txt48 #Else
121 Else
152 Else
/netbsd-src/external/gpl3/gdb/dist/zlib/old/
H A Dvisual-basic.txt48 #Else
121 Else
152 Else
/netbsd-src/external/gpl3/binutils/dist/zlib/old/
H A Dvisual-basic.txt48 #Else
121 Else
152 Else

123456