Home
last modified time | relevance | path

Searched defs:vecTy (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dbecommon.cpp113 MIRType *BECommon::BeGetOrCreateFunctionType(TyIdx tyIdx, const std::vector<TyIdx> &vecTy, in BeGetOrCreateFunctionType()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_type.h1041 …MIRFuncType(const TyIdx &retTyIdx, const std::vector<TyIdx> &vecTy, const std::vector<TypeAttrs> &… in MIRFuncType()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp225 void MemCharSimdLowering::GenLoadAndFastCheck128(llvm::VectorType *vecTy) in GenLoadAndFastCheck128()
245 void MemCharSimdLowering::GenLoadAndFastCheck256(llvm::VectorType *vecTy) in GenLoadAndFastCheck256()
363 llvm::Value *MemCharSimdLowering::Generate(llvm::VectorType *vecTy) in Generate()