Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerInfo.cpp123 TargetOpcode::G_IMPLICIT_DEF, 0, narrowToSmallerAndUnsupportedIfTooSmall); in LegalizerInfo()
129 TargetOpcode::G_LOAD, 0, narrowToSmallerAndUnsupportedIfTooSmall); in LegalizerInfo()
131 TargetOpcode::G_STORE, 0, narrowToSmallerAndUnsupportedIfTooSmall); in LegalizerInfo()
136 TargetOpcode::G_INSERT, 0, narrowToSmallerAndUnsupportedIfTooSmall); in LegalizerInfo()
138 TargetOpcode::G_EXTRACT, 0, narrowToSmallerAndUnsupportedIfTooSmall); in LegalizerInfo()
140 TargetOpcode::G_EXTRACT, 1, narrowToSmallerAndUnsupportedIfTooSmall); in LegalizerInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h855 narrowToSmallerAndUnsupportedIfTooSmall(const SizeAndActionsVec &v) { in narrowToSmallerAndUnsupportedIfTooSmall() function