Searched refs:VPERM (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h51 /// VPERM - The PPC VPERM Instruction.
53 VPERM, enumerator in enum:llvm::PPCISD::NodeType
H A DPPCISelLowering.cpp366 // We can custom expand all VECTOR_SHUFFLEs to VPERM, others we can handle
499 case PPCISD::VPERM: return "PPCISD::VPERM";
4361 // VPERM.
4427 // Lower this to a VPERM(V1, V2, V3) expression, where V3 is a constant
4447 return DAG.getNode(PPCISD::VPERM, dl, V1.getValueType(), V1, V2, VPermMask);

Completed in 175 milliseconds