Searched defs:labIdx (Results 1 – 16 of 16) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_optimize_common.cpp | 28 LabelIdx labIdx = static_cast<LabelOperand &>(targetOperand).GetLabelIndex(); in ModifyJumpTarget() local
|
| D | aarch64_emitter.cpp | 272 …AsmEmitter::EmitBBHeaderLabel(FuncEmitInfo &funcEmitInfo, const std::string &name, LabelIdx labIdx) in EmitBBHeaderLabel()
|
| D | aarch64_cgfunc.cpp | 8731 LabelIdx labIdx = CreateLabel(); in IntrinsifyGetAndAddInt() local 8763 LabelIdx labIdx = CreateLabel(); in IntrinsifyGetAndSetInt() local 8898 LabelIdx labIdx = CreateLabel(); in GenerateIntrnInsnForStrIndexOf() local 9381 LabelOperand &AArch64CGFunc::GetOrCreateLabelOperand(LabelIdx labIdx) in GetOrCreateLabelOperand() 11525 LabelIdx labIdx = CreateLabel(); in CreateLabeledBB() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | cfi.h | 240 LabelOperand(const std::string &parent, LabelIdx labIdx, MemPool &memPool) in LabelOperand()
|
| D | cgbb.h | 930 LabelIdx labIdx; variable
|
| D | operand.h | 1447 LabelOperand(const char *parent, LabelIdx labIdx) in LabelOperand()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cfgo.cpp | 694 LabelIdx labIdx = cgFunc->CreateLabel(); in Optimize() local
|
| D | emit.cpp | 128 void Emitter::EmitLabelRef(LabelIdx labIdx) in EmitLabelRef() 137 void Emitter::EmitStmtLabel(LabelIdx labIdx) in EmitStmtLabel() 152 void Emitter::EmitLabelForFunc(const MIRFunction *func, LabelIdx labIdx) in EmitLabelForFunc()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_parser.cpp | 511 LabelIdx labIdx = mod.CurFunction()->GetLabelTab()->GetLabelIdxFromStrIdx(strIdx); in ParseStmtLabel() local 544 LabelIdx labIdx = mod.CurFunction()->GetLabelTab()->GetLabelIdxFromStrIdx(strIdx); in ParseStmtGoto() local 569 LabelIdx labIdx = mod.CurFunction()->GetLabelTab()->GetLabelIdxFromStrIdx(strIdx); in ParseStmtBr() local 1346 LabelIdx labIdx = mod.CurFunction()->GetLabelTab()->GetLabelIdxFromStrIdx(strIdx); in ParseStmtAsm() local
|
| D | mir_builder.cpp | 1219 GotoNode *MIRBuilder::CreateStmtGoto(Opcode o, LabelIdx labIdx) in CreateStmtGoto() 1239 LabelNode *MIRBuilder::CreateStmtLabel(LabelIdx labIdx) in CreateStmtLabel() 1259 CondGotoNode *MIRBuilder::CreateStmtCondGoto(BaseNode *cond, Opcode op, LabelIdx labIdx) in CreateStmtCondGoto()
|
| D | mir_lower.cpp | 607 LabelIdx labIdx = mirFunc->GetLabelTab()->CreateLabel(); in LowerEmbeddedCandCior() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | lower.cpp | 1800 LabelIdx labIdx = GetLabelIdx(*curFunc); in LowerAssertBoundary() local 2626 LabelIdx labIdx = curFunc.GetLabelTab()->AddLabel(labelStrIdx); in GetLabelIdx() local 2654 LabelIdx labIdx = GetLabelIdx(*curFunc); in ProcessArrayExpr() local 3192 LabelIdx labIdx = curFunc->GetLabelTab()->AddLabel(labelStrIdx); in LowerIntrinJavaArrayLength() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_emitter.cpp | 1545 void X64Emitter::EmitBBHeaderLabel(CGFunc &cgFunc, LabelIdx labIdx, uint32 freq) in EmitBBHeaderLabel()
|
| D | asm_assembler.cpp | 408 void AsmAssembler::EmitLabel(uint32 funcPuIdx, uint32 labIdx) in EmitLabel()
|
| D | x64_cgfunc.cpp | 622 LabelOperand &X64CGFunc::GetOrCreateLabelOperand(LabelIdx labIdx) in GetOrCreateLabelOperand()
|
| D | elf_assembler.cpp | 1089 void ElfAssembler::EmitLabel(uint32 funcPuIdx, uint32 labIdx) in EmitLabel()
|