Searched refs:InstructionsState (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 657 struct InstructionsState { struct 682 InstructionsState() = delete; 683 InstructionsState(Value *OpValue, Instruction *MainOp, Instruction *AltOp) in InstructionsState() function 692 static Value *isOneOf(const InstructionsState &S, Value *Op) { in isOneOf() 711 static InstructionsState getSameOpcode(ArrayRef<Value *> VL, 753 static InstructionsState getSameOpcode(ArrayRef<Value *> VL, in getSameOpcode() 758 return InstructionsState(VL[BaseIndex], nullptr, nullptr); in getSameOpcode() 802 return InstructionsState(VL[BaseIndex], nullptr, nullptr); in getSameOpcode() 871 return InstructionsState(VL[BaseIndex], nullptr, nullptr); in getSameOpcode() 874 return InstructionsState(VL[BaseIndex], nullptr, nullptr); in getSameOpcode() [all …]
|