Searched refs:intVT (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 10289 EVT intVT = EVT::getIntegerVT(*DAG.getContext(), LoadedVT.getSizeInBits()); in expandUnalignedLoad() local 10290 if (isTypeLegal(intVT) && isTypeLegal(LoadedVT)) { in expandUnalignedLoad() 10291 if (!isOperationLegalOrCustom(ISD::LOAD, intVT) && in expandUnalignedLoad() 10299 SDValue newLoad = DAG.getLoad(intVT, dl, Chain, Ptr, in expandUnalignedLoad() 10311 MVT RegVT = getRegisterType(*DAG.getContext(), intVT); in expandUnalignedLoad() 10439 EVT intVT = EVT::getIntegerVT(*DAG.getContext(), VT.getSizeInBits()); in expandUnalignedStore() local 10440 if (isTypeLegal(intVT)) { in expandUnalignedStore() 10441 if (!isOperationLegalOrCustom(ISD::STORE, intVT) && in expandUnalignedStore() 10450 SDValue Result = DAG.getNode(ISD::BITCAST, dl, intVT, Val); in expandUnalignedStore()
|