Searched defs:mirConst (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | emit.cpp | 1705 MIRConst *mirConst = literal.GetKonst(); in EmitAsmLabel() local 1755 MIRConst *mirConst = layout.GetKonst(); in EmitAsmLabel() local 1805 MIRConst *mirConst = itSymbol->GetKonst(); in EmitAsmLabel() local 2164 MIRConst *mirConst = mirSymbol->GetKonst(); in EmitAsmLabel() local 2333 MIRConst *mirConst = mirSymbol->GetKonst(); in EmitAsmLabel() local 2354 MIRConst *mirConst = mirSymbol->GetKonst(); in EmitAsmLabel() local 2631 MIRConst *mirConst = st1->GetKonst(); in EmitAsmLabel() local 2675 MIRConst *mirConst = mirSymbol.GetKonst(); in EmitAsmLabel() local
|
| D | cgfunc.cpp | 42 MIRConst *mirConst = constValNode.GetConstVal(); in HandleConstVal() local 378 MIRConst *mirConst = constValNode->GetConstVal(); in HandleCondbr() local
|
| D | isel.cpp | 368 MIRConst *mirConst = constValNode.GetConstVal(); in HandleConstVal() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_emitter.cpp | 1678 uint64 X64Emitter::EmitArray(MIRConst &mirConst, CG &cg, bool belongsToDataSec) in EmitArray() 1730 void X64Emitter::EmitAddrofElement(MIRConst &mirConst, bool belongsToDataSec) in EmitAddrofElement() 1757 uint32 X64Emitter::EmitSingleElement(MIRConst &mirConst, bool belongsToDataSec, bool isIndirect) in EmitSingleElement() 1943 MIRConst *mirConst = mirSymbol->GetKonst(); in EmitGlobalVariable() local 1961 MIRConst *mirConst = mirSymbol->GetKonst(); in EmitGlobalVariable() local
|
| D | x64_MPIsel.cpp | 503 …MIRConst *mirConst = memPool->New<MIRLblConst>(labelIdx, cgFunc->GetFunction().GetPuidx(), *etype); in SelectRangeGoto() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_preg.h | 111 const MIRConst *mirConst; // used only when op is OP_constval member
|
| D | mir_const.h | 601 void SetItem(uint32 index, MIRConst *mirConst, uint32 fieldId) in SetItem() 608 void AddItem(MIRConst *mirConst, uint32 fieldId) in AddItem()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_builder.cpp | 170 ConstvalNode *MIRBuilder::CreateConstval(MIRConst *mirConst) in CreateConstval() 177 auto *mirConst = in CreateIntConst() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | cgfunc.h | 435 MIRConst *NewMirConst(T &mirConst) in NewMirConst()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_cgfunc.cpp | 962 Operand *AArch64CGFunc::HandleFmovImm(PrimType stype, int64 val, MIRConst &mirConst, const BaseNode… in HandleFmovImm() 2993 MIRConst *mirConst = memPool->New<MIRLblConst>(labelIdx, GetFunction().GetPuidx(), *etype); in SelectRangeGoto() local
|