Home
last modified time | relevance | path

Searched defs:ftype (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Ddevirt.cpp98 auto ftype = call->getFunctionType(); in run() local
Dpanda_runtime_lowering.cpp95 auto ftype = inst->getFunctionType(); in LowerCallStatic() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Ddebug_info.cpp716 DBGDie *DebugInfo::CreatePointedFuncTypeDie(MIRFuncType *ftype) in CreatePointedFuncTypeDie()
770 MIRFuncType *ftype = static_cast<MIRFuncType *>(type); in GetOrCreateTypeDie() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp567 auto ftype = llvm::FunctionType::get(GetType(inst->GetType()), argTypes, false); in EmitSlowPathEntry() local
2230 auto ftype = llvm::FunctionType::get(GetType(inst->GetType()), argTypes, false); in CreateTailCallFastPath() local
3997 auto ftype = llvm::FunctionType::get(ctor->GetType(inst->GetType()), argTypes, false); in VisitCall() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp5051 …rch64CGFunc::SelectCvtFloat2Int(Operand &resOpnd, Operand &srcOpnd, PrimType itype, PrimType ftype) in SelectCvtFloat2Int()
5197 PrimType ftype = node.FromType(); in SelectRoundLibCall() local
5230 PrimType ftype = node.FromType(); in SelectRoundOperator() local
5532 PrimType ftype = node.FromType(); in SelectTrunc() local