Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiTargetTransformInfo.h92 int ISD = TLI->InstructionOpcodeToISD(Opcode);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp956 int ISD = TLI->InstructionOpcodeToISD(Opcode); in vectorCostAdjustment()
975 assert(TLI->InstructionOpcodeToISD(Opcode) && "Invalid opcode"); in getArithmeticInstrCost()
1017 assert(TLI->InstructionOpcodeToISD(Opcode) && "Invalid opcode"); in getCastInstrCost()
1045 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getVectorInstrCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp401 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()
542 int UserISD = TLI->InstructionOpcodeToISD(User->getOpcode()); in getCastInstrCost()
841 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()
1250 int ISDOpcode = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
1595 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()
1760 unsigned ISD = TLI->InstructionOpcodeToISD(I.getOpcode()); in maybeLoweredToCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp582 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()
974 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
1107 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()
1591 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCostSVE()
1620 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp531 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
573 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
627 const int OPC = TLI->InstructionOpcodeToISD(FAdd->getOpcode()); in getArithmeticInstrCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.cpp380 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h750 int ISD = TLI->InstructionOpcodeToISD(Opcode);
860 int ISD = TLI->InstructionOpcodeToISD(Opcode);
1023 int ISD = TLI->InstructionOpcodeToISD(Opcode);
H A DTargetLowering.h1822 int InstructionOpcodeToISD(unsigned Opcode) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp206 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
1470 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()
2174 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()
3152 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getVectorInstrCost()
3565 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1852 int ISDOpcode = TLI.InstructionOpcodeToISD(TruncUser->getOpcode()); in SinkShiftAndTruncate()
4006 int ISDOpcode = TLI.InstructionOpcodeToISD(PromotedInst->getOpcode()); in isPromotedInstructionLegal()
7249 int ISDOpcode = TLI.InstructionOpcodeToISD(ToBePromoted->getOpcode()); in shouldPromote()
H A DTargetLoweringBase.cpp1734 int TargetLoweringBase::InstructionOpcodeToISD(unsigned Opcode) const { in InstructionOpcodeToISD() function in TargetLoweringBase