Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp264 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()
/external/llvm/lib/Target/NVPTX/
DNVPTXTargetTransformInfo.cpp99 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp180 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()
326 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
383 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h293 int ISD = TLI->InstructionOpcodeToISD(Opcode);
340 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()
438 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()
/external/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp51 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()
272 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()
392 int ISDOpcode = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp95 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()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp956 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()
DTargetLoweringBase.cpp1535 int TargetLoweringBase::InstructionOpcodeToISD(unsigned Opcode) const { in InstructionOpcodeToISD() function in TargetLoweringBase
/external/llvm/include/llvm/Target/
DTargetLowering.h1032 int InstructionOpcodeToISD(unsigned Opcode) const;