Home
last modified time | relevance | path

Searched defs:typePtr (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dalias_visitor.h56 …PointerOffset(PointerType type, uint64_t imm, const void *typePtr) : type_(type), imm_(imm), typeP… in PointerOffset()
125 Pointer(PointerType type, const Inst *base, const Inst *idx, uint64_t imm, const void *typePtr) in Pointer()
Dalias_visitor.cpp336 void *typePtr = nullptr; in ParseStaticField() local
364 void *typePtr = nullptr; in ParseObjectField() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp1571 auto typePtr = builder_.CreateConstInBoundsGEP1_32(builder_.getInt8Ty(), klassObj, typeOffset); in CreateIsInstanceObject() local
1590 auto typePtr = builder_.CreateConstInBoundsGEP1_32(builder_.getInt8Ty(), loopPhi, typeOffset); in CreateIsInstanceOther() local
1651 …auto typePtr = builder_.CreateConstInBoundsGEP1_32(builder_.getInt8Ty(), klassObj, componentOffset… in CreateIsInstanceArrayObject() local
1712 auto typePtr = builder_.CreateConstInBoundsGEP1_32(builder_.getInt8Ty(), klassObj, typeOffset); in CreateCheckCastObject() local
1736 auto typePtr = builder_.CreateConstInBoundsGEP1_32(builder_.getInt8Ty(), loopPhi, typeOffset); in CreateCheckCastOther() local
1789 …auto typePtr = builder_.CreateConstInBoundsGEP1_32(builder_.getInt8Ty(), klassObj, componentOffset… in CreateCheckCastArrayObject() local