Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFTargetTransformInfo.h64 int ISD = TLI->InstructionOpcodeToISD(Opcode);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiTargetTransformInfo.h99 int ISD = TLI->InstructionOpcodeToISD(Opcode);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp571 int ISD = TLI->InstructionOpcodeToISD(Opcode); in vectorCostAdjustmentFactor()
589 assert(TLI->InstructionOpcodeToISD(Opcode) && "Invalid opcode"); in getArithmeticInstrCost()
642 assert(TLI->InstructionOpcodeToISD(Opcode) && "Invalid opcode"); in getCastInstrCost()
681 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getVectorInstrCost()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp479 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()
620 int UserISD = TLI->InstructionOpcodeToISD(User->getOpcode()); in getCastInstrCost()
922 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()
1323 int ISDOpcode = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
1675 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()
1761 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getExtendedReductionCost()
2044 unsigned ISD = TLI->InstructionOpcodeToISD(I.getOpcode()); in maybeLoweredToCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.cpp405 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp854 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()
964 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()
1316 switch (TLI->InstructionOpcodeToISD(Opcode)) { in getArithmeticInstrCost()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp537 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
591 const int OPC = TLI->InstructionOpcodeToISD(FAdd->getOpcode()); in getArithmeticInstrCost()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h892 int ISD = TLI->InstructionOpcodeToISD(Opcode);
1047 int ISD = TLI->InstructionOpcodeToISD(Opcode);
1218 int ISD = TLI->InstructionOpcodeToISD(Opcode);
H A DTargetLowering.h2030 int InstructionOpcodeToISD(unsigned Opcode) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp2233 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()
2793 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
2975 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()
3568 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCostSVE()
3611 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp244 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
2104 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()
3085 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()
4463 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getVectorInstrCost()
5084 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1832 int TargetLoweringBase::InstructionOpcodeToISD(unsigned Opcode) const { in InstructionOpcodeToISD() function in TargetLoweringBase
H A DCodeGenPrepare.cpp2081 int ISDOpcode = TLI.InstructionOpcodeToISD(TruncUser->getOpcode()); in SinkShiftAndTruncate()
4267 int ISDOpcode = TLI.InstructionOpcodeToISD(PromotedInst->getOpcode()); in isPromotedInstructionLegal()
7675 int ISDOpcode = TLI.InstructionOpcodeToISD(ToBePromoted->getOpcode()); in shouldPromote()