Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp351 struct InstructionsState { struct
376 InstructionsState() = delete;
377 InstructionsState(Value *OpValue, Instruction *MainOp, Instruction *AltOp) in InstructionsState() function
386 static Value *isOneOf(const InstructionsState &S, Value *Op) { in isOneOf()
408 static InstructionsState getSameOpcode(ArrayRef<Value *> VL, in getSameOpcode()
412 return InstructionsState(VL[BaseIndex], nullptr, nullptr); in getSameOpcode()
450 return InstructionsState(VL[BaseIndex], nullptr, nullptr); in getSameOpcode()
453 return InstructionsState(VL[BaseIndex], cast<Instruction>(VL[BaseIndex]), in getSameOpcode()
1012 InstructionsState S = getSameOpcode({I1, I2}); in getShallowScore()
1735 void setOperations(const InstructionsState &S) { in setOperations()
[all …]