Searched refs:SubtargetInfoKV (Results 1 – 18 of 18) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | SubtargetFeature.h | 51 struct SubtargetInfoKV { struct 56 bool operator<(const SubtargetInfoKV &S) const { argument 100 const SubtargetInfoKV *Table, size_t TableSize);
|
D | MCSubtargetInfo.h | 33 const SubtargetInfoKV *ProcItins; // Scheduling itineraries 45 const SubtargetInfoKV *PI, const InstrStage *IS,
|
/external/llvm/lib/MC/ |
D | MCSubtargetInfo.cpp | 42 const SubtargetInfoKV *ProcSched, const MCWriteProcResEntry *WPR, in MCSubtargetInfo() 78 ArrayRef<SubtargetInfoKV> SchedModels(ProcSchedModels, ProcDesc.size()); in getSchedModelForCPU() 81 [](const SubtargetInfoKV &LHS, const SubtargetInfoKV &RHS) { in getSchedModelForCPU()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCSubtargetInfo.cpp | 45 const SubtargetInfoKV *ProcSched, const MCWriteProcResEntry *WPR, in MCSubtargetInfo() 89 ArrayRef<SubtargetInfoKV> SchedModels(ProcSchedModels, ProcDesc.size()); in getSchedModelForCPU() 92 [](const SubtargetInfoKV &LHS, const SubtargetInfoKV &RHS) { in getSchedModelForCPU()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCSubtargetInfo.cpp | 24 const SubtargetInfoKV *PI, in InitMCSubtargetInfo() 83 SubtargetInfoKV KV; in getInstrItineraryForCPU() 85 const SubtargetInfoKV *Found = in getInstrItineraryForCPU()
|
D | SubtargetFeature.cpp | 343 const SubtargetInfoKV *Table, in getItinerary() 353 const SubtargetInfoKV *Entry = Find(CPU, Table, TableSize); in getItinerary()
|
/external/llvm/include/llvm/MC/ |
D | MCSubtargetInfo.h | 37 const SubtargetInfoKV *ProcSchedModels; 57 const SubtargetInfoKV *ProcSched,
|
D | SubtargetFeature.h | 75 struct SubtargetInfoKV { struct
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCSubtargetInfo.h | 43 const SubtargetInfoKV *ProcSchedModels; 59 const SubtargetInfoKV *ProcSched,
|
D | SubtargetFeature.h | 73 struct SubtargetInfoKV { struct
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetSubtargetInfo.h | 45 struct SubtargetInfoKV; 66 const SubtargetInfoKV *ProcSched,
|
/external/llvm/lib/Target/ |
D | TargetSubtargetInfo.cpp | 23 const SubtargetInfoKV *ProcSched, const MCWriteProcResEntry *WPR, in TargetSubtargetInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetSubtargetInfo.cpp | 29 const SubtargetInfoKV *ProcSched, const MCWriteProcResEntry *WPR, in TargetSubtargetInfo()
|
/external/llvm/include/llvm/Target/ |
D | TargetSubtargetInfo.h | 58 const SubtargetInfoKV *ProcSched,
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/ |
D | MipsGenSubtargetInfo.inc | 2415 extern const llvm::SubtargetInfoKV MipsProcSchedKV[] = { 2448 const SubtargetInfoKV *ProcSched, 2567 extern const llvm::SubtargetInfoKV MipsProcSchedKV[];
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenSubtargetInfo.inc | 10817 extern const llvm::SubtargetInfoKV AArch64ProcSchedKV[] = { 10854 const SubtargetInfoKV *ProcSched, 10992 extern const llvm::SubtargetInfoKV AArch64ProcSchedKV[];
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/ |
D | ARMGenSubtargetInfo.inc | 16363 extern const llvm::SubtargetInfoKV ARMProcSchedKV[] = { 16457 const SubtargetInfoKV *ProcSched, 16675 extern const llvm::SubtargetInfoKV ARMProcSchedKV[];
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/ |
D | X86GenSubtargetInfo.inc | 16448 extern const llvm::SubtargetInfoKV X86ProcSchedKV[] = { 16643 const SubtargetInfoKV *ProcSched, 16838 extern const llvm::SubtargetInfoKV X86ProcSchedKV[];
|