Home
last modified time | relevance | path

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

/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.h426 OfstOperand &CreateOfstOpnd(const MIRSymbol &mirSymbol, int32 relocs) const in CreateOfstOpnd()
431 OfstOperand &CreateOfstOpnd(const MIRSymbol &mirSymbol, int64 offset, int32 relocs) const in CreateOfstOpnd()
436 StImmOperand &CreateStImmOperand(const MIRSymbol &mirSymbol, int64 offset, int32 relocs) const in CreateStImmOperand()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Doperand.h804 int32 relocs; variable
816 OfstOperand(const MIRSymbol &mirSymbol, uint32 size, int32 relocs) in OfstOperand()
919 int32 relocs; variable
1675 StImmOperand(const MIRSymbol &symbol, int64 offset, int32 relocs) in StImmOperand()
1740 int32 relocs; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_irbuilder.cpp102 ImmOperand &OperandBuilder::CreateImm(const MIRSymbol &symbol, int64 offset, int32 relocs, MemPool … in CreateImm()