Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp305 struct InstructionsState { struct
307 Value *OpValue = nullptr;
310 Instruction *MainOp = nullptr;
311 Instruction *AltOp = nullptr;
314 unsigned getOpcode() const { in getOpcode()
318 unsigned getAltOpcode() const { in getAltOpcode()
323 bool isAltShuffle() const { return getOpcode() != getAltOpcode(); } in isAltShuffle()
325 bool isOpcodeOrAlt(Instruction *I) const { in isOpcodeOrAlt()
331 InstructionsState(Value *OpValue, Instruction *MainOp, Instruction *AltOp) in InstructionsState() argument