Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp2833 auto regInput = std::find(cc_.begin(), cc_.end(), GetThreadReg(GetGraph()->GetArch())); in GetThreadRegValue() local
2845 auto regInput = std::find(cc_.begin(), cc_.end(), GetRealFrameReg(GetGraph()->GetArch())); in GetRealFrameRegValue() local
3257 … auto regInput = std::find(ctor->cc_.begin(), ctor->cc_.end(), inst->CastToLiveIn()->GetDstReg()); in VisitLiveIn() local
3335 auto regInput = std::find(ctor->cc_.begin(), ctor->cc_.end(), inst->GetDstReg()); in VisitLiveOut() local