Home
last modified time | relevance | path

Searched refs:ZRegList (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.cpp38 static const MCPhysReg ZRegList[] = {AArch64::Z0, AArch64::Z1, AArch64::Z2, variable
64 RegsAllocated[I] = State.isAllocated(ZRegList[I]); in finishStackBlock()
65 State.AllocateReg(ZRegList[I]); in finishStackBlock()
83 State.DeallocateReg(ZRegList[I]); in finishStackBlock()
144 RegList = ZRegList; in CC_AArch64_Custom_Block()