Searched refs:OpIdx0 (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPromoteAlloca.cpp | 60 int OpIdx0, int OpIdx1) const; 508 int OpIdx0, in binaryOpIsDerivedFromSameAlloca() argument 511 Value *OtherOp = Inst->getOperand(OpIdx0); in binaryOpIsDerivedFromSameAlloca()
|
D | SIInstrInfo.h | 90 unsigned OpIdx0,
|
D | SIInstrInfo.cpp | 946 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPromoteAlloca.cpp | 103 int OpIdx0, int OpIdx1) const; 471 int OpIdx0, in binaryOpIsDerivedFromSameAlloca() argument 474 Value *OtherOp = Inst->getOperand(OpIdx0); in binaryOpIsDerivedFromSameAlloca()
|
D | SIInstrInfo.h | 128 unsigned OpIdx0,
|