Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Ddevirt.cpp99 auto ftype = call->getFunctionType(); in run() local
Dpanda_runtime_lowering.cpp98 auto ftype = inst->getFunctionType(); in LowerCallStatic() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp2580 …rch64CGFunc::SelectCvtFloat2Int(Operand &resOpnd, Operand &srcOpnd, PrimType itype, PrimType ftype) in SelectCvtFloat2Int()
2651 PrimType ftype = node.FromType(); in SelectRoundOperator() local
2939 PrimType ftype = node.FromType(); in SelectTrunc() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp839 auto ftype = llvm::FunctionType::get(GetType(inst->GetType()), argTypes, false); in EmitSlowPathEntry() local
2559 auto ftype = llvm::FunctionType::get(GetType(inst->GetType()), argTypes, false); in CreateTailCallFastPath() local
4339 auto ftype = llvm::FunctionType::get(ctor->GetType(inst->GetType()), argTypes, false); in VisitCall() local