Searched defs:callConv (Results 1 - 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/ |
| H A D | x64_reg_info.h | 29 X64RegInfo(MapleAllocator &mallocator, CallConvKind callConv) : RegisterInfo(mallocator), callConv(callConv) {} in X64RegInfo() argument 137 CallConvKind callConv; global() member in maplebe::X64RegInfo [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| H A D | cgfunc.h | 1154 CCImpl *callConv = nullptr; member in maplebe::CGFunc
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| H A D | llvm_ir_builder.cpp | 62 LLVMIRBuilder(const std::vector<std::vector<GateRef>> *schedule, Circuit *circuit, LLVMModule *module, LLVMValueRef function, const CompilationConfig *cfg, CallSignature::CallConv callConv, bool enableLog, bool isFastCallAot, const std::string &funcName, bool enableOptInlining, bool enableBranchProfiling) LLVMIRBuilder() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| H A D | litecg_ir_builder.cpp | 1644 maple::litecg::ConvAttr LiteCGIRBuilder::ConvertCallAttr(const CallSignature::CallConv callConv) in ConvertCallAttr() argument 57 LiteCGIRBuilder(const std::vector<std::vector<GateRef>> *schedule, Circuit *circuit, LMIRModule *module, const CompilationConfig *cfg, CallSignature::CallConv callConv, bool enableLog, bool enableOptInlining, const panda::ecmascript::MethodLiteral *methodLiteral, const JSPandaFile *jsPandaFile, const std::string &funcName) LiteCGIRBuilder() argument
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| H A D | llvm_ir_constructor.cpp | 1869 auto callConv = llvm::CallingConv::ArkFast3; in CreateNewStringFromCharsTlab() local
|
Completed in 26 milliseconds