Searched refs:TempPtrInfo (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 1011 MachinePointerInfo TempPtrInfo; in createGetStateLibcall() local 1012 auto Temp = createStackTemporary(StateSize, TempAlign, TempPtrInfo); in createGetStateLibcall() 1028 TempPtrInfo, MachineMemOperand::MOLoad, StateTy, TempAlign); in createGetStateLibcall() 1051 MachinePointerInfo TempPtrInfo; in createSetStateLibcall() local 1052 auto Temp = createStackTemporary(StateSize, TempAlign, TempPtrInfo); in createSetStateLibcall() 1056 TempPtrInfo, MachineMemOperand::MOStore, StateTy, TempAlign); in createSetStateLibcall()
|