Home
last modified time | relevance | path

Searched refs:InstructionsCompiler (Results 1 – 10 of 10) sorted by relevance

/dports/audio/faust/faust-2.37.3/compiler/generator/
H A Dinstructions_compiler.cpp57 InstructionsCompiler::InstructionsCompiler(CodeContainer* container) in InstructionsCompiler() function in InstructionsCompiler
69 int InstructionsCompiler::getSharingCount(Tree sig) in getSharingCount()
84 void InstructionsCompiler::sharingAnalysis(Tree t) in sharingAnalysis()
221 Tree InstructionsCompiler::prepare(Tree LS) in prepare()
309 Tree InstructionsCompiler::prepare2(Tree L0) in prepare2()
400 ValueInst* InstructionsCompiler::CS(Tree sig) in CS()
422 InstructionsCompiler C(container); in signal2Container()
432 ValueInst* InstructionsCompiler::dnf2code(Tree cc) in dnf2code()
444 ValueInst* InstructionsCompiler::and2code(Tree cs) in and2code()
468 ValueInst* InstructionsCompiler::or2code(Tree cs) in or2code()
[all …]
H A Ddag_instructions_compiler.cpp36 DAGInstructionsCompiler::DAGInstructionsCompiler(CodeContainer* container) : InstructionsCompiler(c… in DAGInstructionsCompiler()
258 return InstructionsCompiler::generateCode(sig); in generateLoopCode()
260 ValueInst* c = InstructionsCompiler::generateCode(sig); in generateLoopCode()
266 ValueInst* c = InstructionsCompiler::generateCode(sig); in generateLoopCode()
272 ValueInst* c = InstructionsCompiler::generateCode(sig); in generateLoopCode()
277 return InstructionsCompiler::generateCode(sig); in generateLoopCode()
293 return InstructionsCompiler::generateCacheCode(sig, exp); in generateCacheCode()
410 return InstructionsCompiler::generateVariableStore(sig, exp); in generateVariableStore()
H A Dinstructions_compiler1.hh29 class InstructionsCompiler1 : public InstructionsCompiler {
H A Dinstructions_compiler.hh46 class InstructionsCompiler : public virtual Garbageable { class
165 InstructionsCompiler(CodeContainer* container);
167 virtual ~InstructionsCompiler() {} in ~InstructionsCompiler()
H A Ddag_instructions_compiler.hh27 class DAGInstructionsCompiler : public InstructionsCompiler {
H A Dinstructions_compiler1.cpp24 InstructionsCompiler1::InstructionsCompiler1(CodeContainer* container) : InstructionsCompiler(conta… in InstructionsCompiler1()
/dports/audio/faust/faust-2.37.3/compiler/generator/interpreter/
H A Dinterpreter_code_container.hh88 class InterpreterInstructionsCompiler : public virtual InstructionsCompiler {
90 InterpreterInstructionsCompiler(CodeContainer* container) : InstructionsCompiler(container) {} in InterpreterInstructionsCompiler()
/dports/audio/faust/faust-2.37.3/compiler/generator/llvm/
H A Dclang_code_container.hh39 InstructionsCompiler* fCompiler;
H A Dclang_code_container.cpp96 fCompiler = new InstructionsCompiler(fContainer); in ClangCodeContainer()
/dports/audio/faust/faust-2.37.3/compiler/
H A Dlibcode.cpp140 InstructionsCompiler* new_comp = nullptr;
1334 new_comp = new InstructionsCompiler(container); in compileCLLVM()
1358 new_comp = new InstructionsCompiler(container); in compileLLVM()
1416 new_comp = new InstructionsCompiler(container); in compileFIR()
1694 new_comp = new InstructionsCompiler(container); in generateCode()