Home
last modified time | relevance | path

Searched refs:FunTyped (Results 1 – 18 of 18) sorted by relevance

/dports/audio/faust/faust-2.37.3/compiler/generator/
H A Dinstructions.cpp116 DeclareFunInst::DeclareFunInst(const string& name, FunTyped* type, BlockInst* code) in DeclareFunInst()
122 FunTyped* fun_type = static_cast<FunTyped*>(gGlobal->gVarTypeTable[name]); in DeclareFunInst()
153 int FunTyped::getSize() const in getSize()
258 FunTyped* fun_type = InstBuilder::genFunTyped(args, InstBuilder::genVoidTyped(), in genVoidFunction()
259 … (isvirtual) ? FunTyped::kVirtual : FunTyped::kDefault); in genVoidFunction()
275 FunTyped* fun_type = InstBuilder::genFunTyped(args, InstBuilder::genBasicTyped(res)); in genFunction1()
286 FunTyped* fun_type = InstBuilder::genFunTyped(args, InstBuilder::genBasicTyped(res)); in genFunction2()
298 FunTyped* fun_type = InstBuilder::genFunTyped(args, InstBuilder::genBasicTyped(res)); in genFunction3()
312 FunTyped* fun_type = InstBuilder::genFunTyped(args, InstBuilder::genBasicTyped(res)); in genFunction4()
328 FunTyped* fun_type = InstBuilder::genFunTyped(args, InstBuilder::genBasicTyped(res)); in genFunction5()
[all …]
H A Dcode_container.cpp529 FunTyped* fun_type = InstBuilder::genFunTyped(args, InstBuilder::genInt32Typed(), in generateGetIO()
530 … (isvirtual) ? FunTyped::kVirtual : FunTyped::kDefault); in generateGetIO()
612 FunTyped* fun_type = InstBuilder::genFunTyped(args, InstBuilder::genInt32Typed(), in generateGetIORate()
613 … (isvirtual) ? FunTyped::kVirtual : FunTyped::kDefault); in generateGetIORate()
673 FunTyped* fun_type = InstBuilder::genFunTyped(args, InstBuilder::genVoidTyped(), in generateStaticInitFun()
674 … (isstatic) ? FunTyped::kStatic : FunTyped::kDefault); in generateStaticInitFun()
812 … (isvirtual) ? FunTyped::kVirtual : FunTyped::kDefault); in generateGetSampleRate()
845 FunTyped* fun_type = in generateCalloc()
856FunTyped* fun_type = InstBuilder::genFunTyped(args, InstBuilder::genBasicTyped(Typed::kVoid), FunT… in generateFree()
874FunTyped* fun_type = InstBuilder::genFunTyped(args, InstBuilder::genBasicTyped(Typed::kObj_ptr), F… in generateNewDsp()
[all …]
H A Dinstructions.hh110 struct FunTyped;
269 virtual void visit(FunTyped* typed) {} in visit()
353 virtual Typed* visit(FunTyped* type) = 0;
452 struct FunTyped : public Typed { struct
1248 FunTyped* fType; // Describes type of all arguments and function result
1563 virtual Typed* visit(FunTyped* typed) in visit()
1730 virtual void visit(FunTyped* typed) in visit()
1956 static DeclareFunInst* genDeclareFunInst(const string& name, FunTyped* typed) in genDeclareFunInst()
2198 static FunTyped* genFunTyped(const list<NamedTyped*>& args, BasicTyped* result, in genFunTyped()
2199 FunTyped::FunAttribute attribute = FunTyped::kDefault) in genFunTyped()
[all …]
H A Dinstructions_compiler.cpp997 FunTyped* fun_type = InstBuilder::genFunTyped(args_types, genBasicFIRTyped(ffrestype(ff))); in generateFFun()
/dports/audio/faust/faust-2.37.3/compiler/generator/wasm/
H A Dwasm_code_container.cpp132FunTyped* fun_type = InstBuilder::genFunTyped(args, InstBuilder::genVoidTyped(), FunTyped::kDefaul… in generateClassInit()
149FunTyped* fun_type = InstBuilder::genFunTyped(args, InstBuilder::genVoidTyped(), FunTyped::kDefaul… in generateInstanceClear()
166FunTyped* fun_type = InstBuilder::genFunTyped(args, InstBuilder::genVoidTyped(), FunTyped::kDefaul… in generateInstanceConstants()
183FunTyped* fun_type = InstBuilder::genFunTyped(args, InstBuilder::genVoidTyped(), FunTyped::kDefaul… in generateInstanceResetUserInterface()
439FunTyped* fun_type = InstBuilder::genFunTyped(args, InstBuilder::genVoidTyped(), FunTyped::kDefaul… in generateComputeAux()
H A Dwasm_instructions.hh364 std::map<string, FunTyped*> fFunTypes; // function name, function type
376FunTyped* fun_type = InstBuilder::genFunTyped(args, InstBuilder::genInt32Typed(), FunTyped::kDefau… in FunAndTypeCounter()
387FunTyped* fun_type = InstBuilder::genFunTyped(args, InstBuilder::genInt32Typed(), FunTyped::kDefau… in FunAndTypeCounter()
396FunTyped* fun_type = InstBuilder::genFunTyped(args, InstBuilder::genInt32Typed(), FunTyped::kDefau… in FunAndTypeCounter()
405FunTyped* fun_type = InstBuilder::genFunTyped(args, InstBuilder::genVoidTyped(), FunTyped::kDe… in FunAndTypeCounter()
416FunTyped* fun_type = InstBuilder::genFunTyped(args, InstBuilder::genVoidTyped(), FunTyped::kDefaul… in FunAndTypeCounter()
427FunTyped* fun_type = InstBuilder::genFunTyped(args, InstBuilder::genVoidTyped(), FunTyped::kDefaul… in FunAndTypeCounter()
436 FunTyped* fun_type = in FunAndTypeCounter()
450FunTyped* fun_type = InstBuilder::genFunTyped(args, InstBuilder::genVoidTyped(), FunTyped::kDefa… in FunAndTypeCounter()
510 FunTyped* fun_type = in visit()
[all …]
H A Dwast_code_container.cpp384FunTyped* fun_type = InstBuilder::genFunTyped(args, InstBuilder::genInt32Typed(), FunTyped::kDefau… in generateIntMin()
402FunTyped* fun_type = InstBuilder::genFunTyped(args, InstBuilder::genInt32Typed(), FunTyped::kDefau… in generateIntMax()
/dports/audio/faust/faust-2.37.3/compiler/generator/llvm/
H A Dllvm_code_container.cpp182FunTyped* fun_type1 = InstBuilder::genFunTyped(args1, InstBuilder::genBasicTyped(type), FunTyped::… in generateFunMap()
183FunTyped* fun_type2 = InstBuilder::genFunTyped(args1, InstBuilder::genBasicTyped(type), FunTyped::… in generateFunMap()
H A Dllvm_instructions.hh509 function = Function::Create(fun_type, (inst->fType->fAttribute & FunTyped::kLocal in visit()
510 || inst->fType->fAttribute & FunTyped::kStatic) in visit()
/dports/audio/faust/faust-2.37.3/compiler/generator/cpp/
H A Dcpp_instructions.hh341 if (inst->fType->fAttribute & FunTyped::kInline) { in visit()
345 if (inst->fType->fAttribute & FunTyped::kVirtual) { in visit()
349 … if (inst->fType->fAttribute & FunTyped::kLocal || inst->fType->fAttribute & FunTyped::kStatic) { in visit()
H A Dopencl_instructions.hh163 if (inst->fType->fAttribute & FunTyped::kLocal) { in visit()
/dports/audio/faust/faust-2.37.3/compiler/generator/dlang/
H A Ddlang_instructions.hh281 if (inst->fType->fAttribute & FunTyped::kInline) { in visit()
285 … if (inst->fType->fAttribute & FunTyped::kLocal || inst->fType->fAttribute & FunTyped::kStatic) { in visit()
/dports/audio/faust/faust-2.37.3/compiler/generator/csharp/
H A Dcsharp_instructions.hh298 if (inst->fType->fAttribute & FunTyped::kInline) { in visit()
302 if (!(inst->fType->fAttribute & FunTyped::kLocal)) { in visit()
306 if (inst->fType->fAttribute & FunTyped::kStatic) { in visit()
/dports/audio/faust/faust-2.37.3/compiler/generator/c/
H A Dc_instructions.hh270 if (inst->fType->fAttribute & FunTyped::kInline) { in visit()
274 … if (inst->fType->fAttribute & FunTyped::kLocal || inst->fType->fAttribute & FunTyped::kStatic) { in visit()
/dports/audio/faust/faust-2.37.3/compiler/generator/fir/
H A Dfir_instructions.hh68 FunTyped* fun_typed = dynamic_cast<FunTyped*>(type); in generateType()
122 FunTyped* fun_typed = dynamic_cast<FunTyped*>(type); in generateType()
H A Dfir_code_checker.hh59 map<string, FunTyped*> fFunctionTable;
222 FunTyped* type = fFunctionTable[inst->fName]; in visit()
/dports/audio/faust/faust-2.37.3/compiler/extended/
H A Dftzprim.hh97FunTyped* fun_type = InstBuilder::genFunTyped(args_types, InstBuilder::genBasicTyped(itfloat())); in generateCode()
H A Dpowprim.hh131FunTyped::kLocal), block)); in generateCode()