Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1225 LegalizeAction getLoadExtAction(unsigned ExtType, EVT ValVT, in getLoadExtAction() function
1238 return getLoadExtAction(ExtType, ValVT, MemVT) == Legal; in isLoadExtLegal()
1244 return getLoadExtAction(ExtType, ValVT, MemVT) == Legal || in isLoadExtLegalOrCustom()
1245 getLoadExtAction(ExtType, ValVT, MemVT) == Custom; in isLoadExtLegalOrCustom()
H A DBasicTTIImpl.h1135 LA = getTLI()->getLoadExtAction(ISD::EXTLOAD, LT.second, MemVT);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp263 switch (TLI.getLoadExtAction(LD->getExtensionType(), LD->getValueType(0), in LegalizeOp()
H A DLegalizeDAG.cpp739 TLI.getLoadExtAction(ExtType, Node->getValueType(0), MVT::i1) == in LegalizeLoadOps()
850 switch (TLI.getLoadExtAction(ExtType, Node->getValueType(0), in LegalizeLoadOps()