Home
last modified time | relevance | path

Searched defs:codegen (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp412 Value *NumberExprAST::codegen() { in codegen() function in NumberExprAST
416 Value *VariableExprAST::codegen() { in codegen() function in VariableExprAST
424 Value *BinaryExprAST::codegen() { in codegen() function in BinaryExprAST
446 Value *CallExprAST::codegen() { in codegen() function in CallExprAST
466 Function *PrototypeAST::codegen() { in codegen() function in PrototypeAST
483 Function *FunctionAST::codegen() { in codegen() function in FunctionAST
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp660 Value *NumberExprAST::codegen() { in codegen() function in NumberExprAST
664 Value *VariableExprAST::codegen() { in codegen() function in VariableExprAST
672 Value *UnaryExprAST::codegen() { in codegen() function in UnaryExprAST
684 Value *BinaryExprAST::codegen() { in codegen() function in BinaryExprAST
714 Value *CallExprAST::codegen() { in codegen() function in CallExprAST
734 Value *IfExprAST::codegen() { in codegen() function in IfExprAST
801 Value *ForExprAST::codegen() { in codegen() function in ForExprAST
881 Function *PrototypeAST::codegen() { in codegen() function in PrototypeAST
898 Function *FunctionAST::codegen() { in codegen() function in FunctionAST
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp719 Value *NumberExprAST::codegen() { in codegen() function in NumberExprAST
723 Value *VariableExprAST::codegen() { in codegen() function in VariableExprAST
733 Value *UnaryExprAST::codegen() { in codegen() function in UnaryExprAST
745 Value *BinaryExprAST::codegen() { in codegen() function in BinaryExprAST
798 Value *CallExprAST::codegen() { in codegen() function in CallExprAST
818 Value *IfExprAST::codegen() { in codegen() function in IfExprAST
889 Value *ForExprAST::codegen() { in codegen() function in ForExprAST
971 Value *VarExprAST::codegen() { in codegen() function in VarExprAST
1019 Function *PrototypeAST::codegen() { in codegen() function in PrototypeAST
1044 Function *FunctionAST::codegen() { in codegen() function in FunctionAST
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp742 Value *NumberExprAST::codegen() { in codegen() function in NumberExprAST
746 Value *VariableExprAST::codegen() { in codegen() function in VariableExprAST
756 Value *UnaryExprAST::codegen() { in codegen() function in UnaryExprAST
768 Value *BinaryExprAST::codegen() { in codegen() function in BinaryExprAST
821 Value *CallExprAST::codegen() { in codegen() function in CallExprAST
841 Value *IfExprAST::codegen() { in codegen() function in IfExprAST
912 Value *ForExprAST::codegen() { in codegen() function in ForExprAST
994 Value *VarExprAST::codegen() { in codegen() function in VarExprAST
1042 Function *PrototypeAST::codegen() { in codegen() function in PrototypeAST
1059 Function *FunctionAST::codegen() { in codegen() function in FunctionAST
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp736 Value *NumberExprAST::codegen() { in codegen() function in NumberExprAST
740 Value *VariableExprAST::codegen() { in codegen() function in VariableExprAST
750 Value *UnaryExprAST::codegen() { in codegen() function in UnaryExprAST
762 Value *BinaryExprAST::codegen() { in codegen() function in BinaryExprAST
815 Value *CallExprAST::codegen() { in codegen() function in CallExprAST
835 Value *IfExprAST::codegen() { in codegen() function in IfExprAST
906 Value *ForExprAST::codegen() { in codegen() function in ForExprAST
988 Value *VarExprAST::codegen() { in codegen() function in VarExprAST
1036 Function *PrototypeAST::codegen() { in codegen() function in PrototypeAST
1053 Function *FunctionAST::codegen() { in codegen() function in FunctionAST
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp736 Value *NumberExprAST::codegen() { in codegen() function in NumberExprAST
740 Value *VariableExprAST::codegen() { in codegen() function in VariableExprAST
750 Value *UnaryExprAST::codegen() { in codegen() function in UnaryExprAST
762 Value *BinaryExprAST::codegen() { in codegen() function in BinaryExprAST
815 Value *CallExprAST::codegen() { in codegen() function in CallExprAST
835 Value *IfExprAST::codegen() { in codegen() function in IfExprAST
906 Value *ForExprAST::codegen() { in codegen() function in ForExprAST
988 Value *VarExprAST::codegen() { in codegen() function in VarExprAST
1036 Function *PrototypeAST::codegen() { in codegen() function in PrototypeAST
1053 Function *FunctionAST::codegen() { in codegen() function in FunctionAST
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp736 Value *NumberExprAST::codegen() { in codegen() function in NumberExprAST
740 Value *VariableExprAST::codegen() { in codegen() function in VariableExprAST
750 Value *UnaryExprAST::codegen() { in codegen() function in UnaryExprAST
762 Value *BinaryExprAST::codegen() { in codegen() function in BinaryExprAST
815 Value *CallExprAST::codegen() { in codegen() function in CallExprAST
835 Value *IfExprAST::codegen() { in codegen() function in IfExprAST
906 Value *ForExprAST::codegen() { in codegen() function in ForExprAST
988 Value *VarExprAST::codegen() { in codegen() function in VarExprAST
1036 Function *PrototypeAST::codegen() { in codegen() function in PrototypeAST
1053 Function *FunctionAST::codegen() { in codegen() function in FunctionAST
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp568 Value *NumberExprAST::codegen() { in codegen() function in NumberExprAST
572 Value *VariableExprAST::codegen() { in codegen() function in VariableExprAST
580 Value *BinaryExprAST::codegen() { in codegen() function in BinaryExprAST
602 Value *CallExprAST::codegen() { in codegen() function in CallExprAST
622 Value *IfExprAST::codegen() { in codegen() function in IfExprAST
689 Value *ForExprAST::codegen() { in codegen() function in ForExprAST
769 Function *PrototypeAST::codegen() { in codegen() function in PrototypeAST
786 Function *FunctionAST::codegen() { in codegen() function in FunctionAST
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp740 Value *NumberExprAST::codegen() { in codegen() function in NumberExprAST
744 Value *VariableExprAST::codegen() { in codegen() function in VariableExprAST
754 Value *UnaryExprAST::codegen() { in codegen() function in UnaryExprAST
766 Value *BinaryExprAST::codegen() { in codegen() function in BinaryExprAST
819 Value *CallExprAST::codegen() { in codegen() function in CallExprAST
839 Value *IfExprAST::codegen() { in codegen() function in IfExprAST
910 Value *ForExprAST::codegen() { in codegen() function in ForExprAST
992 Value *VarExprAST::codegen() { in codegen() function in VarExprAST
1040 Function *PrototypeAST::codegen() { in codegen() function in PrototypeAST
1057 Function *FunctionAST::codegen() { in codegen() function in FunctionAST
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp441 Value *NumberExprAST::codegen() { in codegen() function in NumberExprAST
445 Value *VariableExprAST::codegen() { in codegen() function in VariableExprAST
453 Value *BinaryExprAST::codegen() { in codegen() function in BinaryExprAST
475 Value *CallExprAST::codegen() { in codegen() function in CallExprAST
495 Function *PrototypeAST::codegen() { in codegen() function in PrototypeAST
512 Function *FunctionAST::codegen() { in codegen() function in FunctionAST
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp901 Value *NumberExprAST::codegen() { in codegen() function in NumberExprAST
906 Value *VariableExprAST::codegen() { in codegen() function in VariableExprAST
917 Value *UnaryExprAST::codegen() { in codegen() function in UnaryExprAST
930 Value *BinaryExprAST::codegen() { in codegen() function in BinaryExprAST
985 Value *CallExprAST::codegen() { in codegen() function in CallExprAST
1007 Value *IfExprAST::codegen() { in codegen() function in IfExprAST
1080 Value *ForExprAST::codegen() { in codegen() function in ForExprAST
1164 Value *VarExprAST::codegen() { in codegen() function in VarExprAST
1214 Function *PrototypeAST::codegen() { in codegen() function in PrototypeAST
1231 Function *FunctionAST::codegen() { in codegen() function in FunctionAST
/openbsd-src/gnu/llvm/llvm/lib/Target/
H A DTargetMachineC.cpp184 LLVMCodeGenFileType codegen, in LLVMTargetMachineEmit()
218 LLVMCodeGenFileType codegen, in LLVMTargetMachineEmitToFile()
232 LLVMModuleRef M, LLVMCodeGenFileType codegen, char** ErrorMessage, in LLVMTargetMachineEmitToMemoryBuffer()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DParallelCG.cpp26 static void codegen(Module *M, llvm::raw_pwrite_stream &OS, in codegen() function
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTOBackend.cpp361 static void codegen(const Config &Conf, TargetMachine *TM, in codegen() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp851 void codegen() { in codegen() function in thinlto::ThinLTOProcessing