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

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SILateBranchLowering.cpp 1 //===-- SILateBranchLowering.cpp - Final preparation of branches ----------===//
27 class SILateBranchLowering : public MachineFunctionPass {
41 SILateBranchLowering() : MachineFunctionPass(ID) {}
58 char SILateBranchLowering::ID = 0;
60 INITIALIZE_PASS_BEGIN(SILateBranchLowering, DEBUG_TYPE,
63 INITIALIZE_PASS_END(SILateBranchLowering, DEBUG_TYPE,
66 char &llvm::SILateBranchLoweringPassID = SILateBranchLowering::ID;
102 void SILateBranchLowering::earlyTerm(MachineInstr &MI,
118 bool SILateBranchLowering::runOnMachineFunction(MachineFunction &MF) {
  /src/external/apache2/llvm/lib/libLLVMAMDGPUCodeGen/
Makefile 93 SILateBranchLowering.cpp \

Completed in 14 milliseconds