Searched defs:relocs (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/maple_be/ |
| D | cg_aarch64_aarch64_operand_test.cpp | 33 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/ |
| D | gc_intrusion.h | 47 SSAVarRelocs relocs; member
|
| D | gc_intrusion.cpp | 426 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/ |
| D | aarch64_cgfunc.h | 242 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/ |
| D | operand.h | 764 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/ |
| D | cg_irbuilder.cpp | 103 ImmOperand &OperandBuilder::CreateImm(const MIRSymbol &symbol, int64 offset, int32 relocs, MemPool … in CreateImm()
|