Searched refs:SHF (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.h178 SHF, // 4-element set shuffle. enumerator in enum:llvm::MipsISD::NodeType
H A DMipsSEISelLowering.cpp2064 return DAG.getNode(MipsISD::SHF, DL, Op->getValueType(0),
2395 // Lower VECTOR_SHUFFLE into SHF (if possible).
2397 // SHF splits the vector into blocks of four elements, then shuffles these
2400 // It is therefore possible to lower into SHF when the mask takes the form:
2457 return DAG.getNode(MipsISD::SHF, SDLoc(Op), ResTy,
H A DMipsISelLowering.cpp199 case MipsISD::SHF: return "MipsISD::SHF";

Completed in 286 milliseconds