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.cpp327 void X64MPIsel::SelectOverFlowCall(const IntrinsiccallNode &intrnNode) in SelectOverFlowCall()
376 void X64MPIsel::SelectPureCall(const IntrinsiccallNode &intrnNode) in SelectPureCall()
397 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.cpp4368 void AArch64CGFunc::SelectOverFlowCall(const IntrinsiccallNode &intrnNode) in SelectOverFlowCall()
4407 RegOperand &AArch64CGFunc::LoadOpndIntoPhysicalRegister(const IntrinsiccallNode &intrnNode, uint32 … in LoadOpndIntoPhysicalRegister()
4441 void AArch64CGFunc::SelectPureCall(const IntrinsiccallNode &intrnNode) in SelectPureCall()
4479 Operand *AArch64CGFunc::SelectCclz(IntrinsicopNode &intrnNode) in SelectCclz()