Searched refs:InstructionOpcodeToISD (Results 1 – 11 of 11) sorted by relevance
700 int ISD = TLI->InstructionOpcodeToISD(Opcode); in vectorCostAdjustment()720 assert(TLI->InstructionOpcodeToISD(Opcode) && "Invalid opcode"); in getArithmeticInstrCost()744 assert(TLI->InstructionOpcodeToISD(Opcode) && "Invalid opcode"); in getCastInstrCost()759 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getVectorInstrCost()
86 int ISD = TLI->InstructionOpcodeToISD(Opcode);
122 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
271 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()503 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()601 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()936 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()
155 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()449 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()676 int ISDOpcode = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()938 unsigned ISD = TLI->InstructionOpcodeToISD(I.getOpcode()); in isHardwareLoopProfitable()
640 int ISD = TLI->InstructionOpcodeToISD(Opcode);700 int ISD = TLI->InstructionOpcodeToISD(Opcode);839 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()
1672 int InstructionOpcodeToISD(unsigned Opcode) const;
356 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
182 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()1275 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()1710 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()2419 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getVectorInstrCost()2627 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()
1640 int ISDOpcode = TLI.InstructionOpcodeToISD(TruncUser->getOpcode()); in SinkShiftAndTruncate()3686 int ISDOpcode = TLI.InstructionOpcodeToISD(PromotedInst->getOpcode()); in isPromotedInstructionLegal()6616 int ISDOpcode = TLI.InstructionOpcodeToISD(ToBePromoted->getOpcode()); in shouldPromote()
1574 int TargetLoweringBase::InstructionOpcodeToISD(unsigned Opcode) const { in InstructionOpcodeToISD() function in TargetLoweringBase