Home
last modified time | relevance | path

Searched defs:VPInstruction (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DVPlan.h680 VPInstruction(unsigned Opcode, ArrayRef<VPValue *> Operands) in VPInstruction() function
684 VPInstruction(unsigned Opcode, std::initializer_list<VPValue *> Operands) in VPInstruction() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h47 friend class VPInstruction; variable
H A DVPlan.h827 : VPInstruction(Opcode, ArrayRef<VPValue *>(Operands), DL, Name) {} in VPInstruction() function