Searched defs:HasSMUL_LOHI (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1896 bool HasSMUL_LOHI = TLI.isOperationLegalOrCustom(ISD::SMUL_LOHI, NVT); local
1898 if (HasMULHU || HasMULHS || HasUMUL_LOHI || HasSMUL_LOHI) {
1926 if (HasSMUL_LOHI) {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2988 bool HasSMUL_LOHI = isOperationLegalOrCustom(ISD::SMUL_LOHI, HiLoVT); local
2990 if (HasMULHU || HasMULHS || HasUMUL_LOHI || HasSMUL_LOHI) {
3029 if (HasSMUL_LOHI) {

Completed in 118 milliseconds