Home
last modified time | relevance | path

Searched refs:kLoadReal (Results 1 – 8 of 8) sorted by relevance

/dports/audio/faust/faust-2.37.3/compiler/generator/interpreter/
H A Dinterpreter_optimizer.hh81 …} else if (inst1->fOpcode == FBCInstruction::kLoadReal && inst2->fOpcode == FBCInstruction::kCastI… in rewrite()
137 … if (inst1->fOpcode == FBCInstruction::kLoadReal && inst2->fOpcode == FBCInstruction::kStoreReal) { in rewrite()
388 … if (inst1->fOpcode == FBCInstruction::kLoadReal && inst2->fOpcode == FBCInstruction::kLoadReal && in rewrite()
406 …} else if (inst1->fOpcode == FBCInstruction::kLoadReal && inst2->fOpcode == FBCInstruction::kLoadR… in rewrite()
430 …} else if (inst1->fOpcode == FBCInstruction::kLoadReal && inst2->fOpcode == FBCInstruction::kRealV… in rewrite()
726 … ? new FBCBasicInstruction<REAL>(FBCInstruction::kLoadReal, 0, 0, inst2->fOffset1, 0) in rewriteBinaryRealMath2()
731 … ? new FBCBasicInstruction<REAL>(FBCInstruction::kLoadReal, 0, 0, inst2->fOffset1, 0) in rewriteBinaryRealMath2()
736 … return new FBCBasicInstruction<REAL>(FBCInstruction::kLoadReal, 0, 0, inst2->fOffset1, 0); in rewriteBinaryRealMath2()
746 ? new FBCBasicInstruction<REAL>(FBCInstruction::kLoadReal, 0, 0, inst2->fOffset1, 0) in rewriteBinaryRealMath2()
762 … ? new FBCBasicInstruction<REAL>(FBCInstruction::kLoadReal, 0, 0, inst1->fOffset1, 0) in rewriteBinaryRealMath3()
[all …]
H A Dfbc_opcode.hh38 kLoadReal, enumerator
378 || (opt == kLoadReal) || (opt == kLoadIndexedReal) || (opt == kLoadInput) in isRealType()
H A Dfbc_template_compiler.hh62 case FBCInstruction::kLoadReal: in CompileBlock()
H A Dfbc_llvm_compiler.hh302 case FBCInstruction::kLoadReal: in CompileBlock()
H A Dinterpreter_instructions.hh326 … new FBCBasicInstruction<REAL>(FBCInstruction::kLoadReal, named->getName(), 0, 0, tmp.fOffset, 0)); in visit()
H A Dfbc_cpp_compiler.hh185 case FBCInstruction::kLoadReal: in CompileBlock()
H A Dfbc_mir_compiler.hh504 case FBCInstruction::kLoadReal: in CompileBlock()
H A Dfbc_interpreter.hh731 case FBCInstruction::kLoadReal : { in ExecuteBlock()