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

  /external/llvm/lib/Target/AMDGPU/
SIShrinkInstructions.cpp 193 static bool isKImmOperand(const SIInstrInfo *TII, const MachineOperand &Src) {
289 if (Src1.isImm() && isKImmOperand(TII, Src1)) {
303 if (Src.isImm() && isKImmOperand(TII, Src))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIShrinkInstructions.cpp 189 static bool isKImmOperand(const SIInstrInfo *TII, const MachineOperand &Src) {
276 (!TII->sopkIsZext(SOPKOpc) && isKImmOperand(TII, Src1))) {
376 if (Src1->isImm() && isKImmOperand(TII, *Src1)) {
400 if (isKImmOperand(TII, Src))

Completed in 103 milliseconds