Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp677 bool isOpcodeOrAlt(Instruction *I) const { in isOpcodeOrAlt() function
694 if (I && S.isOpcodeOrAlt(I)) in isOneOf()
3055 bool isOpcodeOrAlt(Instruction *I) const { in isOpcodeOrAlt() function
3066 if (I && isOpcodeOrAlt(I)) in isOneOf()
9903 assert(E->isOpcodeOrAlt(VI) && "Unexpected main/alternate opcode"); in getEntryCost()
9968 assert(E->isOpcodeOrAlt(I) && "Unexpected main/alternate opcode"); in getEntryCost()
11436 return !E->isOpcodeOrAlt(I) || I->getParent() == BB || in getLastInstructionInBundle()
13640 assert(E->isOpcodeOrAlt(I) && "Unexpected main/alternate opcode"); in vectorizeTree()
17286 (!S.getOpcode() || !S.isOpcodeOrAlt(Inst))) || in tryToReduce()
17306 if (!NextS.getOpcode() || !NextS.isOpcodeOrAlt(Inst)) in tryToReduce()