Home
last modified time | relevance | path

Searched refs:CreateLaunchArgsArray (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.h157 llvm::Value *CreateLaunchArgsArray(CallInst *callInst, uint32_t argStart);
Dllvm_ir_constructor.cpp1906 llvm::Value *LLVMIrConstructor::CreateLaunchArgsArray(CallInst *callInst, uint32_t argStart) in CreateLaunchArgsArray() function in ark::compiler::LLVMIrConstructor
1938 auto callArgs = CreateLaunchArgsArray(callInst, argStart); in CreateLaunchCall()
1958 auto callArgs = CreateLaunchArgsArray(callInst, 2U); in CreateLaunchCall()