| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | instruction_combine.cpp | 21 GateRef InstructionCombine::ReplaceOld(GateRef gate, GateRef newGate) in ReplaceOld() 28 GateRef InstructionCombine::VisitGate(GateRef gate) in VisitGate() 114 GateRef InstructionCombine::VisitConvert(GateRef gate) in VisitConvert() 166 GateRef InstructionCombine::VisitBranch(GateRef gate) in VisitBranch() 172 GateRef InstructionCombine::VisitREV(GateRef gate) in VisitREV() 186 GateRef InstructionCombine::VisitICMP(GateRef gate) in VisitICMP() 232 GateRef InstructionCombine::VisitADD(GateRef gate) in VisitADD() 248 GateRef InstructionCombine::VisitSUB(GateRef gate) in VisitSUB() 264 GateRef InstructionCombine::VisitMUL(GateRef gate) in VisitMUL() 280 GateRef InstructionCombine::VisitSDIV(GateRef gate) in VisitSDIV() [all …]
|
| D | number_speculative_retype.cpp | 30 GateRef NumberSpeculativeRetype::SetOutputType(GateRef gate, GateType gateType) in SetOutputType() 47 GateRef NumberSpeculativeRetype::SetOutputType(GateRef gate, ParamType paramType) in SetOutputType() 68 GateRef NumberSpeculativeRetype::SetOutputType(GateRef gate, Representation rep) in SetOutputType() 83 GateRef NumberSpeculativeRetype::SetOutputType(GateRef gate, TypeInfo type) in SetOutputType() 90 TypeInfo NumberSpeculativeRetype::GetNumberTypeInfo(GateRef gate) in GetNumberTypeInfo() 137 GateRef NumberSpeculativeRetype::VisitGate(GateRef gate) in VisitGate() 356 GateRef NumberSpeculativeRetype::VisitTypedBinaryOp(GateRef gate) in VisitTypedBinaryOp() 374 GateRef NumberSpeculativeRetype::VisitArrayFindOrFindIndex(GateRef gate) in VisitArrayFindOrFindIndex() 392 GateRef NumberSpeculativeRetype::VisitEqualCompareOrNotEqualCompare(GateRef gate) in VisitEqualCompareOrNotEqualCompare() 401 GateRef NumberSpeculativeRetype::VisitUndefinedEqualCompareOrUndefinedNotEqualCompare(GateRef gate) in VisitUndefinedEqualCompareOrUndefinedNotEqualCompare() [all …]
|
| D | range_analysis.cpp | 20 GateRef RangeAnalysis::UpdateRange(GateRef gate, const RangeInfo& info) in UpdateRange() 46 GateRef RangeAnalysis::VisitGate(GateRef gate) in VisitGate() 75 GateRef RangeAnalysis::VisitPhi(GateRef gate) in VisitPhi() 89 GateRef RangeAnalysis::VisitOthers(GateRef gate) in VisitOthers() 97 GateRef RangeAnalysis::VisitConstant(GateRef gate) in VisitConstant() 106 GateRef RangeAnalysis::VisitTypedUnaryOp(GateRef gate) in VisitTypedUnaryOp() 135 GateRef RangeAnalysis::VisitTypedBinaryOp(GateRef gate) in VisitTypedBinaryOp() 167 GateRef RangeAnalysis::VisitIndexCheck(GateRef gate) in VisitIndexCheck() 176 GateRef RangeAnalysis::VisitLoadArrayLength(GateRef gate) in VisitLoadArrayLength() 182 GateRef RangeAnalysis::VisitLoadStringLength(GateRef gate) in VisitLoadStringLength() [all …]
|
| D | number_speculative_lowering.cpp | 35 for (auto gate : gateList) { in Run() local 52 void NumberSpeculativeLowering::VisitGate(GateRef gate) in VisitGate() 118 void NumberSpeculativeLowering::VisitTypedBinaryOp(GateRef gate) in VisitTypedBinaryOp() 146 void NumberSpeculativeLowering::VisitEqualOrNotEqual(GateRef gate) in VisitEqualOrNotEqual() 155 void NumberSpeculativeLowering::VisitStrictEqualOrStrictNotEqual(GateRef gate) in VisitStrictEqualOrStrictNotEqual() 164 void NumberSpeculativeLowering::VisitNumberBinaryOp(GateRef gate) in VisitNumberBinaryOp() 249 void NumberSpeculativeLowering::VisitTypedUnaryOp(GateRef gate) in VisitTypedUnaryOp() 283 void NumberSpeculativeLowering::VisitTypedConditionJump(GateRef gate) in VisitTypedConditionJump() 295 void NumberSpeculativeLowering::VisitNumberCalculate(GateRef gate) in VisitNumberCalculate() 316 void NumberSpeculativeLowering::VisitNumberCompare(GateRef gate) in VisitNumberCompare() [all …]
|
| D | dead_code_elimination.cpp | 20 GateRef DeadCodeElimination::VisitGate(GateRef gate) in VisitGate() 42 GateRef DeadCodeElimination::StateIsDead(GateRef gate) in StateIsDead() 51 GateRef DeadCodeElimination::EliminateDependSelector(GateRef gate) in EliminateDependSelector() 71 GateRef DeadCodeElimination::EliminateIfException(GateRef gate) in EliminateIfException() 84 GateRef DeadCodeElimination::EliminateLoopExit(GateRef gate) in EliminateLoopExit() 93 GateRef DeadCodeElimination::EliminateBranch(GateRef gate) in EliminateBranch() 113 void DeadCodeElimination::DecreaseAllSelectors(GateRef gate, size_t count) in DecreaseAllSelectors() 122 GateRef DeadCodeElimination::EliminateMergeAndLoopBegin(GateRef gate) in EliminateMergeAndLoopBegin() 166 void DeadCodeElimination::TryFindAndDeleteLoopExit(GateRef gate) in TryFindAndDeleteLoopExit() 176 GateRef DeadCodeElimination::DeleteLoopExit(GateRef gate) in DeleteLoopExit() [all …]
|
| D | mcr_lowering.cpp | 30 GateRef MCRLowering::VisitGate(GateRef gate) in VisitGate() 145 void MCRLowering::LowerConvertHoleAsUndefined(GateRef gate) in LowerConvertHoleAsUndefined() 165 void MCRLowering::LowerLoadConstOffset(GateRef gate) in LowerLoadConstOffset() 175 void MCRLowering::LowerLoadHClassFromConstpool(GateRef gate) in LowerLoadHClassFromConstpool() 192 void MCRLowering::LowerStoreConstOffset(GateRef gate) in LowerStoreConstOffset() 204 void MCRLowering::LowerHeapObjectCheck(GateRef gate) in LowerHeapObjectCheck() 216 void MCRLowering::LowerTaggedIsHeapObject(GateRef gate) in LowerTaggedIsHeapObject() 224 void MCRLowering::LowerIsMarkerCellValid(GateRef gate) in LowerIsMarkerCellValid() 232 void MCRLowering::LowerIsSpecificObjectType(GateRef gate) in LowerIsSpecificObjectType() 271 void MCRLowering::DeleteStateSplit(GateRef gate) in DeleteStateSplit() [all …]
|
| D | combined_pass_visitor.cpp | 20 int32_t CombinedPassVisitor::GetGateOrder(GateRef gate) in GetGateOrder() 29 void CombinedPassVisitor::SetGateOrder(GateRef gate, int32_t orderId) in SetGateOrder() 48 void CombinedPassVisitor::LogicallyReplaceGate(GateRef gate, GateRef replacement) in LogicallyReplaceGate() 58 void CombinedPassVisitor::RelaxStateAndDepend(GateRef gate) in RelaxStateAndDepend() 63 void CombinedPassVisitor::ReplaceGate(GateRef gate, GateRef replacement) in ReplaceGate() 79 void CombinedPassVisitor::ReplaceGate(GateRef gate, StateDepend stateDepend, GateRef replacement) in ReplaceGate() 105 void CombinedPassVisitor::VistDependSelectorForLoop(GateRef gate) in VistDependSelectorForLoop() 130 for (auto gate : gateList) { in VisitGraph() local 143 GateRef gate = changedList_.back(); in VisitGraph() local 157 void CombinedPassVisitor::ReVisitGate(GateRef gate) in ReVisitGate() [all …]
|
| D | slowpath_lowering.cpp | 52 for (const auto &gate : gateList) { in CallRuntimeLowering() local 102 for (const auto &gate : unsharedCP_) { in CallRuntimeLowering() local 120 void SlowPathLowering::LowerGetEnv(GateRef gate) in LowerGetEnv() 129 void SlowPathLowering::DeleteLoopExit(GateRef gate) in DeleteLoopExit() 135 void SlowPathLowering::DeleteLoopExitValue(GateRef gate) in DeleteLoopExitValue() 230 void SlowPathLowering::Lower(GateRef gate) in Lower() 806 void SlowPathLowering::LowerCallStubWithIC(GateRef gate, int sign, const std::vector<GateRef> &args) in LowerCallStubWithIC() 819 GateRef SlowPathLowering::LowerCallRuntime(GateRef gate, int index, const std::vector<GateRef> &arg… in LowerCallRuntime() 833 GateRef SlowPathLowering::LowerCallNGCRuntime(GateRef gate, int index, const std::vector<GateRef> &… in LowerCallNGCRuntime() 847 void SlowPathLowering::LowerAdd2(GateRef gate) in LowerAdd2() [all …]
|
| D | useless_gate_elimination.cpp | 20 void UselessGateElimination::PushGate(GateRef gate) in PushGate() 35 for (auto gate : gateList_) { in InitList() local 47 GateRef gate = workList_.back(); in MarkGate() local 59 void UselessGateElimination::ReplaceDead(GateRef gate) in ReplaceDead() 70 for (auto gate : gateList_) { in EliminateUnmarkedGate() local
|
| D | string_builder_optimizer.cpp | 33 for (auto gate : gateList) { in VisitGraph() local 42 for (auto gate : concatGates_) { in VisitGraph() local 47 void StringBuilderOptimizer::FindBuilderBegin(GateRef gate) in FindBuilderBegin() 83 void StringBuilderOptimizer::FindInBuilder(GateRef gate) in FindInBuilder() 192 void StringBuilderOptimizer::StatusTransfer(GateRef gate) in StatusTransfer() 215 bool StringBuilderOptimizer::HasConcatOrPhiUse(GateRef gate) in HasConcatOrPhiUse() 231 bool StringBuilderOptimizer::CheckStringAddUses(GateRef gate) in CheckStringAddUses() 266 bool StringBuilderOptimizer::IsLiteralString(GateRef gate) in IsLiteralString() 271 bool StringBuilderOptimizer::IsLoopHeader(GateRef gate) in IsLoopHeader() 276 bool StringBuilderOptimizer::LoopContains(GateRef loopPhi, GateRef gate) in LoopContains()
|
| D | lexical_env_specialization_pass.cpp | 28 GateRef LexicalEnvSpecializationPass::VisitDependEntry(GateRef gate) in VisitDependEntry() 34 GateRef LexicalEnvSpecializationPass::VisitGate(GateRef gate) in VisitGate() 55 GateRef LexicalEnvSpecializationPass::VisitOther(GateRef gate) in VisitOther() 67 GateRef LexicalEnvSpecializationPass::VisitDependSelector(GateRef gate) in VisitDependSelector() 98 GateRef LexicalEnvSpecializationPass::UpdateDependChain(GateRef gate, DependChains* dependChain) in UpdateDependChain() 109 GateRef LexicalEnvSpecializationPass::TrySpecializeLdLexVar(GateRef gate) in TrySpecializeLdLexVar() 128 bool LexicalEnvSpecializationPass::SearchStLexVar(GateRef gate, GateRef ldLexVar, GateRef &result) in SearchStLexVar() 157 bool LexicalEnvSpecializationPass::CheckStLexVar(GateRef gate, GateRef ldldLexVar) in CheckStLexVar() 206 void LexicalEnvSpecializationPass::HasNotdomStLexVarOrCall(GateRef gate, GateRef next) in HasNotdomStLexVarOrCall() 252 bool LexicalEnvSpecializationPass::HasNotDomIllegalOp(GateRef gate) in HasNotDomIllegalOp() [all …]
|
| D | ntype_bytecode_lowering.cpp | 32 for (const auto &gate : gateList) { in RunNTypeBytecodeLowering() local 52 void NTypeBytecodeLowering::Lower(GateRef gate) in Lower() 120 void NTypeBytecodeLowering::LowerThrowUndefinedIfHoleWithName(GateRef gate) in LowerThrowUndefinedIfHoleWithName() 128 void NTypeBytecodeLowering::LowerThrowIfSuperNotCorrectCall(GateRef gate) in LowerThrowIfSuperNotCorrectCall() 144 void NTypeBytecodeLowering::LowerThrowIfNotObject(GateRef gate) in LowerThrowIfNotObject() 152 void NTypeBytecodeLowering::LowerLdLexVar(GateRef gate) in LowerLdLexVar() 175 void NTypeBytecodeLowering::LowerStLexVar(GateRef gate) in LowerStLexVar() 199 void NTypeBytecodeLowering::LowerNTypedCreateEmptyArray(GateRef gate) in LowerNTypedCreateEmptyArray() 210 void NTypeBytecodeLowering::LowerNTypedCreateArrayWithBuffer(GateRef gate) in LowerNTypedCreateArrayWithBuffer() 232 void NTypeBytecodeLowering::LowerNTypedCopyRestArgs(GateRef gate) in LowerNTypedCopyRestArgs() [all …]
|
| D | ts_hcr_opt_pass.cpp | 21 GateRef TSHCROptPass::VisitGate(GateRef gate) in VisitGate() 34 void TSHCROptPass::AddProfiling(GateRef gate) in AddProfiling() 48 GateRef TSHCROptPass::VisitTypedBinaryOp(GateRef gate) in VisitTypedBinaryOp() 56 GateRef TSHCROptPass::VisitStringBinOp(GateRef gate) in VisitStringBinOp() 69 GateRef TSHCROptPass::VisitStringEqual(GateRef gate) in VisitStringEqual() 112 bool TSHCROptPass::IsSingleCharString(GateRef gate) in IsSingleCharString() 126 bool TSHCROptPass::IsNotLoadStrOrStringLoadElement(GateRef gate) in IsNotLoadStrOrStringLoadElement() 139 GateRef TSHCROptPass::ConvertConstSingleCharToInt32(GateRef gate) in ConvertConstSingleCharToInt32()
|
| D | gate_accessor.h | 67 explicit Edge(GateRef gate, size_t index) : gate_(gate), index_(static_cast<uint32_t>(index)) {} in Edge() 298 GateRef gate; member 311 GateRef gate; member 324 const GateRef gate; member 337 GateRef gate; member 348 ConstInWrapper ConstIns(GateRef gate) const in ConstIns() 353 InWrapper Ins(GateRef gate) const in Ins() 358 ConstUseWrapper ConstUses(GateRef gate) const in ConstUses() 363 UseWrapper Uses(GateRef gate) in Uses() 597 inline bool IsStateRoot(GateRef gate) const in IsStateRoot() [all …]
|
| D | escape_analysis.cpp | 61 void VirtualObject::AddUser(GateRef gate) in AddUser() 97 State GateInfo::MergeState(GateRef gate) in MergeState() 188 void State::SetFieldValue(FieldLocation field, GateRef gate) in SetFieldValue() 208 void EscapeAnalysis::SetReplacement(GateRef gate, GateRef replacement) in SetReplacement() 239 VirtualObject* EscapeAnalysis::TryGetVirtualObjectAndAddUser(GateRef gate, GateRef currentGate) in TryGetVirtualObjectAndAddUser() 252 void EscapeAnalysis::SetVirtualObject(GateRef gate, VirtualObject* object) in SetVirtualObject() 269 void EscapeAnalysis::SetEscaped(GateRef gate) in SetEscaped() 283 GateRef gate = info->GetCurrentGate(); in GetOrCreateVirtualObject() local 294 GateRef EscapeAnalysis::VisitCreateObjectWithBuffer(GateRef gate, GateInfo* info) in VisitCreateObjectWithBuffer() 318 GateRef EscapeAnalysis::VisitLoadProperty(GateRef gate, GateInfo* info) in VisitLoadProperty() [all …]
|
| D | builtins_lowering.cpp | 20 void BuiltinLowering::LowerTypedCallBuitin(GateRef gate) in LowerTypedCallBuitin() 61 void BuiltinLowering::LowerTypedFloor(GateRef gate) in LowerTypedFloor() 67 GateRef BuiltinLowering::TypedLocaleCompare(GateRef glue, GateRef gate, GateRef thisObj, GateRef th… in TypedLocaleCompare() 107 GateRef BuiltinLowering::TypedFloor(GateRef gate) in TypedFloor() 159 GateRef BuiltinLowering::LowerCallRuntime(GateRef glue, GateRef gate, int index, const std::vector<… in LowerCallRuntime() 198 void BuiltinLowering::LowerTypedLocaleCompare(GateRef gate) in LowerTypedLocaleCompare() 232 void BuiltinLowering::LowerTypedArraySort(GateRef gate) in LowerTypedArraySort() 240 GateRef BuiltinLowering::LowerCallTargetCheck(Environment *env, GateRef gate) in LowerCallTargetCheck() 274 GateRef BuiltinLowering::LowerCallTargetCheckDefault(GateRef gate, BuiltinsStubCSigns::ID id) in LowerCallTargetCheckDefault() 281 GateRef BuiltinLowering::LowerCallTargetCheckWithGlobalEnv(GateRef gate, BuiltinsStubCSigns::ID id) in LowerCallTargetCheckWithGlobalEnv() [all …]
|
| D | typed_bytecode_lowering.cpp | 44 for (const auto &gate : gateList) { in RunTypedBytecodeLowering() local 112 void TypedBytecodeLowering::Lower(GateRef gate) in Lower() 358 void TypedBytecodeLowering::LowerTypedBinOp(GateRef gate) in LowerTypedBinOp() 372 void TypedBytecodeLowering::LowerTypedUnOp(GateRef gate) in LowerTypedUnOp() 385 void TypedBytecodeLowering::LowerTypedEqOrNotEq(GateRef gate) in LowerTypedEqOrNotEq() 489 void TypedBytecodeLowering::LowerTypeToNumeric(GateRef gate) in LowerTypeToNumeric() 504 void TypedBytecodeLowering::LowerConditionJump(GateRef gate, bool flag) in LowerConditionJump() 527 void TypedBytecodeLowering::DeleteConstDataIfNoUser(GateRef gate) in DeleteConstDataIfNoUser() 536 void TypedBytecodeLowering::LowerTypedLdObjByName(GateRef gate) in LowerTypedLdObjByName() 638 void TypedBytecodeLowering::LowerTypedLdPrivateProperty(GateRef gate) in LowerTypedLdPrivateProperty() [all …]
|
| D | later_elimination.cpp | 26 GateRef LaterElimination::VisitDependEntry(GateRef gate) in VisitDependEntry() 32 GateRef LaterElimination::VisitGate(GateRef gate) in VisitGate() 69 GateRef LaterElimination::TryEliminateOther(GateRef gate) in TryEliminateOther() 80 GateRef LaterElimination::TryEliminateGate(GateRef gate) in TryEliminateGate() 99 GateRef LaterElimination::TryEliminateDependSelector(GateRef gate) in TryEliminateDependSelector() 129 GateRef LaterElimination::UpdateDependChain(GateRef gate, DependChains* dependChain) in UpdateDependChain()
|
| D | native_inline_lowering.cpp | 33 std::optional<std::pair<size_t, bool>> NativeInlineLowering::GetCallInfo(GateRef gate) in GetCallInfo() 70 for (const auto &gate : gateList) { in RunNativeInlineLowering() local 402 void NativeInlineLowering::AddTraceLogs(GateRef gate, BuiltinsStubCSigns::ID id) in AddTraceLogs() 414 void NativeInlineLowering::TryInlineStringFromCharCode(GateRef gate, size_t argc, bool skipThis) in TryInlineStringFromCharCode() 438 void NativeInlineLowering::TryInlineStringSubstring(GateRef gate, size_t argc, bool skipThis) in TryInlineStringSubstring() 480 void NativeInlineLowering::TryInlineStringSubStr(GateRef gate, size_t argc, bool skipThis) in TryInlineStringSubStr() 522 void NativeInlineLowering::TryInlineStringSlice(GateRef gate, size_t argc, bool skipThis) in TryInlineStringSlice() 564 void NativeInlineLowering::TryInlineNumberIsFinite(GateRef gate, size_t argc, bool skipThis) in TryInlineNumberIsFinite() 582 void NativeInlineLowering::TryInlineNumberIsInteger(GateRef gate, size_t argc, bool skipThis) in TryInlineNumberIsInteger() 604 void NativeInlineLowering::TryInlineNumberIsNaN(GateRef gate, size_t argc, bool skipThis) in TryInlineNumberIsNaN() [all …]
|
| D | combined_pass_visitor.h | 48 void ReplaceGate(GateRef gate, GateRef replacement) in ReplaceGate() 52 void ReplaceGate(GateRef gate, StateDepend stateDepend, GateRef replacement) in ReplaceGate() 88 void PushGate(GateRef gate, size_t index) in PushGate() 94 void PushChangedGate(GateRef gate) in PushChangedGate() 100 void PopGate(GateRef gate) in PopGate()
|
| D | graph_editor.cpp | 22 void GraphEditor::RemoveDeadState(Circuit* circuit, GateRef gate) in RemoveDeadState() 44 void GraphEditor::ReplaceGate(GateRef gate) in ReplaceGate() 63 GateRef gate = edge.GetGate(); in RemoveGate() local 86 GateRef gate = edge.GetGate(); in PropagateGate() local 103 GateRef gate = edge.GetGate(); in PropagateMerge() local 125 bool GraphEditor::HasOsrDeoptUse(GateRef gate) in HasOsrDeoptUse() 161 for (auto gate : gateList) { in EliminatePhi() local
|
| D | constant_folding.cpp | 28 GateRef ConstantFolding::VisitGate(GateRef gate) in VisitGate() 49 GateRef ConstantFolding::VisitZEXT(GateRef gate) in VisitZEXT() 76 GateRef ConstantFolding::VisitSMOD(GateRef gate) in VisitSMOD() 95 GateRef ConstantFolding::VisitUMOD(GateRef gate) in VisitUMOD() 114 GateRef ConstantFolding::VisitADD(GateRef gate) in VisitADD() 131 GateRef ConstantFolding::VisitSUB(GateRef gate) in VisitSUB() 148 GateRef ConstantFolding::VisitMUL(GateRef gate) in VisitMUL()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| D | pgo_type_infer.cpp | 24 for (const auto &gate : gateList) { in Run() local 32 void PGOTypeInfer::RunTypeInfer(GateRef gate) in RunTypeInfer() 68 void PGOTypeInfer::InferLdObjByName(GateRef gate) in InferLdObjByName() 77 void PGOTypeInfer::InferStOwnByIndex(GateRef gate) in InferStOwnByIndex() 87 void PGOTypeInfer::InferCreateArray(GateRef gate) in InferCreateArray() 102 void PGOTypeInfer::InferAccessObjByValue(GateRef gate) in InferAccessObjByValue() 132 void PGOTypeInfer::TrySetElementsKind(GateRef gate) in TrySetElementsKind() 143 void PGOTypeInfer::TrySetTransitionElementsKind(GateRef gate) in TrySetTransitionElementsKind() 155 void PGOTypeInfer::TrySetPropKeyKind(GateRef gate, GateRef propKey) in TrySetPropKeyKind() 165 void PGOTypeInfer::TrySetOnHeapMode(GateRef gate) in TrySetOnHeapMode()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_ir_builder.cpp | 126 LiteCGType *LiteCGIRBuilder::ConvertLiteCGTypeFromGate(GateRef gate, bool isSigned) const in ConvertLiteCGTypeFromGate() 194 auto GetPregFromGate = [&](GateRef gate)->PregIdx { in CollectDerivedRefInfo() 245 GateRef gate = bb[instIdx - 1]; in HandleBB() local 753 void LiteCGIRBuilder::SaveGate2Expr(GateRef gate, Expr expr, bool isGlueAdd) in SaveGate2Expr() 780 Expr LiteCGIRBuilder::GetConstant(GateRef gate) in GetConstant() 820 Expr LiteCGIRBuilder::GetExprFromGate(GateRef gate) in GetExprFromGate() 861 void LiteCGIRBuilder::HandleReturnVoid([[maybe_unused]] GateRef gate) in HandleReturnVoid() 866 void LiteCGIRBuilder::HandleGoto(GateRef gate) in HandleGoto() 900 void LiteCGIRBuilder::HandleParameter(GateRef gate) in HandleParameter() 905 void LiteCGIRBuilder::VisitParameter(GateRef gate) in VisitParameter() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| D | llvm_ir_builder.cpp | 271 GateRef gate = bb[instIdx - 1]; in Build() local 559 void LLVMIRBuilder::HandleReadSp(GateRef gate) in HandleReadSp() 565 void LLVMIRBuilder::HandleCall(GateRef gate) in HandleCall() 581 void LLVMIRBuilder::HandleBytecodeCall(GateRef gate) in HandleBytecodeCall() 588 void LLVMIRBuilder::HandleRuntimeCall(GateRef gate) in HandleRuntimeCall() 642 void LLVMIRBuilder::VisitRuntimeCall(GateRef gate, const std::vector<GateRef> &inList) in VisitRuntimeCall() 713 void LLVMIRBuilder::HandleRuntimeCallWithArgv(GateRef gate) in HandleRuntimeCallWithArgv() 720 void LLVMIRBuilder::VisitRuntimeCallWithArgv(GateRef gate, const std::vector<GateRef> &inList) in VisitRuntimeCallWithArgv() 906 void LLVMIRBuilder::VisitReadSp(GateRef gate) in VisitReadSp() 953 void LLVMIRBuilder::VisitCall(GateRef gate, const std::vector<GateRef> &inList, OpCode op) in VisitCall() [all …]
|