Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDSLPVectorizer.cpp358 bool isOpcodeOrAlt(Instruction *I) const { in isOpcodeOrAlt() function
375 if (I && S.isOpcodeOrAlt(I)) in isOneOf()
1534 bool isOpcodeOrAlt(Instruction *I) const { in isOpcodeOrAlt() function
1545 if (I && isOpcodeOrAlt(I)) in isOneOf()
3562 assert(E->isOpcodeOrAlt(I) && "Unexpected main/alternate opcode"); in getEntryCost()
3883 return !E->isOpcodeOrAlt(I) || I->getParent() == BB; in setInsertPointAfterBundle()
3923 if (Bundle.erase(&I) && E->isOpcodeOrAlt(&I)) in setInsertPointAfterBundle()
4548 assert(E->isOpcodeOrAlt(OpInst) && "Unexpected main/alternate opcode"); in vectorizeTree()