Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp325 unsigned SrcX = 0, SrcY = 1, SrcZ = 2, SrcW = 3; in EmitInstrWithCustomInserter() local
360 .addImm(SrcX) in EmitInstrWithCustomInserter()
380 .addImm(SrcX) in EmitInstrWithCustomInserter()
400 .addImm(SrcX) in EmitInstrWithCustomInserter()
428 unsigned SrcX = 0, SrcY = 1, SrcZ = 2, SrcW = 3; in EmitInstrWithCustomInserter() local
464 .addImm(SrcX) in EmitInstrWithCustomInserter()
484 .addImm(SrcX) in EmitInstrWithCustomInserter()
504 .addImm(SrcX) in EmitInstrWithCustomInserter()
/external/llvm/lib/Target/Hexagon/
DHexagonBitSimplify.cpp1623 unsigned SrcX = (Opc == Hexagon::A4_combineir) ? 2 : 1; in propagateRegCopy() local
1626 BitTracker::RegisterRef RS = MI.getOperand(SrcX); in propagateRegCopy()