HomeSort by: relevance | last modified time | path
    Searched refs:AMDGPUInstructionSelector (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUInstructionSelector.cpp 1 //===- AMDGPUInstructionSelector.cpp ----------------------------*- C++ -*-==//
14 #include "AMDGPUInstructionSelector.h"
45 AMDGPUInstructionSelector::AMDGPUInstructionSelector(
61 const char *AMDGPUInstructionSelector::getName() { return DEBUG_TYPE; }
63 void AMDGPUInstructionSelector::setupMF(MachineFunction &MF, GISelKnownBits *KB,
72 bool AMDGPUInstructionSelector::isVCC(Register Reg,
91 bool AMDGPUInstructionSelector::constrainCopyLikeIntrin(MachineInstr &MI,
115 bool AMDGPUInstructionSelector::selectCOPY(MachineInstr &I) const {
193 bool AMDGPUInstructionSelector::selectPHI(MachineInstr &I) const
    [all...]
AMDGPUInstructionSelector.h 1 //===- AMDGPUInstructionSelector --------------------------------*- C++ -*-==//
52 class AMDGPUInstructionSelector final : public InstructionSelector {
58 AMDGPUInstructionSelector(const GCNSubtarget &STI,
AMDGPUSubtarget.cpp 17 #include "AMDGPUInstructionSelector.h"
326 InstSelector.reset(new AMDGPUInstructionSelector(
  /src/external/apache2/llvm/lib/libLLVMAMDGPUCodeGen/
Makefile 27 AMDGPUInstructionSelector.cpp \

Completed in 75 milliseconds