HomeSort by relevance Sort by last modified time
    Searched defs:ProcResourceIdx (Results 1 - 15 of 15) sorted by null

  /external/llvm/include/llvm/MC/
MCSchedule.h 56 unsigned ProcResourceIdx;
60 return ProcResourceIdx == Other.ProcResourceIdx && Cycles == Other.Cycles;
212 const MCProcResourceDesc *getProcResource(unsigned ProcResourceIdx) const {
215 assert(ProcResourceIdx < NumProcResourceKinds && "bad proc resource idx");
216 return &ProcResourceTable[ProcResourceIdx];
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCSchedule.h 56 unsigned ProcResourceIdx;
60 return ProcResourceIdx == Other.ProcResourceIdx && Cycles == Other.Cycles;
212 const MCProcResourceDesc *getProcResource(unsigned ProcResourceIdx) const {
215 assert(ProcResourceIdx < NumProcResourceKinds && "bad proc resource idx");
216 return &ProcResourceTable[ProcResourceIdx];
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCSchedule.h 56 unsigned ProcResourceIdx;
60 return ProcResourceIdx == Other.ProcResourceIdx && Cycles == Other.Cycles;
212 const MCProcResourceDesc *getProcResource(unsigned ProcResourceIdx) const {
215 assert(ProcResourceIdx < NumProcResourceKinds && "bad proc resource idx");
216 return &ProcResourceTable[ProcResourceIdx];
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCSchedule.h 56 unsigned ProcResourceIdx;
60 return ProcResourceIdx == Other.ProcResourceIdx && Cycles == Other.Cycles;
212 const MCProcResourceDesc *getProcResource(unsigned ProcResourceIdx) const {
215 assert(ProcResourceIdx < NumProcResourceKinds && "bad proc resource idx");
216 return &ProcResourceTable[ProcResourceIdx];
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCSchedule.h 56 unsigned ProcResourceIdx;
60 return ProcResourceIdx == Other.ProcResourceIdx && Cycles == Other.Cycles;
212 const MCProcResourceDesc *getProcResource(unsigned ProcResourceIdx) const {
215 assert(ProcResourceIdx < NumProcResourceKinds && "bad proc resource idx");
216 return &ProcResourceTable[ProcResourceIdx];
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCSchedule.h 56 unsigned ProcResourceIdx;
60 return ProcResourceIdx == Other.ProcResourceIdx && Cycles == Other.Cycles;
212 const MCProcResourceDesc *getProcResource(unsigned ProcResourceIdx) const {
215 assert(ProcResourceIdx < NumProcResourceKinds && "bad proc resource idx");
216 return &ProcResourceTable[ProcResourceIdx];
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCSchedule.h 56 unsigned ProcResourceIdx;
60 return ProcResourceIdx == Other.ProcResourceIdx && Cycles == Other.Cycles;
212 const MCProcResourceDesc *getProcResource(unsigned ProcResourceIdx) const {
215 assert(ProcResourceIdx < NumProcResourceKinds && "bad proc resource idx");
216 return &ProcResourceTable[ProcResourceIdx];
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCSchedule.h 56 unsigned ProcResourceIdx;
60 return ProcResourceIdx == Other.ProcResourceIdx && Cycles == Other.Cycles;
212 const MCProcResourceDesc *getProcResource(unsigned ProcResourceIdx) const {
215 assert(ProcResourceIdx < NumProcResourceKinds && "bad proc resource idx");
216 return &ProcResourceTable[ProcResourceIdx];
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCSchedule.h 56 unsigned ProcResourceIdx;
60 return ProcResourceIdx == Other.ProcResourceIdx && Cycles == Other.Cycles;
212 const MCProcResourceDesc *getProcResource(unsigned ProcResourceIdx) const {
215 assert(ProcResourceIdx < NumProcResourceKinds && "bad proc resource idx");
216 return &ProcResourceTable[ProcResourceIdx];
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCSchedule.h 56 unsigned ProcResourceIdx;
60 return ProcResourceIdx == Other.ProcResourceIdx && Cycles == Other.Cycles;
212 const MCProcResourceDesc *getProcResource(unsigned ProcResourceIdx) const {
215 assert(ProcResourceIdx < NumProcResourceKinds && "bad proc resource idx");
216 return &ProcResourceTable[ProcResourceIdx];
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCSchedule.h 56 unsigned ProcResourceIdx;
60 return ProcResourceIdx == Other.ProcResourceIdx && Cycles == Other.Cycles;
212 const MCProcResourceDesc *getProcResource(unsigned ProcResourceIdx) const {
215 assert(ProcResourceIdx < NumProcResourceKinds && "bad proc resource idx");
216 return &ProcResourceTable[ProcResourceIdx];
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCSchedule.h 56 unsigned ProcResourceIdx;
60 return ProcResourceIdx == Other.ProcResourceIdx && Cycles == Other.Cycles;
212 const MCProcResourceDesc *getProcResource(unsigned ProcResourceIdx) const {
215 assert(ProcResourceIdx < NumProcResourceKinds && "bad proc resource idx");
216 return &ProcResourceTable[ProcResourceIdx];
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCSchedule.h 56 unsigned ProcResourceIdx;
60 return ProcResourceIdx == Other.ProcResourceIdx && Cycles == Other.Cycles;
212 const MCProcResourceDesc *getProcResource(unsigned ProcResourceIdx) const {
215 assert(ProcResourceIdx < NumProcResourceKinds && "bad proc resource idx");
216 return &ProcResourceTable[ProcResourceIdx];
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCSchedule.h 56 unsigned ProcResourceIdx;
60 return ProcResourceIdx == Other.ProcResourceIdx && Cycles == Other.Cycles;
212 const MCProcResourceDesc *getProcResource(unsigned ProcResourceIdx) const {
215 assert(ProcResourceIdx < NumProcResourceKinds && "bad proc resource idx");
216 return &ProcResourceTable[ProcResourceIdx];
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCSchedule.h 56 unsigned ProcResourceIdx;
60 return ProcResourceIdx == Other.ProcResourceIdx && Cycles == Other.Cycles;
212 const MCProcResourceDesc *getProcResource(unsigned ProcResourceIdx) const {
215 assert(ProcResourceIdx < NumProcResourceKinds && "bad proc resource idx");
216 return &ProcResourceTable[ProcResourceIdx];

Completed in 633 milliseconds