Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp318 unsigned getAltOpcode() const { in getAltOpcode() function
323 bool isAltShuffle() const { return getOpcode() != getAltOpcode(); } in isAltShuffle()
327 return getOpcode() == CheckedOpcode || getAltOpcode() == CheckedOpcode; in isOpcodeOrAlt()
2372 Instruction::isBinaryOp(S.getAltOpcode())) || in getEntryCost()
2374 Instruction::isCast(S.getAltOpcode()))) && in getEntryCost()
2400 VecCost += TTI->getArithmeticInstrCost(S.getAltOpcode(), VecTy); in getEntryCost()
2407 VecCost += TTI->getCastInstrCost(S.getAltOpcode(), VecTy, Src1Ty); in getEntryCost()
3492 Instruction::isBinaryOp(S.getAltOpcode())) || in vectorizeTree()
3494 Instruction::isCast(S.getAltOpcode()))) && in vectorizeTree()
3521 static_cast<Instruction::BinaryOps>(S.getAltOpcode()), LHS, RHS); in vectorizeTree()
[all …]