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 | 7031 Align TempAlign = DAG.getEVTAlign(EnvVT); in visitIntrinsicCall() local 7042 SDValue Temp = DAG.CreateStackTemporary(EnvVT, TempAlign.value()); in visitIntrinsicCall() 7048 TempAlign); in visitIntrinsicCall() 7060 Align TempAlign = DAG.getEVTAlign(EnvVT); in visitIntrinsicCall() local 7069 SDValue Temp = DAG.CreateStackTemporary(EnvVT, TempAlign.value()); in visitIntrinsicCall() 7073 Chain = DAG.getStore(Chain, sdl, Env, Temp, MPI, TempAlign, in visitIntrinsicCall() 7077 TempAlign); in visitIntrinsicCall()
|