Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_MPIsel.cpp328 void X64MPIsel::SelectOverFlowCall(const IntrinsiccallNode &intrnNode) in SelectOverFlowCall()
377 void X64MPIsel::SelectPureCall(const IntrinsiccallNode &intrnNode) in SelectPureCall()
398 RegOperand &X64MPIsel::LoadOpndIntoPhysicalRegister(const IntrinsiccallNode &intrnNode, uint32 inde… in LoadOpndIntoPhysicalRegister()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp136 auto &intrnNode = static_cast<IntrinsiccallNode &>(stmt); in LowerCallStmt() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp4380 void AArch64CGFunc::SelectOverFlowCall(const IntrinsiccallNode &intrnNode) in SelectOverFlowCall()
4419 RegOperand &AArch64CGFunc::LoadOpndIntoPhysicalRegister(const IntrinsiccallNode &intrnNode, uint32 … in LoadOpndIntoPhysicalRegister()
4453 void AArch64CGFunc::SelectPureCall(const IntrinsiccallNode &intrnNode) in SelectPureCall()
4537 Operand *AArch64CGFunc::SelectCclz(IntrinsicopNode &intrnNode) in SelectCclz()