Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp700 int ISD = TLI->InstructionOpcodeToISD(Opcode); in vectorCostAdjustment()
720 assert(TLI->InstructionOpcodeToISD(Opcode) && "Invalid opcode"); in getArithmeticInstrCost()
744 assert(TLI->InstructionOpcodeToISD(Opcode) && "Invalid opcode"); in getCastInstrCost()
759 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getVectorInstrCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiTargetTransformInfo.h86 int ISD = TLI->InstructionOpcodeToISD(Opcode);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXTargetTransformInfo.cpp122 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp271 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()
503 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
601 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()
936 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp155 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()
449 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()
676 int ISDOpcode = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
938 unsigned ISD = TLI->InstructionOpcodeToISD(I.getOpcode()); in isHardwareLoopProfitable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h640 int ISD = TLI->InstructionOpcodeToISD(Opcode);
700 int ISD = TLI->InstructionOpcodeToISD(Opcode);
839 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()
DTargetLowering.h1672 int InstructionOpcodeToISD(unsigned Opcode) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.cpp356 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp182 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticInstrCost()
1275 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCastInstrCost()
1710 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getCmpSelInstrCost()
2419 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getVectorInstrCost()
2627 int ISD = TLI->InstructionOpcodeToISD(Opcode); in getArithmeticReductionCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1640 int ISDOpcode = TLI.InstructionOpcodeToISD(TruncUser->getOpcode()); in SinkShiftAndTruncate()
3686 int ISDOpcode = TLI.InstructionOpcodeToISD(PromotedInst->getOpcode()); in isPromotedInstructionLegal()
6616 int ISDOpcode = TLI.InstructionOpcodeToISD(ToBePromoted->getOpcode()); in shouldPromote()
DTargetLoweringBase.cpp1574 int TargetLoweringBase::InstructionOpcodeToISD(unsigned Opcode) const { in InstructionOpcodeToISD() function in TargetLoweringBase