Searched refs:TempAlign (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 936 Align TempAlign = getStackTemporaryAlignment(StateTy); in createGetStateLibcall() local 938 auto Temp = createStackTemporary(StateSize, TempAlign, TempPtrInfo); in createGetStateLibcall() 954 TempPtrInfo, MachineMemOperand::MOLoad, StateTy, TempAlign); in createGetStateLibcall() 976 Align TempAlign = getStackTemporaryAlignment(StateTy); in createSetStateLibcall() local 978 auto Temp = createStackTemporary(StateSize, TempAlign, TempPtrInfo); in createSetStateLibcall() 982 TempPtrInfo, MachineMemOperand::MOStore, StateTy, TempAlign); in createSetStateLibcall()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 7033 Align TempAlign = DAG.getEVTAlign(EnvVT); in visitIntrinsicCall() local 7044 SDValue Temp = DAG.CreateStackTemporary(EnvVT, TempAlign.value()); in visitIntrinsicCall() 7050 TempAlign); in visitIntrinsicCall() 7062 Align TempAlign = DAG.getEVTAlign(EnvVT); in visitIntrinsicCall() local 7071 SDValue Temp = DAG.CreateStackTemporary(EnvVT, TempAlign.value()); in visitIntrinsicCall() 7075 Chain = DAG.getStore(Chain, sdl, Env, Temp, MPI, TempAlign, in visitIntrinsicCall() 7079 TempAlign); in visitIntrinsicCall()
|