Searched refs:InstructionsState (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp339 struct InstructionsState { struct in namespace:__anon4783
364 InstructionsState() = delete;
365 InstructionsState(Value *OpValue, Instruction *MainOp, Instruction *AltOp) function in struct:__anon4783::InstructionsState
374 static Value *isOneOf(const InstructionsState &S, Value *Op) {
394 /// InstructionsState, the Opcode that we suppose the whole list
396 static InstructionsState getSameOpcode(ArrayRef<Value *> VL,
400 return InstructionsState(VL[BaseIndex], nullptr, nullptr);
438 return InstructionsState(VL[BaseIndex], nullptr, nullptr);
441 return InstructionsState(VL[BaseIndex], cast<Instruction>(VL[BaseIndex]),
857 InstructionsState
[all...]

Completed in 65 milliseconds