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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiTargetTransformInfo.h86 int ISD = TLI->InstructionOpcodeToISD(Opcode);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.cpp122 int ISD = TLI->InstructionOpcodeToISD(Opcode);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp720 int ISD = TLI->InstructionOpcodeToISD(Opcode);
740 assert(TLI->InstructionOpcodeToISD(Opcode) && "Invalid opcode");
764 assert(TLI->InstructionOpcodeToISD(Opcode) && "Invalid opcode");
779 int ISD = TLI->InstructionOpcodeToISD(Opcode);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp271 int ISD = TLI->InstructionOpcodeToISD(Opcode);
503 int ISD = TLI->InstructionOpcodeToISD(Opcode);
601 int ISD = TLI->InstructionOpcodeToISD(Opcode);
936 int ISD = TLI->InstructionOpcodeToISD(Opcode);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp155 int ISD = TLI->InstructionOpcodeToISD(Opcode);
449 int ISD = TLI->InstructionOpcodeToISD(Opcode);
676 int ISDOpcode = TLI->InstructionOpcodeToISD(Opcode);
938 unsigned ISD = TLI->InstructionOpcodeToISD(I.getOpcode());
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h640 int ISD = TLI->InstructionOpcodeToISD(Opcode);
700 int ISD = TLI->InstructionOpcodeToISD(Opcode);
839 int ISD = TLI->InstructionOpcodeToISD(Opcode);
H A DTargetLowering.h1672 int InstructionOpcodeToISD(unsigned Opcode) const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp356 int ISD = TLI->InstructionOpcodeToISD(Opcode);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp182 int ISD = TLI->InstructionOpcodeToISD(Opcode);
1275 int ISD = TLI->InstructionOpcodeToISD(Opcode);
1710 int ISD = TLI->InstructionOpcodeToISD(Opcode);
2419 int ISD = TLI->InstructionOpcodeToISD(Opcode);
2627 int ISD = TLI->InstructionOpcodeToISD(Opcode);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1640 int ISDOpcode = TLI.InstructionOpcodeToISD(TruncUser->getOpcode());
3686 int ISDOpcode = TLI.InstructionOpcodeToISD(PromotedInst->getOpcode());
6616 int ISDOpcode = TLI.InstructionOpcodeToISD(ToBePromoted->getOpcode());
H A DTargetLoweringBase.cpp1574 int TargetLoweringBase::InstructionOpcodeToISD(unsigned Opcode) const { function in class:TargetLoweringBase

Completed in 281 milliseconds