Searched refs:LoadExp (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeFloatTypes.cpp | 702 SDValue LoadExp = DAG.getLoad(VT1, DL, Chain, StackSlot, PtrInfo); in SoftenFloatRes_FFREXP() local 704 ReplaceValueWith(SDValue(N, 1), LoadExp); in SoftenFloatRes_FFREXP()
|
| H A D | LegalizeDAG.cpp | 2144 SDValue LoadExp = DAG.getLoad(ExpVT, dl, Chain, StackSlot, PtrInfo); in ExpandFrexpLibCall() local 2146 LoadExp.getValue(1), DAG.getRoot()); in ExpandFrexpLibCall() 2150 Results.push_back(LoadExp); in ExpandFrexpLibCall()
|