Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1130 class InstructionsState { class
1239 InstructionsState() = delete;
1240 InstructionsState(Instruction *MainOp, Instruction *AltOp) in InstructionsState() function in __anon07b2d7740811::InstructionsState
1242 static InstructionsState invalid() { return {nullptr, nullptr}; } in invalid()
1246 convertTo(Instruction *I, const InstructionsState &S) { in convertTo()
1258 static InstructionsState getSameOpcode(ArrayRef<Value *> VL,
1319 static InstructionsState getSameOpcode(ArrayRef<Value *> VL, in getSameOpcode()
1323 return InstructionsState::invalid(); in getSameOpcode()
1327 return InstructionsState::invalid(); in getSameOpcode()
1333 return InstructionsState::invalid(); in getSameOpcode()
[all …]