Searched refs:kLoadReal (Results 1 – 8 of 8) sorted by relevance
/dports/audio/faust/faust-2.37.3/compiler/generator/interpreter/ |
H A D | interpreter_optimizer.hh | 81 …} 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 D | fbc_opcode.hh | 38 kLoadReal, enumerator 378 || (opt == kLoadReal) || (opt == kLoadIndexedReal) || (opt == kLoadInput) in isRealType()
|
H A D | fbc_template_compiler.hh | 62 case FBCInstruction::kLoadReal: in CompileBlock()
|
H A D | fbc_llvm_compiler.hh | 302 case FBCInstruction::kLoadReal: in CompileBlock()
|
H A D | interpreter_instructions.hh | 326 … new FBCBasicInstruction<REAL>(FBCInstruction::kLoadReal, named->getName(), 0, 0, tmp.fOffset, 0)); in visit()
|
H A D | fbc_cpp_compiler.hh | 185 case FBCInstruction::kLoadReal: in CompileBlock()
|
H A D | fbc_mir_compiler.hh | 504 case FBCInstruction::kLoadReal: in CompileBlock()
|
H A D | fbc_interpreter.hh | 731 case FBCInstruction::kLoadReal : { in ExecuteBlock()
|