Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFTargetTransformInfo.h64 int ISD = TLI->InstructionOpcodeToISD(Opcode);
/openbsd/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiTargetTransformInfo.h99 int ISD = TLI->InstructionOpcodeToISD(Opcode);
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp573 int ISD = TLI->InstructionOpcodeToISD(Opcode); in vectorCostAdjustmentFactor()
591 assert(TLI->InstructionOpcodeToISD(Opcode) && "Invalid opcode"); in getArithmeticInstrCost()
644 assert(TLI->InstructionOpcodeToISD(Opcode) && "Invalid opcode"); in getCastInstrCost()
683 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getVectorInstrCost()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp477 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()
618 int UserISD = TLI->InstructionOpcodeToISD(User->getOpcode()); in getCastInstrCost()
920 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()
1321 int ISDOpcode = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
1673 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()
1696 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getExtendedReductionCost()
1919 unsigned ISD = TLI->InstructionOpcodeToISD(I.getOpcode()); in maybeLoweredToCall()
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.cpp431 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp523 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
577 const int OPC = TLI->InstructionOpcodeToISD(FAdd->getOpcode()); in getArithmeticInstrCost()
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp928 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()
1034 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()
1347 switch (TLI->InstructionOpcodeToISD(Opcode)) { in getArithmeticInstrCost()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1786 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()
2254 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
2428 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()
2959 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCostSVE()
3002 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h857 int ISD = TLI->InstructionOpcodeToISD(Opcode);
1001 int ISD = TLI->InstructionOpcodeToISD(Opcode);
1172 int ISD = TLI->InstructionOpcodeToISD(Opcode);
H A DTargetLowering.h1939 int InstructionOpcodeToISD(unsigned Opcode) const;
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp243 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
2063 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()
3043 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()
4370 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getVectorInstrCost()
4972 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1787 int TargetLoweringBase::InstructionOpcodeToISD(unsigned Opcode) const { in InstructionOpcodeToISD() function in TargetLoweringBase
H A DCodeGenPrepare.cpp1959 int ISDOpcode = TLI.InstructionOpcodeToISD(TruncUser->getOpcode()); in SinkShiftAndTruncate()
4125 int ISDOpcode = TLI.InstructionOpcodeToISD(PromotedInst->getOpcode()); in isPromotedInstructionLegal()
7513 int ISDOpcode = TLI.InstructionOpcodeToISD(ToBePromoted->getOpcode()); in shouldPromote()