Home
last modified time | relevance | path

Searched refs:GetTargetBasicPointer (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_MPISel.h88 RegOperand &GetTargetBasicPointer(PrimType primType) override;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Disel.h177 virtual RegOperand &GetTargetBasicPointer(PrimType primType) = 0;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Disel.cpp928 RegOperand &base = GetTargetBasicPointer(PTY_u64); in SelectRegassign()
957 RegOperand &base = GetTargetBasicPointer(PTY_u64); in SelectRegread()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_MPIsel.cpp1593 RegOperand &X64MPIsel::GetTargetBasicPointer(PrimType primType) in GetTargetBasicPointer() function in maplebe::X64MPIsel