Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1277 LegalizeAction getLoadExtAction(unsigned ExtType, EVT ValVT, in getLoadExtAction() function
1290 return getLoadExtAction(ExtType, ValVT, MemVT) == Legal; in isLoadExtLegal()
1296 return getLoadExtAction(ExtType, ValVT, MemVT) == Legal || in isLoadExtLegalOrCustom()
1297 getLoadExtAction(ExtType, ValVT, MemVT) == Custom; in isLoadExtLegalOrCustom()
H A DBasicTTIImpl.h1221 LA = getTLI()->getLoadExtAction(ISD::EXTLOAD, LT.second, MemVT);
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp273 Action = TLI.getLoadExtAction(ExtType, LD->getValueType(0), LoadedVT); in LegalizeOp()
H A DLegalizeDAG.cpp737 TLI.getLoadExtAction(ExtType, Node->getValueType(0), MVT::i1) == in LegalizeLoadOps()
848 switch (TLI.getLoadExtAction(ExtType, Node->getValueType(0), in LegalizeLoadOps()