Home
last modified time | relevance | path

Searched refs:InstructionOpcodeToISD (Results 1 – 9 of 9) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp336 assert(TLI->InstructionOpcodeToISD(Opcode) && "Invalid opcode"); in getArithmeticInstrCost()
349 assert(TLI->InstructionOpcodeToISD(Opcode) && "Invalid opcode"); in getCastInstrCost()
363 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getVectorInstrCost()
/minix/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.cpp95 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DBasicTargetTransformInfo.cpp297 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
364 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()
459 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()
H A DCodeGenPrepare.cpp707 int ISDOpcode = TLI.InstructionOpcodeToISD(TruncUser->getOpcode()); in SinkShiftAndTruncate()
1970 int ISDOpcode = TLI.InstructionOpcodeToISD(PromotedInst->getOpcode()); in isPromotedInstructionLegal()
3883 int ISDOpcode = TLI.InstructionOpcodeToISD(ToBePromoted->getOpcode()); in shouldPromote()
H A DTargetLoweringBase.cpp1376 int TargetLoweringBase::InstructionOpcodeToISD(unsigned Opcode) const { in InstructionOpcodeToISD() function in TargetLoweringBase
/minix/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp305 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()
418 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
476 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()
/minix/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp186 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()
406 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()
513 int ISDOpcode = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
/minix/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp191 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
562 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()
772 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()
940 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getReductionCost()
/minix/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetLowering.h973 int InstructionOpcodeToISD(unsigned Opcode) const;