Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp3353 ISD::LoadExtType HiExtType = LD->getExtensionType(); in expandUnalignedLoad() local
3356 if (HiExtType == ISD::NON_EXTLOAD) in expandUnalignedLoad()
3357 HiExtType = ISD::ZEXTLOAD; in expandUnalignedLoad()
3368 Hi = DAG.getExtLoad(HiExtType, dl, VT, Chain, Ptr, in expandUnalignedLoad()
3374 Hi = DAG.getExtLoad(HiExtType, dl, VT, Chain, Ptr, LD->getPointerInfo(), in expandUnalignedLoad()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp590 ISD::LoadExtType HiExtType = LD->getExtensionType(); in ExpandUnalignedLoad() local
593 if (HiExtType == ISD::NON_EXTLOAD) in ExpandUnalignedLoad()
594 HiExtType = ISD::ZEXTLOAD; in ExpandUnalignedLoad()
604 Hi = DAG.getExtLoad(HiExtType, dl, VT, Chain, Ptr, in ExpandUnalignedLoad()
609 Hi = DAG.getExtLoad(HiExtType, dl, VT, Chain, Ptr, LD->getPointerInfo(), in ExpandUnalignedLoad()