Lines Matching defs:Operands
827 : VPRecipeBase(SC, Operands, DL), VPValue(this) {} in VPRecipeBase() argument
831 : VPRecipeBase(SC, Operands, DL), VPValue(this) {} in VPRecipeBase() argument
836 : VPRecipeBase(SC, Operands, DL), VPValue(this, UV) {} in VPRecipeBase() argument
952 : VPSingleDefRecipe(SC, Operands, DL) { in VPSingleDefRecipe() argument
958 VPRecipeWithIRFlags(const unsigned char SC, IterT Operands, Instruction &I) in VPRecipeWithIRFlags()
990 : VPSingleDefRecipe(SC, Operands, DL), OpType(OperationType::Cmp), in VPSingleDefRecipe() argument
996 : VPSingleDefRecipe(SC, Operands, DL), in VPSingleDefRecipe() argument
1002 : VPSingleDefRecipe(SC, Operands, DL), OpType(OperationType::FPMathOp), in VPSingleDefRecipe() argument
1009 : VPSingleDefRecipe(SC, Operands, DL), OpType(OperationType::GEPOp), in VPSingleDefRecipe() argument
1171 : VPRecipeWithIRFlags(VPDef::VPInstructionSC, Operands, DL), in VPRecipeWithIRFlags() argument
1176 : VPInstruction(Opcode, ArrayRef<VPValue *>(Operands), DL, Name) {} in VPInstruction()
1183 : VPRecipeWithIRFlags(VPDef::VPInstructionSC, Operands, WrapFlags, DL), in VPRecipeWithIRFlags() argument
1279 VPWidenRecipe(Instruction &I, iterator_range<IterT> Operands) in VPWidenRecipe()
1421 VPWidenGEPRecipe(GetElementPtrInst *GEP, iterator_range<IterT> Operands) in VPWidenGEPRecipe()
1782 VPBlendRecipe(PHINode *Phi, ArrayRef<VPValue *> Operands) in VPBlendRecipe()
2837 mapToVPValues(User::op_range Operands) { in mapToVPValues()