Searched refs:InstructionOpcodeToISD (Results 1 – 11 of 11) sorted by relevance
331 assert(TLI->InstructionOpcodeToISD(Opcode) && "Invalid opcode"); in getArithmeticInstrCost()353 assert(TLI->InstructionOpcodeToISD(Opcode) && "Invalid opcode"); in getCastInstrCost()366 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getVectorInstrCost()
86 int ISD = TLI->InstructionOpcodeToISD(Opcode);
122 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
263 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()494 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()592 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()930 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()
138 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()357 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()482 int ISDOpcode = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
577 int ISD = TLI->InstructionOpcodeToISD(Opcode);637 int ISD = TLI->InstructionOpcodeToISD(Opcode);775 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()
1559 int InstructionOpcodeToISD(unsigned Opcode) const;
349 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
181 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()1241 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()1651 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()2310 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()
1391 int ISDOpcode = TLI.InstructionOpcodeToISD(TruncUser->getOpcode()); in SinkShiftAndTruncate()3413 int ISDOpcode = TLI.InstructionOpcodeToISD(PromotedInst->getOpcode()); in isPromotedInstructionLegal()6234 int ISDOpcode = TLI.InstructionOpcodeToISD(ToBePromoted->getOpcode()); in shouldPromote()
1438 int TargetLoweringBase::InstructionOpcodeToISD(unsigned Opcode) const { in InstructionOpcodeToISD() function in TargetLoweringBase