Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp331 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()
/freebsd-12.1/contrib/llvm/lib/Target/Lanai/
H A DLanaiTargetTransformInfo.h86 int ISD = TLI->InstructionOpcodeToISD(Opcode);
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.cpp122 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp263 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()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp138 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()
357 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()
482 int ISDOpcode = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h577 int ISD = TLI->InstructionOpcodeToISD(Opcode);
637 int ISD = TLI->InstructionOpcodeToISD(Opcode);
775 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()
H A DTargetLowering.h1559 int InstructionOpcodeToISD(unsigned Opcode) const;
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp349 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp181 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()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1391 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()
H A DTargetLoweringBase.cpp1438 int TargetLoweringBase::InstructionOpcodeToISD(unsigned Opcode) const { in InstructionOpcodeToISD() function in TargetLoweringBase