Searched defs:mirConst (Results 1 - 9 of 9) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
H A D | mir_preg.h | 111 const MIRConst *mirConst; // used only when op is OP_constval member
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
H A D | mir_builder.cpp | 170 ConstvalNode *MIRBuilder::CreateConstval(MIRConst *mirConst) in CreateConstval() argument 177 auto *mirConst = in CreateIntConst() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | cgfunc.cpp | 48 MIRConst *mirConst = constValNode.GetConstVal(); in HandleConstVal() local 347 MIRConst *mirConst = constValNode->GetConstVal(); in HandleCondbr() local [all...] |
H A D | isel.cpp | 350 MIRConst *mirConst = constValNode.GetConstVal(); in HandleConstVal() local
|
H A D | emit.cpp | 648 void Emitter::EmitScalarConstant(MIRConst &mirConst, bool newLine, bool flag32, bool isIndirect) in EmitAsmLabel() argument 1534 EmitConstantTable(const MIRSymbol &mirSymbol, MIRConst &mirConst, const std::map<GStrIdx, MIRType *> &strIdx2Type) EmitAsmLabel() argument 1580 EmitArrayConstant(MIRConst &mirConst) EmitAsmLabel() argument 1706 MIRConst *mirConst = literal.GetKonst(); EmitAsmLabel() local 1756 MIRConst *mirConst = layout.GetKonst(); EmitAsmLabel() local 1806 MIRConst *mirConst = itSymbol->GetKonst(); EmitAsmLabel() local 2165 MIRConst *mirConst = mirSymbol->GetKonst(); EmitAsmLabel() local 2334 MIRConst *mirConst = mirSymbol->GetKonst(); EmitAsmLabel() local 2355 MIRConst *mirConst = mirSymbol->GetKonst(); EmitAsmLabel() local 2632 MIRConst *mirConst = st1->GetKonst(); EmitAsmLabel() local 2676 MIRConst *mirConst = mirSymbol.GetKonst(); EmitAsmLabel() local [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
H A D | x64_emitter.cpp | 1546 uint64 X64Emitter::EmitArray(MIRConst &mirConst, CG &cg, bool belongsToDataSec) in EmitArray() argument 1598 void X64Emitter::EmitAddrofElement(MIRConst &mirConst, bool belongsToDataSec) in EmitAddrofElement() argument 1625 uint32 X64Emitter::EmitSingleElement(MIRConst &mirConst, bool belongsToDataSec, bool isIndirect) in EmitSingleElement() argument 1811 MIRConst *mirConst = mirSymbol->GetKonst(); EmitGlobalVariable() local 1829 MIRConst *mirConst = mirSymbol->GetKonst(); EmitGlobalVariable() local [all...] |
H A D | x64_MPIsel.cpp | 405 MIRConst *mirConst = memPool->New<MIRLblConst>(labelIdx, cgFunc->GetFunction().GetPuidx(), *etype); in SelectRangeGoto() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
H A D | cgfunc.h | 431 MIRConst *NewMirConst(T &mirConst) in NewMirConst() argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
H A D | aarch64_cgfunc.cpp | 1026 Operand *AArch64CGFunc::HandleFmovImm(PrimType stype, int64 val, MIRConst &mirConst, const BaseNode &parent) in HandleFmovImm() argument
|
Completed in 21 milliseconds