Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp304 unsigned SrcX = 0, SrcY = 1, SrcZ = 2, SrcW = 3; in EmitInstrWithCustomInserter() local
338 .addImm(SrcX) in EmitInstrWithCustomInserter()
357 .addImm(SrcX) in EmitInstrWithCustomInserter()
377 .addImm(SrcX) in EmitInstrWithCustomInserter()
405 unsigned SrcX = 0, SrcY = 1, SrcZ = 2, SrcW = 3; in EmitInstrWithCustomInserter() local
440 .addImm(SrcX) in EmitInstrWithCustomInserter()
459 .addImm(SrcX) in EmitInstrWithCustomInserter()
479 .addImm(SrcX) in EmitInstrWithCustomInserter()
/external/llvm/lib/Target/Hexagon/
DHexagonBitSimplify.cpp1630 unsigned SrcX = (Opc == Hexagon::A4_combineir) ? 2 : 1; in propagateRegCopy() local
1633 BitTracker::RegisterRef RS = MI.getOperand(SrcX); in propagateRegCopy()