Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp554 bool isOpcodeOrAlt(Instruction *I) const { in isOpcodeOrAlt() function
571 if (I && S.isOpcodeOrAlt(I)) in isOneOf()
2675 bool isOpcodeOrAlt(Instruction *I) const { in isOpcodeOrAlt() function
2686 if (I && isOpcodeOrAlt(I)) in isOneOf()
8409 assert(E->isOpcodeOrAlt(VI) && "Unexpected main/alternate opcode"); in getEntryCost()
8455 assert(E->isOpcodeOrAlt(I) && "Unexpected main/alternate opcode"); in getEntryCost()
9828 return !E->isOpcodeOrAlt(I) || I->getParent() == BB || in getLastInstructionInBundle()
11770 assert(E->isOpcodeOrAlt(I) && "Unexpected main/alternate opcode"); in vectorizeTree()
14584 (!S.getOpcode() || !S.isOpcodeOrAlt(Inst))) || in tryToReduce()
14604 if (!NextS.getOpcode() || !NextS.isOpcodeOrAlt(Inst)) in tryToReduce()