Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp12696 auto ExtLoadOpcode = ISD::EXTLOAD; in tryToFoldExtendSelectLoad() local
12698 ExtLoadOpcode = ISD::SEXTLOAD; in tryToFoldExtendSelectLoad()
12700 ExtLoadOpcode = ISD::ZEXTLOAD; in tryToFoldExtendSelectLoad()
12706 if (!TLI.isLoadExtLegal(ExtLoadOpcode, VT, Load1->getMemoryVT()) || in tryToFoldExtendSelectLoad()
12707 !TLI.isLoadExtLegal(ExtLoadOpcode, VT, Load2->getMemoryVT()) || in tryToFoldExtendSelectLoad()