Home
last modified time | relevance | path

Searched refs:OpIdx0 (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp60 int OpIdx0, int OpIdx1) const;
508 int OpIdx0, in binaryOpIsDerivedFromSameAlloca() argument
511 Value *OtherOp = Inst->getOperand(OpIdx0); in binaryOpIsDerivedFromSameAlloca()
DSIInstrInfo.h90 unsigned OpIdx0,
DSIInstrInfo.cpp946 unsigned OpIdx0, in commuteInstructionImpl() argument
961 if ((OpIdx0 != static_cast<unsigned>(Src0Idx) || in commuteInstructionImpl()
963 (OpIdx0 != static_cast<unsigned>(Src1Idx) || in commuteInstructionImpl()
1018 TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx0, OpIdx1); in commuteInstructionImpl()