Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp559 bool isOpcodeOrAlt(Instruction *I) const { in isOpcodeOrAlt() function
576 if (I && S.isOpcodeOrAlt(I)) in isOneOf()
2574 bool isOpcodeOrAlt(Instruction *I) const { in isOpcodeOrAlt() function
2585 if (I && isOpcodeOrAlt(I)) in isOneOf()
7403 assert(E->isOpcodeOrAlt(VI) && "Unexpected main/alternate opcode"); in getEntryCost()
7450 assert(E->isOpcodeOrAlt(I) && "Unexpected main/alternate opcode"); in getEntryCost()
8496 return !E->isOpcodeOrAlt(I) || I->getParent() == BB || in getLastInstructionInBundle()
9789 assert(E->isOpcodeOrAlt(I) && "Unexpected main/alternate opcode"); in vectorizeTree()
12490 (!S.getOpcode() || !S.isOpcodeOrAlt(Inst))) in tryToReduce()
12509 if (!NextS.getOpcode() || !NextS.isOpcodeOrAlt(Inst)) in tryToReduce()