Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h1064 LegalizeAction getLoadExtAction(unsigned ExtType, EVT ValVT, in getLoadExtAction() function
1077 return getLoadExtAction(ExtType, ValVT, MemVT) == Legal; in isLoadExtLegal()
1083 return getLoadExtAction(ExtType, ValVT, MemVT) == Legal || in isLoadExtLegalOrCustom()
1084 getLoadExtAction(ExtType, ValVT, MemVT) == Custom; in isLoadExtLegalOrCustom()
DBasicTTIImpl.h902 LA = getTLI()->getLoadExtAction(ISD::EXTLOAD, LT.second, MemVT);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp264 switch (TLI.getLoadExtAction(LD->getExtensionType(), LD->getValueType(0), in LegalizeOp()
DLegalizeDAG.cpp737 TLI.getLoadExtAction(ExtType, Node->getValueType(0), MVT::i1) == in LegalizeLoadOps()
849 switch (TLI.getLoadExtAction(ExtType, Node->getValueType(0), in LegalizeLoadOps()