Searched refs:InstructionOpcodeToISD (Results 1 – 12 of 12) sorted by relevance
67 int ISD = TLI->InstructionOpcodeToISD(Opcode);
92 int ISD = TLI->InstructionOpcodeToISD(Opcode);
959 int ISD = TLI->InstructionOpcodeToISD(Opcode); in vectorCostAdjustment()978 assert(TLI->InstructionOpcodeToISD(Opcode) && "Invalid opcode"); in getArithmeticInstrCost()1020 assert(TLI->InstructionOpcodeToISD(Opcode) && "Invalid opcode"); in getCastInstrCost()1048 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getVectorInstrCost()
406 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()547 int UserISD = TLI->InstructionOpcodeToISD(User->getOpcode()); in getCastInstrCost()846 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()1255 int ISDOpcode = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()1603 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()1766 unsigned ISD = TLI->InstructionOpcodeToISD(I.getOpcode()); in maybeLoweredToCall()
380 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
532 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()574 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()628 const int OPC = TLI->InstructionOpcodeToISD(FAdd->getOpcode()); in getArithmeticInstrCost()
910 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()1303 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()1436 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()1937 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCostSVE()1975 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()
750 int ISD = TLI->InstructionOpcodeToISD(Opcode);887 int ISD = TLI->InstructionOpcodeToISD(Opcode);1054 int ISD = TLI->InstructionOpcodeToISD(Opcode);
1851 int InstructionOpcodeToISD(unsigned Opcode) const;
206 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()1506 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()2364 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()3378 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getVectorInstrCost()3789 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()
1852 int ISDOpcode = TLI.InstructionOpcodeToISD(TruncUser->getOpcode()); in SinkShiftAndTruncate()4010 int ISDOpcode = TLI.InstructionOpcodeToISD(PromotedInst->getOpcode()); in isPromotedInstructionLegal()7279 int ISDOpcode = TLI.InstructionOpcodeToISD(ToBePromoted->getOpcode()); in shouldPromote()
1760 int TargetLoweringBase::InstructionOpcodeToISD(unsigned Opcode) const { in InstructionOpcodeToISD() function in TargetLoweringBase