Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/BPF/
DBPFTargetTransformInfo.h64 int ISD = TLI->InstructionOpcodeToISD(Opcode);
/openbsd/src/gnu/llvm/llvm/lib/Target/Lanai/
DLanaiTargetTransformInfo.h99 int ISD = TLI->InstructionOpcodeToISD(Opcode);
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
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/src/gnu/llvm/llvm/lib/Target/ARM/
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/src/gnu/llvm/llvm/lib/Target/NVPTX/
DNVPTXTargetTransformInfo.cpp431 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.cpp523 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
577 const int OPC = TLI->InstructionOpcodeToISD(FAdd->getOpcode()); in getArithmeticInstrCost()
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
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/src/gnu/llvm/llvm/lib/Target/AArch64/
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/src/gnu/llvm/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h857 int ISD = TLI->InstructionOpcodeToISD(Opcode);
1001 int ISD = TLI->InstructionOpcodeToISD(Opcode);
1172 int ISD = TLI->InstructionOpcodeToISD(Opcode);
DTargetLowering.h1939 int InstructionOpcodeToISD(unsigned Opcode) const;
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
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/src/gnu/llvm/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1787 int TargetLoweringBase::InstructionOpcodeToISD(unsigned Opcode) const { in InstructionOpcodeToISD() function in TargetLoweringBase
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()