Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFTargetTransformInfo.h66 int ISD = TLI->InstructionOpcodeToISD(Opcode);
/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanaiTargetTransformInfo.h101 int ISD = TLI->InstructionOpcodeToISD(Opcode);
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp278 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()
354 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp968 int ISD = TLI->InstructionOpcodeToISD(Opcode); in vectorCostAdjustmentFactor()
987 assert(TLI->InstructionOpcodeToISD(Opcode) && "Invalid opcode"); in getArithmeticInstrCost()
1040 assert(TLI->InstructionOpcodeToISD(Opcode) && "Invalid opcode"); in getCastInstrCost()
1077 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getVectorInstrCost()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp476 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()
617 int UserISD = TLI->InstructionOpcodeToISD(User->getOpcode()); in getCastInstrCost()
916 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()
1315 int ISDOpcode = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
1663 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()
1879 unsigned ISD = TLI->InstructionOpcodeToISD(I.getOpcode()); in maybeLoweredToCall()
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.cpp433 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp522 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
576 const int OPC = TLI->InstructionOpcodeToISD(FAdd->getOpcode()); in getArithmeticInstrCost()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1566 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()
1990 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
2124 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()
2649 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCostSVE()
2692 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h794 int ISD = TLI->InstructionOpcodeToISD(Opcode);
936 int ISD = TLI->InstructionOpcodeToISD(Opcode);
1103 int ISD = TLI->InstructionOpcodeToISD(Opcode);
H A DTargetLowering.h1906 int InstructionOpcodeToISD(unsigned Opcode) const;
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp207 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
1660 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()
2637 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()
3748 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getVectorInstrCost()
4324 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1866 int ISDOpcode = TLI.InstructionOpcodeToISD(TruncUser->getOpcode()); in SinkShiftAndTruncate()
4030 int ISDOpcode = TLI.InstructionOpcodeToISD(PromotedInst->getOpcode()); in isPromotedInstructionLegal()
7386 int ISDOpcode = TLI.InstructionOpcodeToISD(ToBePromoted->getOpcode()); in shouldPromote()
H A DTargetLoweringBase.cpp1767 int TargetLoweringBase::InstructionOpcodeToISD(unsigned Opcode) const { in InstructionOpcodeToISD() function in TargetLoweringBase