Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp351 unsigned getAltOpcode() const { in getAltOpcode() function
356 bool isAltShuffle() const { return getOpcode() != getAltOpcode(); } in isAltShuffle()
360 return getOpcode() == CheckedOpcode || getAltOpcode() == CheckedOpcode; in isOpcodeOrAlt()
1531 return getOpcode() != getAltOpcode(); in isAltShuffle()
1537 getAltOpcode() == CheckedOpcode); in isOpcodeOrAlt()
1568 unsigned getAltOpcode() const { in getAltOpcode() function
3543 Instruction::isBinaryOp(E->getAltOpcode())) || in getEntryCost()
3545 Instruction::isCast(E->getAltOpcode()))) && in getEntryCost()
3571 VecCost += TTI->getArithmeticInstrCost(E->getAltOpcode(), VecTy); in getEntryCost()
3578 VecCost += TTI->getCastInstrCost(E->getAltOpcode(), VecTy, Src1Ty); in getEntryCost()
[all …]
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp149 static unsigned getAltOpcode(unsigned Op) { in getAltOpcode() function
178 unsigned AltOpcode = getAltOpcode(Opcode); in isAltInst()