Searched refs:InstructionOpcodeToISD (Results 1 – 11 of 11) sorted by relevance
92 int ISD = TLI->InstructionOpcodeToISD(Opcode);
956 int ISD = TLI->InstructionOpcodeToISD(Opcode); in vectorCostAdjustment()975 assert(TLI->InstructionOpcodeToISD(Opcode) && "Invalid opcode"); in getArithmeticInstrCost()1017 assert(TLI->InstructionOpcodeToISD(Opcode) && "Invalid opcode"); in getCastInstrCost()1045 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getVectorInstrCost()
401 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()542 int UserISD = TLI->InstructionOpcodeToISD(User->getOpcode()); in getCastInstrCost()841 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()1250 int ISDOpcode = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()1595 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()1760 unsigned ISD = TLI->InstructionOpcodeToISD(I.getOpcode()); in maybeLoweredToCall()
582 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()974 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()1107 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()1591 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCostSVE()1620 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()
531 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()573 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()627 const int OPC = TLI->InstructionOpcodeToISD(FAdd->getOpcode()); in getArithmeticInstrCost()
380 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
750 int ISD = TLI->InstructionOpcodeToISD(Opcode);860 int ISD = TLI->InstructionOpcodeToISD(Opcode);1023 int ISD = TLI->InstructionOpcodeToISD(Opcode);
1822 int InstructionOpcodeToISD(unsigned Opcode) const;
206 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()1470 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()2174 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()3152 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getVectorInstrCost()3565 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()
1852 int ISDOpcode = TLI.InstructionOpcodeToISD(TruncUser->getOpcode()); in SinkShiftAndTruncate()4006 int ISDOpcode = TLI.InstructionOpcodeToISD(PromotedInst->getOpcode()); in isPromotedInstructionLegal()7249 int ISDOpcode = TLI.InstructionOpcodeToISD(ToBePromoted->getOpcode()); in shouldPromote()
1734 int TargetLoweringBase::InstructionOpcodeToISD(unsigned Opcode) const { in InstructionOpcodeToISD() function in TargetLoweringBase