Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp85 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()
102 int UserISD = TLI->InstructionOpcodeToISD(SingleUser->getOpcode()); in getCastInstrCost()
153 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getMemoryOpCost()
H A DWebAssemblyISelLowering.cpp422 if (InstructionOpcodeToISD(InputInst->getOpcode()) != ISD::MUL) in shouldExpandPartialReductionIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFTargetTransformInfo.h67 int ISD = TLI->InstructionOpcodeToISD(Opcode);
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiTargetTransformInfo.h100 int ISD = TLI->InstructionOpcodeToISD(Opcode);
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp572 int ISD = TLI->InstructionOpcodeToISD(Opcode); in vectorCostAdjustmentFactor()
589 assert(TLI->InstructionOpcodeToISD(Opcode) && "Invalid opcode"); in getArithmeticInstrCost()
644 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.cpp503 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()
644 int UserISD = TLI->InstructionOpcodeToISD(User->getOpcode()); in getCastInstrCost()
945 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()
1360 int ISDOpcode = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
1770 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()
1856 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getExtendedReductionCost()
2180 unsigned ISD = TLI->InstructionOpcodeToISD(I.getOpcode()); in maybeLoweredToCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.cpp520 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp536 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
590 const int OPC = TLI->InstructionOpcodeToISD(FAdd->getOpcode()); in getArithmeticInstrCost()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1032 int ISD = TLI->InstructionOpcodeToISD(Opcode);
1194 int ISD = TLI->InstructionOpcodeToISD(Opcode);
1369 int ISD = TLI->InstructionOpcodeToISD(Opcode);
H A DTargetLowering.h2164 int InstructionOpcodeToISD(unsigned Opcode) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp1523 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()
1830 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()
2385 unsigned ISDOpcode = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp3048 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()
3958 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
4278 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()
5151 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCostSVE()
5202 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp269 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
2292 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()
3327 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()
4902 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getVectorInstrCost()
5550 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1840 int TargetLoweringBase::InstructionOpcodeToISD(unsigned Opcode) const { in InstructionOpcodeToISD() function in TargetLoweringBase
H A DCodeGenPrepare.cpp2361 int ISDOpcode = TLI.InstructionOpcodeToISD(TruncUser->getOpcode()); in SinkShiftAndTruncate()
4698 int ISDOpcode = TLI.InstructionOpcodeToISD(PromotedInst->getOpcode()); in isPromotedInstructionLegal()
8181 int ISDOpcode = TLI.InstructionOpcodeToISD(ToBePromoted->getOpcode()); in shouldPromote()