Searched refs:InstructionOpcodeToISD (Results 1 – 13 of 13) sorted by relevance
66 int ISD = TLI->InstructionOpcodeToISD(Opcode);
101 int ISD = TLI->InstructionOpcodeToISD(Opcode);
278 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()354 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()
968 int ISD = TLI->InstructionOpcodeToISD(Opcode); in vectorCostAdjustmentFactor()987 assert(TLI->InstructionOpcodeToISD(Opcode) && "Invalid opcode"); in getArithmeticInstrCost()1040 assert(TLI->InstructionOpcodeToISD(Opcode) && "Invalid opcode"); in getCastInstrCost()1077 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getVectorInstrCost()
476 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()617 int UserISD = TLI->InstructionOpcodeToISD(User->getOpcode()); in getCastInstrCost()916 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()1315 int ISDOpcode = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()1663 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()1879 unsigned ISD = TLI->InstructionOpcodeToISD(I.getOpcode()); in maybeLoweredToCall()
433 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
522 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()576 const int OPC = TLI->InstructionOpcodeToISD(FAdd->getOpcode()); in getArithmeticInstrCost()
1566 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()1990 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()2124 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()2649 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCostSVE()2692 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()
794 int ISD = TLI->InstructionOpcodeToISD(Opcode);936 int ISD = TLI->InstructionOpcodeToISD(Opcode);1103 int ISD = TLI->InstructionOpcodeToISD(Opcode);
1906 int InstructionOpcodeToISD(unsigned Opcode) const;
207 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()1660 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()2637 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()3748 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getVectorInstrCost()4324 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()
1866 int ISDOpcode = TLI.InstructionOpcodeToISD(TruncUser->getOpcode()); in SinkShiftAndTruncate()4030 int ISDOpcode = TLI.InstructionOpcodeToISD(PromotedInst->getOpcode()); in isPromotedInstructionLegal()7386 int ISDOpcode = TLI.InstructionOpcodeToISD(ToBePromoted->getOpcode()); in shouldPromote()
1767 int TargetLoweringBase::InstructionOpcodeToISD(unsigned Opcode) const { in InstructionOpcodeToISD() function in TargetLoweringBase