| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
| H A D | toy-jit.cpp | 833 Value *EndCond = End->Codegen(); in Codegen() local 834 if (EndCond == 0) return EndCond; in Codegen() 843 EndCond = Builder.CreateFCmpONE( in Codegen() 844 EndCond, ConstantFP::get(TheContext, APFloat(0.0)), "loopcond"); in Codegen() 851 Builder.CreateCondBr(EndCond, LoopBB, AfterBB); in Codegen()
|
| H A D | toy.cpp | 1113 Value *EndCond = End->Codegen(); in Codegen() local 1114 if (EndCond == 0) return EndCond; in Codegen() 1123 EndCond = Builder.CreateFCmpONE( in Codegen() 1124 EndCond, ConstantFP::get(TheContext, APFloat(0.0)), "loopcond"); in Codegen() 1131 Builder.CreateCondBr(EndCond, LoopBB, AfterBB); in Codegen()
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/cached/ |
| H A D | toy-jit.cpp | 851 Value *EndCond = End->Codegen(); in Codegen() local 852 if (EndCond == 0) return EndCond; in Codegen() 861 EndCond = Builder.CreateFCmpONE( in Codegen() 862 EndCond, ConstantFP::get(TheContext, APFloat(0.0)), "loopcond"); in Codegen() 869 Builder.CreateCondBr(EndCond, LoopBB, AfterBB); in Codegen()
|
| H A D | toy.cpp | 1215 Value *EndCond = End->Codegen(); in Codegen() local 1216 if (EndCond == 0) return EndCond; in Codegen() 1225 EndCond = Builder.CreateFCmpONE( in Codegen() 1226 EndCond, ConstantFP::get(TheContext, APFloat(0.0)), "loopcond"); in Codegen() 1233 Builder.CreateCondBr(EndCond, LoopBB, AfterBB); in Codegen()
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter5/ |
| H A D | toy.cpp | 737 Value *EndCond = End->codegen(); in codegen() local 738 if (!EndCond) in codegen() 742 EndCond = Builder->CreateFCmpONE( in codegen() 743 EndCond, ConstantFP::get(*TheContext, APFloat(0.0)), "loopcond"); in codegen() 751 Builder->CreateCondBr(EndCond, LoopBB, AfterBB); in codegen()
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter6/ |
| H A D | toy.cpp | 849 Value *EndCond = End->codegen(); in codegen() local 850 if (!EndCond) in codegen() 854 EndCond = Builder->CreateFCmpONE( in codegen() 855 EndCond, ConstantFP::get(*TheContext, APFloat(0.0)), "loopcond"); in codegen() 863 Builder->CreateCondBr(EndCond, LoopBB, AfterBB); in codegen()
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/initial/ |
| H A D | toy.cpp | 1073 Value *EndCond = End->Codegen(); in Codegen() local 1074 if (EndCond == 0) return EndCond; in Codegen() 1083 EndCond = Builder.CreateFCmpONE( in Codegen() 1084 EndCond, ConstantFP::get(TheContext, APFloat(0.0)), "loopcond"); in Codegen() 1091 Builder.CreateCondBr(EndCond, LoopBB, AfterBB); in Codegen()
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/complete/ |
| H A D | toy.cpp | 1293 Value *EndCond = End->Codegen(); in Codegen() local 1294 if (EndCond == 0) return EndCond; in Codegen() 1303 EndCond = Builder.CreateFCmpONE( in Codegen() 1304 EndCond, ConstantFP::get(TheContext, APFloat(0.0)), "loopcond"); in Codegen() 1311 Builder.CreateCondBr(EndCond, LoopBB, AfterBB); in Codegen()
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
| H A D | toy.cpp | 936 Value *EndCond = End->codegen(); in codegen() local 937 if (!EndCond) in codegen() 948 EndCond = Builder->CreateFCmpONE( in codegen() 949 EndCond, ConstantFP::get(*TheContext, APFloat(0.0)), "loopcond"); in codegen() 956 Builder->CreateCondBr(EndCond, LoopBB, AfterBB); in codegen()
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter7/ |
| H A D | toy.cpp | 959 Value *EndCond = End->codegen(); in codegen() local 960 if (!EndCond) in codegen() 971 EndCond = Builder->CreateFCmpONE( in codegen() 972 EndCond, ConstantFP::get(*TheContext, APFloat(0.0)), "loopcond"); in codegen() 979 Builder->CreateCondBr(EndCond, LoopBB, AfterBB); in codegen()
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
| H A D | toy.cpp | 953 Value *EndCond = End->codegen(); in codegen() local 954 if (!EndCond) in codegen() 965 EndCond = Builder->CreateFCmpONE( in codegen() 966 EndCond, ConstantFP::get(*TheContext, APFloat(0.0)), "loopcond"); in codegen() 973 Builder->CreateCondBr(EndCond, LoopBB, AfterBB); in codegen()
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter8/ |
| H A D | toy.cpp | 957 Value *EndCond = End->codegen(); in codegen() local 958 if (!EndCond) in codegen() 969 EndCond = Builder->CreateFCmpONE( in codegen() 970 EndCond, ConstantFP::get(*TheContext, APFloat(0.0)), "loopcond"); in codegen() 977 Builder->CreateCondBr(EndCond, LoopBB, AfterBB); in codegen()
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
| H A D | toy.cpp | 953 Value *EndCond = End->codegen(); in codegen() local 954 if (!EndCond) in codegen() 965 EndCond = Builder->CreateFCmpONE( in codegen() 966 EndCond, ConstantFP::get(*TheContext, APFloat(0.0)), "loopcond"); in codegen() 973 Builder->CreateCondBr(EndCond, LoopBB, AfterBB); in codegen()
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
| H A D | toy.cpp | 953 Value *EndCond = End->codegen(); in codegen() local 954 if (!EndCond) in codegen() 965 EndCond = Builder->CreateFCmpONE( in codegen() 966 EndCond, ConstantFP::get(*TheContext, APFloat(0.0)), "loopcond"); in codegen() 973 Builder->CreateCondBr(EndCond, LoopBB, AfterBB); in codegen()
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | Archive.cpp | 148 char EndCond; in getRawName() local 158 EndCond = ' '; in getRawName() 160 EndCond = ' '; in getRawName() 162 EndCond = '/'; in getRawName() 164 StringRef(ArMemHdr->Name, sizeof(ArMemHdr->Name)).find(EndCond); in getRawName()
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter9/ |
| H A D | toy.cpp | 1129 Value *EndCond = End->codegen(); in codegen() local 1130 if (!EndCond) in codegen() 1141 EndCond = Builder->CreateFCmpONE( in codegen() 1142 EndCond, ConstantFP::get(*TheContext, APFloat(0.0)), "loopcond"); in codegen() 1149 Builder->CreateCondBr(EndCond, LoopBB, AfterBB); in codegen()
|
| /openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl05.rst | 733 Value *EndCond = End->codegen(); 734 if (!EndCond) 738 EndCond = Builder.CreateFCmpONE( 739 EndCond, ConstantFP::get(TheContext, APFloat(0.0)), "loopcond"); 753 Builder.CreateCondBr(EndCond, LoopBB, AfterBB);
|
| H A D | LangImpl07.rst | 390 Value *EndCond = End->codegen(); 391 if (!EndCond)
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | CommentCommands.td | 292 def EndCond : VerbatimLineCommand<"endcond">;
|