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()643 assert(TLI->InstructionOpcodeToISD(Opcode) && "Invalid opcode"); in getCastInstrCost()682 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getVectorInstrCost()
483 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()624 int UserISD = TLI->InstructionOpcodeToISD(User->getOpcode()); in getCastInstrCost()926 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()1335 int ISDOpcode = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()1687 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()1773 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getExtendedReductionCost()2056 unsigned ISD = TLI->InstructionOpcodeToISD(I.getOpcode()); in maybeLoweredToCall()
405 int ISD = TLI->InstructionOpcodeToISD(Opcode); in simplifyNvvmIntrinsic()
534 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()588 const int OPC = TLI->InstructionOpcodeToISD(FAdd->getOpcode()); in getArithmeticInstrCost()
1044 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()1258 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()1712 switch (TLI->InstructionOpcodeToISD(Opcode)) { in getArithmeticInstrCost()
905 int ISD = TLI->InstructionOpcodeToISD(Opcode);1061 int ISD = TLI->InstructionOpcodeToISD(Opcode);1232 int ISD = TLI->InstructionOpcodeToISD(Opcode);
2107 int InstructionOpcodeToISD(unsigned Opcode) const;
2481 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()3050 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()3239 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()3850 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCostSVE()3901 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()
270 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()2175 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()3176 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()4589 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getVectorInstrCost()5215 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()
1753 int TargetLoweringBase::InstructionOpcodeToISD(unsigned Opcode) const { in InstructionOpcodeToISD() function in TargetLoweringBase
2114 int ISDOpcode = TLI.InstructionOpcodeToISD(TruncUser->getOpcode()); in SinkShiftAndTruncate()4362 int ISDOpcode = TLI.InstructionOpcodeToISD(PromotedInst->getOpcode()); in isPromotedInstructionLegal()7789 int ISDOpcode = TLI.InstructionOpcodeToISD(ToBePromoted->getOpcode()); in shouldPromote()