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

  /external/llvm/lib/Target/AMDGPU/
SIShrinkInstructions.cpp 129 static void foldImmediates(MachineInstr &MI, const SIInstrInfo *TII,
176 foldImmediates(MI, TII, MRI, false);
403 foldImmediates(*Inst32, TII, MRI);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIShrinkInstructions.cpp 123 static bool foldImmediates(MachineInstr &MI, const SIInstrInfo *TII,
165 if (foldImmediates(MI, TII, MRI, false))
531 foldImmediates(*Inst32, TII, MRI);

Completed in 518 milliseconds