Searched refs:InstructionOpcodeToISD (Results 1 – 13 of 13) sorted by relevance
64 int ISD = TLI->InstructionOpcodeToISD(Opcode);
99 int ISD = TLI->InstructionOpcodeToISD(Opcode);
573 int ISD = TLI->InstructionOpcodeToISD(Opcode); in vectorCostAdjustmentFactor()591 assert(TLI->InstructionOpcodeToISD(Opcode) && "Invalid opcode"); in getArithmeticInstrCost()644 assert(TLI->InstructionOpcodeToISD(Opcode) && "Invalid opcode"); in getCastInstrCost()683 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getVectorInstrCost()
477 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()618 int UserISD = TLI->InstructionOpcodeToISD(User->getOpcode()); in getCastInstrCost()920 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()1321 int ISDOpcode = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()1673 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()1696 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getExtendedReductionCost()1919 unsigned ISD = TLI->InstructionOpcodeToISD(I.getOpcode()); in maybeLoweredToCall()
431 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
523 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()577 const int OPC = TLI->InstructionOpcodeToISD(FAdd->getOpcode()); in getArithmeticInstrCost()
928 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()1034 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()1347 switch (TLI->InstructionOpcodeToISD(Opcode)) { in getArithmeticInstrCost()
1786 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()2254 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()2428 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()2959 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCostSVE()3002 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()
857 int ISD = TLI->InstructionOpcodeToISD(Opcode);1001 int ISD = TLI->InstructionOpcodeToISD(Opcode);1172 int ISD = TLI->InstructionOpcodeToISD(Opcode);
1939 int InstructionOpcodeToISD(unsigned Opcode) const;
243 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()2063 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()3043 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()4370 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getVectorInstrCost()4972 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()
1787 int TargetLoweringBase::InstructionOpcodeToISD(unsigned Opcode) const { in InstructionOpcodeToISD() function in TargetLoweringBase
1959 int ISDOpcode = TLI.InstructionOpcodeToISD(TruncUser->getOpcode()); in SinkShiftAndTruncate()4125 int ISDOpcode = TLI.InstructionOpcodeToISD(PromotedInst->getOpcode()); in isPromotedInstructionLegal()7513 int ISDOpcode = TLI.InstructionOpcodeToISD(ToBePromoted->getOpcode()); in shouldPromote()