Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp62 struct MulCandidate { struct
63 Instruction *Root;
64 Value* LHS;
65 Value* RHS;
66 bool Exchange = false;
67 bool ReadOnly = true;
68 bool Paired = false;
69 SmallVector<LoadInst*, 2> VecLd; // Container for loads to widen.
71 MulCandidate(Instruction *I, Value *lhs, Value *rhs) : in MulCandidate() argument
74 bool HasTwoLoadInputs() const { in HasTwoLoadInputs()
[all …]