Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dintrinsics_lowering.cpp84 std::vector<llvm::Type *> argTypes; in ReplaceWithLLVMIntrinsic() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dintrinsics.h115 IntrinArgType argTypes[1 + kMaxArgsNum]; // argTypes[0] is the return type member
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp561 ArenaVector<llvm::Type *> argTypes(GetGraph()->GetLocalAllocator()->Adapter()); in EmitSlowPathEntry() local
2225 ArenaVector<llvm::Type *> argTypes(GetGraph()->GetLocalAllocator()->Adapter()); in CreateTailCallFastPath() local
2256 ArenaVector<llvm::Type *> argTypes(GetGraph()->GetLocalAllocator()->Adapter()); in CreateTailCallInterpreter() local
2311 ArenaVector<llvm::Type *> argTypes(graph_->GetLocalAllocator()->Adapter()); in GetEntryFunctionType() local
2466 ArenaVector<llvm::Type *> argTypes(GetGraph()->GetLocalAllocator()->Adapter()); in GetFunctionTypeForCall() local
3968 ArenaVector<llvm::Type *> argTypes(ctor->GetGraph()->GetLocalAllocator()->Adapter()); in VisitCallIndirect() local
3993 ArenaVector<llvm::Type *> argTypes(ctor->GetGraph()->GetLocalAllocator()->Adapter()); in VisitCall() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp47 PrimType argTypes[kMaxModFuncArgSize]; member