Home
last modified time | relevance | path

Searched refs:intVT (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8377 EVT intVT = EVT::getIntegerVT(*DAG.getContext(), LoadedVT.getSizeInBits()); in expandUnalignedLoad() local
8378 if (isTypeLegal(intVT) && isTypeLegal(LoadedVT)) { in expandUnalignedLoad()
8379 if (!isOperationLegalOrCustom(ISD::LOAD, intVT) && in expandUnalignedLoad()
8387 SDValue newLoad = DAG.getLoad(intVT, dl, Chain, Ptr, in expandUnalignedLoad()
8399 MVT RegVT = getRegisterType(*DAG.getContext(), intVT); in expandUnalignedLoad()
8531 EVT intVT = EVT::getIntegerVT(*DAG.getContext(), VT.getSizeInBits()); in expandUnalignedStore() local
8532 if (isTypeLegal(intVT)) { in expandUnalignedStore()
8533 if (!isOperationLegalOrCustom(ISD::STORE, intVT) && in expandUnalignedStore()
8542 SDValue Result = DAG.getNode(ISD::BITCAST, dl, intVT, Val); in expandUnalignedStore()