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

  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCCompound.cpp 83 unsigned getCompoundCandidateGroup(MCInst const &MI, bool IsExtended) {
347 unsigned MIaG = getCompoundCandidateGroup(MIa, IsExtendedA);
348 unsigned MIbG = getCompoundCandidateGroup(MIb, IsExtendedB);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCCompound.cpp 81 static unsigned getCompoundCandidateGroup(MCInst const &MI, bool IsExtended) {
338 unsigned MIaG = getCompoundCandidateGroup(MIa, IsExtendedA);
339 unsigned MIbG = getCompoundCandidateGroup(MIb, IsExtendedB);
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 382 getCompoundCandidateGroup(const MachineInstr *MI) const;
HexagonInstrInfo.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 444 getCompoundCandidateGroup(const MachineInstr &MI) const;
HexagonInstrInfo.cpp     [all...]

Completed in 1061 milliseconds