Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparsification.cpp448 static Value genVectorReducEnd(CodeGen &codegen, OpBuilder &builder, in genVectorReducEnd()
470 static Value genOutputBuffer(CodeGen &codegen, OpBuilder &builder, in genOutputBuffer()
569 static VectorType vectorType(CodeGen &codegen, Type etp) { in vectorType()
575 static VectorType vectorType(CodeGen &codegen, Value ptr) { in vectorType()
694 static Value genSubscript(CodeGen &codegen, OpBuilder &builder, in genSubscript()
719 static Value genInsertionLoad(CodeGen &codegen, OpBuilder &builder, in genInsertionLoad()
733 static void genInsertionStore(CodeGen &codegen, OpBuilder &builder, in genInsertionStore()
876 static Value genInvariantValue(Merger &merger, CodeGen &codegen, in genInvariantValue()
1407 static void genWhileInduction(Merger &merger, CodeGen &codegen, in genWhileInduction()
1473 static void genForInduction(Merger &merger, CodeGen &codegen, in genForInduction()
[all …]
/llvm-project-15.0.7/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
/llvm-project-15.0.7/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
/llvm-project-15.0.7/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
/llvm-project-15.0.7/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
/llvm-project-15.0.7/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
/llvm-project-15.0.7/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
/llvm-project-15.0.7/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
/llvm-project-15.0.7/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
/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp741 Value *NumberExprAST::codegen() { in codegen() function in NumberExprAST
745 Value *VariableExprAST::codegen() { in codegen() function in VariableExprAST
755 Value *UnaryExprAST::codegen() { in codegen() function in UnaryExprAST
767 Value *BinaryExprAST::codegen() { in codegen() function in BinaryExprAST
820 Value *CallExprAST::codegen() { in codegen() function in CallExprAST
840 Value *IfExprAST::codegen() { in codegen() function in IfExprAST
911 Value *ForExprAST::codegen() { in codegen() function in ForExprAST
993 Value *VarExprAST::codegen() { in codegen() function in VarExprAST
1041 Function *PrototypeAST::codegen() { in codegen() function in PrototypeAST
1058 Function *FunctionAST::codegen() { in codegen() function in FunctionAST
/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/lib/Target/
H A DTargetMachineC.cpp183 LLVMCodeGenFileType codegen, in LLVMTargetMachineEmit()
217 LLVMCodeGenFileType codegen, in LLVMTargetMachineEmitToFile()
231 LLVMModuleRef M, LLVMCodeGenFileType codegen, char** ErrorMessage, in LLVMTargetMachineEmitToMemoryBuffer()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DParallelCG.cpp26 static void codegen(Module *M, llvm::raw_pwrite_stream &OS, in codegen() function
/llvm-project-15.0.7/mlir/lib/Tools/PDLL/CodeGen/
H A DCPPGen.cpp251 CodeGen codegen(os); in codegenPDLLToCPP() local
H A DMLIRGen.cpp610 CodeGen codegen(mlirContext, context, sourceMgr); in codegenPDLLToMLIR() local
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOBackend.cpp360 static void codegen(const Config &Conf, TargetMachine *TM, in codegen() function
/llvm-project-15.0.7/libc/benchmarks/automemcpy/lib/
H A DCodeGen.cpp49 namespace codegen { namespace
/llvm-project-15.0.7/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp851 void codegen() { in codegen() function in thinlto::ThinLTOProcessing