Home
last modified time | relevance | path

Searched refs:AMDGPUInstructionSelector (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp45 AMDGPUInstructionSelector::AMDGPUInstructionSelector( in AMDGPUInstructionSelector() function in AMDGPUInstructionSelector
61 const char *AMDGPUInstructionSelector::getName() { return DEBUG_TYPE; } in getName()
63 void AMDGPUInstructionSelector::setupMF(MachineFunction &MF, GISelKnownBits *KB, in setupMF()
72 bool AMDGPUInstructionSelector::isVCC(Register Reg, in isVCC()
91 bool AMDGPUInstructionSelector::constrainCopyLikeIntrin(MachineInstr &MI, in constrainCopyLikeIntrin()
115 bool AMDGPUInstructionSelector::selectCOPY(MachineInstr &I) const { in selectCOPY()
193 bool AMDGPUInstructionSelector::selectPHI(MachineInstr &I) const { in selectPHI()
232 AMDGPUInstructionSelector::getSubOperand64(MachineOperand &MO, in getSubOperand64()
279 bool AMDGPUInstructionSelector::selectG_AND_OR_XOR(MachineInstr &I) const { in selectG_AND_OR_XOR()
300 bool AMDGPUInstructionSelector::selectG_ADD_SUB(MachineInstr &I) const { in selectG_ADD_SUB()
[all …]
H A DAMDGPUInstructionSelector.h52 class AMDGPUInstructionSelector final : public InstructionSelector {
58 AMDGPUInstructionSelector(const GCNSubtarget &STI,
H A DCMakeLists.txt59 AMDGPUInstructionSelector.cpp
H A DAMDGPUSubtarget.cpp326 InstSelector.reset(new AMDGPUInstructionSelector( in GCNSubtarget()
/netbsd-src/external/apache2/llvm/lib/libLLVMAMDGPUCodeGen/
H A DMakefile27 AMDGPUInstructionSelector.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/
H A DBUILD.gn142 "AMDGPUInstructionSelector.cpp",