Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp916 TypeSize StateSize = StateTy.getSizeInBytes(); in createGetStateLibcall() local
919 auto Temp = createStackTemporary(StateSize, TempAlign, TempPtrInfo); in createGetStateLibcall()
956 TypeSize StateSize = StateTy.getSizeInBytes(); in createSetStateLibcall() local
959 auto Temp = createStackTemporary(StateSize, TempAlign, TempPtrInfo); in createSetStateLibcall()