Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFTargetTransformInfo.h67 int ISD = TLI->InstructionOpcodeToISD(Opcode);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiTargetTransformInfo.h92 int ISD = TLI->InstructionOpcodeToISD(Opcode);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp959 int ISD = TLI->InstructionOpcodeToISD(Opcode); in vectorCostAdjustment()
978 assert(TLI->InstructionOpcodeToISD(Opcode) && "Invalid opcode"); in getArithmeticInstrCost()
1020 assert(TLI->InstructionOpcodeToISD(Opcode) && "Invalid opcode"); in getCastInstrCost()
1048 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getVectorInstrCost()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp406 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()
547 int UserISD = TLI->InstructionOpcodeToISD(User->getOpcode()); in getCastInstrCost()
846 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()
1255 int ISDOpcode = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
1603 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()
1766 unsigned ISD = TLI->InstructionOpcodeToISD(I.getOpcode()); in maybeLoweredToCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.cpp380 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp532 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
574 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
628 const int OPC = TLI->InstructionOpcodeToISD(FAdd->getOpcode()); in getArithmeticInstrCost()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp910 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()
1303 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
1436 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()
1937 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCostSVE()
1975 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h750 int ISD = TLI->InstructionOpcodeToISD(Opcode);
887 int ISD = TLI->InstructionOpcodeToISD(Opcode);
1054 int ISD = TLI->InstructionOpcodeToISD(Opcode);
H A DTargetLowering.h1851 int InstructionOpcodeToISD(unsigned Opcode) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp206 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
1506 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()
2364 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()
3378 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getVectorInstrCost()
3789 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1852 int ISDOpcode = TLI.InstructionOpcodeToISD(TruncUser->getOpcode()); in SinkShiftAndTruncate()
4010 int ISDOpcode = TLI.InstructionOpcodeToISD(PromotedInst->getOpcode()); in isPromotedInstructionLegal()
7279 int ISDOpcode = TLI.InstructionOpcodeToISD(ToBePromoted->getOpcode()); in shouldPromote()
H A DTargetLoweringBase.cpp1760 int TargetLoweringBase::InstructionOpcodeToISD(unsigned Opcode) const { in InstructionOpcodeToISD() function in TargetLoweringBase