Searched refs:InstructionOpcodeToISD (Results 1 – 13 of 13) sorted by relevance
64 int ISD = TLI->InstructionOpcodeToISD(Opcode);
99 int ISD = TLI->InstructionOpcodeToISD(Opcode);
571 int ISD = TLI->InstructionOpcodeToISD(Opcode); in vectorCostAdjustmentFactor()589 assert(TLI->InstructionOpcodeToISD(Opcode) && "Invalid opcode"); in getArithmeticInstrCost()642 assert(TLI->InstructionOpcodeToISD(Opcode) && "Invalid opcode"); in getCastInstrCost()681 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getVectorInstrCost()
479 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()620 int UserISD = TLI->InstructionOpcodeToISD(User->getOpcode()); in getCastInstrCost()922 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()1323 int ISDOpcode = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()1675 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()1761 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getExtendedReductionCost()2044 unsigned ISD = TLI->InstructionOpcodeToISD(I.getOpcode()); in maybeLoweredToCall()
405 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
854 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()964 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()1316 switch (TLI->InstructionOpcodeToISD(Opcode)) { in getArithmeticInstrCost()
537 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()591 const int OPC = TLI->InstructionOpcodeToISD(FAdd->getOpcode()); in getArithmeticInstrCost()
892 int ISD = TLI->InstructionOpcodeToISD(Opcode);1047 int ISD = TLI->InstructionOpcodeToISD(Opcode);1218 int ISD = TLI->InstructionOpcodeToISD(Opcode);
2030 int InstructionOpcodeToISD(unsigned Opcode) const;
2233 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()2793 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()2975 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()3568 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCostSVE()3611 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()
244 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()2104 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()3085 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()4463 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getVectorInstrCost()5084 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()
1832 int TargetLoweringBase::InstructionOpcodeToISD(unsigned Opcode) const { in InstructionOpcodeToISD() function in TargetLoweringBase
2081 int ISDOpcode = TLI.InstructionOpcodeToISD(TruncUser->getOpcode()); in SinkShiftAndTruncate()4267 int ISDOpcode = TLI.InstructionOpcodeToISD(PromotedInst->getOpcode()); in isPromotedInstructionLegal()7675 int ISDOpcode = TLI.InstructionOpcodeToISD(ToBePromoted->getOpcode()); in shouldPromote()