Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp284 assert(TLI->InstructionOpcodeToISD(Opcode) && "Invalid opcode"); in getArithmeticInstrCost()
305 assert(TLI->InstructionOpcodeToISD(Opcode) && "Invalid opcode"); in getCastInstrCost()
317 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getVectorInstrCost()
/external/llvm/lib/Target/Lanai/
DLanaiTargetTransformInfo.h64 int ISD = TLI->InstructionOpcodeToISD(Opcode);
/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()
381 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
438 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()
/external/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp77 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()
296 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()
416 int ISDOpcode = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h305 int ISD = TLI->InstructionOpcodeToISD(Opcode);
354 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()
481 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.cpp123 int ISD = 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()
883 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()
1200 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getReductionCost()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp994 int ISDOpcode = TLI.InstructionOpcodeToISD(TruncUser->getOpcode()); in SinkShiftAndTruncate()
2756 int ISDOpcode = TLI.InstructionOpcodeToISD(PromotedInst->getOpcode()); in isPromotedInstructionLegal()
5038 int ISDOpcode = TLI.InstructionOpcodeToISD(ToBePromoted->getOpcode()); in shouldPromote()
DTargetLoweringBase.cpp1653 int TargetLoweringBase::InstructionOpcodeToISD(unsigned Opcode) const { in InstructionOpcodeToISD() function in TargetLoweringBase
/external/llvm/include/llvm/Target/
DTargetLowering.h1116 int InstructionOpcodeToISD(unsigned Opcode) const;