Home
last modified time | relevance | path

Searched refs:EndCond (Results 1 – 19 of 19) sorted by relevance

/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp833 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 Dtoy.cpp1113 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 Dtoy-jit.cpp851 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 Dtoy.cpp1215 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 Dtoy.cpp737 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 Dtoy.cpp849 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 Dtoy.cpp1073 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 Dtoy.cpp1293 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 Dtoy.cpp936 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 Dtoy.cpp959 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 Dtoy.cpp953 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 Dtoy.cpp957 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 Dtoy.cpp953 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 Dtoy.cpp953 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 DArchive.cpp148 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 Dtoy.cpp1129 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 DLangImpl05.rst733 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 DLangImpl07.rst390 Value *EndCond = End->codegen();
391 if (!EndCond)
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCommentCommands.td292 def EndCond : VerbatimLineCommand<"endcond">;