Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIPeepholeSDWA.cpp751 MachineInstr *Op1Inst = Op1Def->getParent(); in matchSDWAOperand() local
752 if (!TII->isSDWA(*Op1Inst)) in matchSDWAOperand()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineAndOrXor.cpp2186 auto *Op1Inst = dyn_cast<Instruction>(I.getOperand(1)); in foldBinOpOfDisplacedShifts() local
2187 if (!Op0Inst || !Op1Inst) in foldBinOpOfDisplacedShifts()
2193 if (ShiftOp != Op1Inst->getOpcode()) in foldBinOpOfDisplacedShifts()