Searched refs:InstructionOpcodeToISD (Results 1 – 9 of 9) sorted by relevance
264 assert(TLI->InstructionOpcodeToISD(Opcode) && "Invalid opcode"); in getArithmeticInstrCost()285 assert(TLI->InstructionOpcodeToISD(Opcode) && "Invalid opcode"); in getCastInstrCost()297 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getVectorInstrCost()
99 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
180 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()326 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()383 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()
293 int ISD = TLI->InstructionOpcodeToISD(Opcode);340 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()438 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()
51 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()272 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()392 int ISDOpcode = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
95 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()528 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()859 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()1066 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getReductionCost()
956 int ISDOpcode = TLI.InstructionOpcodeToISD(TruncUser->getOpcode()); in SinkShiftAndTruncate()2698 int ISDOpcode = TLI.InstructionOpcodeToISD(PromotedInst->getOpcode()); in isPromotedInstructionLegal()4953 int ISDOpcode = TLI.InstructionOpcodeToISD(ToBePromoted->getOpcode()); in shouldPromote()
1535 int TargetLoweringBase::InstructionOpcodeToISD(unsigned Opcode) const { in InstructionOpcodeToISD() function in TargetLoweringBase
1032 int InstructionOpcodeToISD(unsigned Opcode) const;