Lines Matching refs:getOpcode
173 unsigned Opcode = BinOp->getOpcode(); in matchPairwiseReductionAtLevel()
220 else if (NextLevelBinOp->getOpcode() != Opcode) in matchPairwiseReductionAtLevel()
284 Opcode = RdxStart->getOpcode(); in matchPairwiseReduction()
320 unsigned RdxOpcode = RdxStart->getOpcode(); in matchVectorSplittingReduction()
347 if (BinOp->getOpcode() != RdxOpcode) in matchVectorSplittingReduction()
384 switch (I->getOpcode()) { in getInstructionCost()
393 return TTI->getCFInstrCost(I->getOpcode()); in getInstructionCost()
417 return TTI->getArithmeticInstrCost(I->getOpcode(), I->getType(), Op1VK, in getInstructionCost()
423 return TTI->getCmpSelInstrCost(I->getOpcode(), I->getType(), CondTy); in getInstructionCost()
428 return TTI->getCmpSelInstrCost(I->getOpcode(), ValTy); in getInstructionCost()
433 return TTI->getMemoryOpCost(I->getOpcode(), ValTy, in getInstructionCost()
439 return TTI->getMemoryOpCost(I->getOpcode(), I->getType(), in getInstructionCost()
457 return TTI->getCastInstrCost(I->getOpcode(), I->getType(), SrcTy); in getInstructionCost()
476 return TTI->getVectorInstrCost(I->getOpcode(), in getInstructionCost()
485 return TTI->getVectorInstrCost(I->getOpcode(), in getInstructionCost()