Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDSLPVectorizer.cpp338 struct InstructionsState { struct
363 InstructionsState() = delete;
364 InstructionsState(Value *OpValue, Instruction *MainOp, Instruction *AltOp) in InstructionsState() argument
373 static Value *isOneOf(const InstructionsState &S, Value *Op) { in isOneOf()
395 static InstructionsState getSameOpcode(ArrayRef<Value *> VL, in getSameOpcode()
399 return InstructionsState(VL[BaseIndex], nullptr, nullptr); in getSameOpcode()
437 return InstructionsState(VL[BaseIndex], nullptr, nullptr); in getSameOpcode()
440 return InstructionsState(VL[BaseIndex], cast<Instruction>(VL[BaseIndex]), in getSameOpcode()
847 InstructionsState S = getSameOpcode({I1, I2}); in getShallowScore()
1550 void setOperations(const InstructionsState &S) { in setOperations()
[all …]