Home
last modified time | relevance | path

Searched defs:relocs (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/maple_be/
Dcg_aarch64_aarch64_operand_test.cpp33 static StImmOperand MyCreateStImmOperand(std::string poolname, int64 offset, int32 relocs) in MyCreateStImmOperand()
42 static OfstOperand MyCreateOfstOpnd(std::string poolname, int64 offset, int32 relocs) in MyCreateOfstOpnd()
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dgc_intrusion.h47 SSAVarRelocs relocs; member
Dgc_intrusion.cpp426 Value *GcIntrusion::GetUniqueLiveOut(SSAVarRelocs *relocs, BasicBlock *block, Value *var) const in GetUniqueLiveOut()
649 void GcIntrusion::UpdatePhiInputs(BasicBlock *block, SSAVarRelocs *relocs) in UpdatePhiInputs()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cgfunc.h242 OfstOperand &CreateOfstOpnd(const MIRSymbol &mirSymbol, int32 relocs) const in CreateOfstOpnd()
247 OfstOperand &CreateOfstOpnd(const MIRSymbol &mirSymbol, int64 offset, int32 relocs) const in CreateOfstOpnd()
252 StImmOperand &CreateStImmOperand(const MIRSymbol &mirSymbol, int64 offset, int32 relocs) const in CreateStImmOperand()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Doperand.h764 int32 relocs; variable
776 OfstOperand(const MIRSymbol &mirSymbol, uint32 size, int32 relocs) in OfstOperand()
879 int32 relocs; variable
1625 StImmOperand(const MIRSymbol &symbol, int64 offset, int32 relocs) in StImmOperand()
1690 int32 relocs; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_irbuilder.cpp103 ImmOperand &OperandBuilder::CreateImm(const MIRSymbol &symbol, int64 offset, int32 relocs, MemPool … in CreateImm()