HomeSort by relevance Sort by last modified time
    Searched refs:SIShrinkInstructions (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/AMDGPU/
SIShrinkInstructions.cpp 1 //===-- SIShrinkInstructions.cpp - Shrink Instructions --------------------===//
38 class SIShrinkInstructions : public MachineFunctionPass {
43 SIShrinkInstructions() : MachineFunctionPass(ID) {
60 INITIALIZE_PASS(SIShrinkInstructions, DEBUG_TYPE,
63 char SIShrinkInstructions::ID = 0;
66 return new SIShrinkInstructions();
197 bool SIShrinkInstructions::runOnMachineFunction(MachineFunction &MF) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIShrinkInstructions.cpp 1 //===-- SIShrinkInstructions.cpp - Shrink Instructions --------------------===//
38 class SIShrinkInstructions : public MachineFunctionPass {
43 SIShrinkInstructions() : MachineFunctionPass(ID) {
58 INITIALIZE_PASS(SIShrinkInstructions, DEBUG_TYPE,
61 char SIShrinkInstructions::ID = 0;
64 return new SIShrinkInstructions();
281 bool SIShrinkInstructions::runOnMachineFunction(MachineFunction &MF) {

Completed in 272 milliseconds