HomeSort by relevance Sort by last modified time
    Searched refs:HiOpc (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Target/Mips/
MipsSEInstrInfo.h 93 unsigned LoOpc, unsigned HiOpc,
MipsSEInstrInfo.cpp 557 unsigned HiOpc,
568 MachineInstrBuilder HiInst = BuildMI(MBB, I, DL, get(HiOpc));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsSEInstrInfo.h 96 unsigned LoOpc, unsigned HiOpc,
MipsSEInstrInfo.cpp 715 unsigned HiOpc,
726 MachineInstrBuilder HiInst = BuildMI(MBB, I, DL, get(HiOpc));
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonCopyToCombine.cpp 187 unsigned HiOpc = HighRegInst.getOpcode();
189 (void)HiOpc; // Fix compiler warning
191 assert((HiOpc == Hexagon::A2_tfr || HiOpc == Hexagon::A2_tfrsi) &&
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonCopyToCombine.cpp 187 unsigned HiOpc = HighRegInst.getOpcode();
200 verifyOpc(HiOpc);
203 if (HiOpc == Hexagon::V6_vassign || LoOpc == Hexagon::V6_vassign)
204 return HiOpc == LoOpc;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIInstrInfo.cpp     [all...]
SIISelLowering.cpp     [all...]

Completed in 178 milliseconds