Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11756 auto ExtLoadOpcode = ISD::EXTLOAD; in tryToFoldExtendSelectLoad() local
11758 ExtLoadOpcode = ISD::SEXTLOAD; in tryToFoldExtendSelectLoad()
11760 ExtLoadOpcode = ISD::ZEXTLOAD; in tryToFoldExtendSelectLoad()
11764 if (!TLI.isLoadExtLegal(ExtLoadOpcode, VT, Load1->getMemoryVT()) || in tryToFoldExtendSelectLoad()
11765 !TLI.isLoadExtLegal(ExtLoadOpcode, VT, Load2->getMemoryVT())) in tryToFoldExtendSelectLoad()