Home
last modified time | relevance | path

Searched refs:SIShrinkInstructions (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIShrinkInstructions.cpp37 class SIShrinkInstructions : public MachineFunctionPass { class
44 SIShrinkInstructions() : MachineFunctionPass(ID) { in SIShrinkInstructions() function in __anon255f69fe0111::SIShrinkInstructions
59 INITIALIZE_PASS(SIShrinkInstructions, DEBUG_TYPE,
62 char SIShrinkInstructions::ID = 0;
65 return new SIShrinkInstructions(); in createSIShrinkInstructionsPass()
221 void SIShrinkInstructions::shrinkMIMG(MachineInstr &MI) { in shrinkMIMG()
549 bool SIShrinkInstructions::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
DCMakeLists.txt119 SIShrinkInstructions.cpp