HomeSort by: relevance | last modified time | path
    Searched defs:VPValue (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VPlanValue.h 13 /// VPValue VPUser VPDef
44 class VPValue {
60 // Hold the underlying Value, if any, attached to this VPValue.
63 /// Pointer to the VPDef that defines this VPValue. If it is nullptr, the
64 /// VPValue is not defined by any recipe modeled in VPlan.
67 VPValue(const unsigned char SC, Value *UV = nullptr, VPDef *Def = nullptr);
76 // Set \p Val as the underlying Value of this VPValue.
83 /// Return the underlying Value attached to this VPValue.
87 /// An enumeration for keeping track of the concrete subclass of VPValue that
89 /// SubclassID field of the VPValue objects. They are used for concret
    [all...]
VPlan.cpp 54 raw_ostream &llvm::operator<<(raw_ostream &OS, const VPValue &V) {
76 VPValue::VPValue(const unsigned char SC, Value *UV, VPDef *Def)
82 VPValue::~VPValue() {
83 assert(Users.empty() && "trying to delete a VPValue with remaining users");
89 void VPValue::print(raw_ostream &OS, VPSlotTracker &SlotTracker) const {
96 void VPValue::dump() const {
191 VPValue *VPBlockBase::getCondBit() {
195 const VPValue *VPBlockBase::getCondBit() const
    [all...]

Completed in 27 milliseconds