Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp935 TypeSize StateSize = StateTy.getSizeInBytes(); in createGetStateLibcall() local
938 auto Temp = createStackTemporary(StateSize, TempAlign, TempPtrInfo); in createGetStateLibcall()
975 TypeSize StateSize = StateTy.getSizeInBytes(); in createSetStateLibcall() local
978 auto Temp = createStackTemporary(StateSize, TempAlign, TempPtrInfo); in createSetStateLibcall()