Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp9467 EVT intVT = EVT::getIntegerVT(*DAG.getContext(), LoadedVT.getSizeInBits()); in expandUnalignedLoad() local
9468 if (isTypeLegal(intVT) && isTypeLegal(LoadedVT)) { in expandUnalignedLoad()
9469 if (!isOperationLegalOrCustom(ISD::LOAD, intVT) && in expandUnalignedLoad()
9477 SDValue newLoad = DAG.getLoad(intVT, dl, Chain, Ptr, in expandUnalignedLoad()
9489 MVT RegVT = getRegisterType(*DAG.getContext(), intVT); in expandUnalignedLoad()
9621 EVT intVT = EVT::getIntegerVT(*DAG.getContext(), VT.getSizeInBits()); in expandUnalignedStore() local
9622 if (isTypeLegal(intVT)) { in expandUnalignedStore()
9623 if (!isOperationLegalOrCustom(ISD::STORE, intVT) && in expandUnalignedStore()
9632 SDValue Result = DAG.getNode(ISD::BITCAST, dl, intVT, Val); in expandUnalignedStore()