Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp441 bool isOpcodeOrAlt(Instruction *I) const { in isOpcodeOrAlt() function
458 if (I && S.isOpcodeOrAlt(I)) in isOneOf()
2385 bool isOpcodeOrAlt(Instruction *I) const { in isOpcodeOrAlt() function
2396 if (I && isOpcodeOrAlt(I)) in isOneOf()
6533 assert(E->isOpcodeOrAlt(I) && "Unexpected main/alternate opcode"); in getEntryCost()
6593 assert(E->isOpcodeOrAlt(I) && "Unexpected main/alternate opcode"); in getEntryCost()
7452 return !E->isOpcodeOrAlt(I) || I->getParent() == BB || in setInsertPointAfterBundle()
8393 assert(E->isOpcodeOrAlt(I) && "Unexpected main/alternate opcode"); in vectorizeTree()
11065 (!S.getOpcode() || !S.isOpcodeOrAlt(Inst))) in tryToReduce()
11084 if (!NextS.getOpcode() || !NextS.isOpcodeOrAlt(Inst)) in tryToReduce()