Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFTargetTransformInfo.h64 int ISD = TLI->InstructionOpcodeToISD(Opcode);
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiTargetTransformInfo.h99 int ISD = TLI->InstructionOpcodeToISD(Opcode);
/freebsd/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()
643 assert(TLI->InstructionOpcodeToISD(Opcode) && "Invalid opcode"); in getCastInstrCost()
682 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getVectorInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp483 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()
624 int UserISD = TLI->InstructionOpcodeToISD(User->getOpcode()); in getCastInstrCost()
926 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()
1335 int ISDOpcode = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
1687 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()
1773 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getExtendedReductionCost()
2056 unsigned ISD = TLI->InstructionOpcodeToISD(I.getOpcode()); in maybeLoweredToCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.cpp405 int ISD = TLI->InstructionOpcodeToISD(Opcode); in simplifyNvvmIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp534 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
588 const int OPC = TLI->InstructionOpcodeToISD(FAdd->getOpcode()); in getArithmeticInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp1044 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()
1258 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()
1712 switch (TLI->InstructionOpcodeToISD(Opcode)) { in getArithmeticInstrCost()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h905 int ISD = TLI->InstructionOpcodeToISD(Opcode);
1061 int ISD = TLI->InstructionOpcodeToISD(Opcode);
1232 int ISD = TLI->InstructionOpcodeToISD(Opcode);
H A DTargetLowering.h2107 int InstructionOpcodeToISD(unsigned Opcode) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp2481 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()
3050 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
3239 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()
3850 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCostSVE()
3901 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp270 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
2175 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()
3176 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()
4589 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getVectorInstrCost()
5215 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1753 int TargetLoweringBase::InstructionOpcodeToISD(unsigned Opcode) const { in InstructionOpcodeToISD() function in TargetLoweringBase
H A DCodeGenPrepare.cpp2114 int ISDOpcode = TLI.InstructionOpcodeToISD(TruncUser->getOpcode()); in SinkShiftAndTruncate()
4362 int ISDOpcode = TLI.InstructionOpcodeToISD(PromotedInst->getOpcode()); in isPromotedInstructionLegal()
7789 int ISDOpcode = TLI.InstructionOpcodeToISD(ToBePromoted->getOpcode()); in shouldPromote()