Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp338 struct InstructionsState { struct
340 Value *OpValue = nullptr;
343 Instruction *MainOp = nullptr;
344 Instruction *AltOp = nullptr;
347 unsigned getOpcode() const { in getOpcode()
351 unsigned getAltOpcode() const { in getAltOpcode()
356 bool isAltShuffle() const { return getOpcode() != getAltOpcode(); } in isAltShuffle()
358 bool isOpcodeOrAlt(Instruction *I) const { in isOpcodeOrAlt()
364 InstructionsState(Value *OpValue, Instruction *MainOp, Instruction *AltOp) in InstructionsState() function