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

  /external/llvm/include/llvm/CodeGen/
ScheduleDFS.h 35 struct ILPValue {
41 ILPValue(unsigned count, unsigned length):
45 bool operator<(ILPValue RHS) const {
49 bool operator>(ILPValue RHS) const {
52 bool operator<=(ILPValue RHS) const {
56 bool operator>=(ILPValue RHS) const {
159 ILPValue getILP(const SUnit *SU) const {
160 return ILPValue(DFSNodeData[SU->NodeNum].InstrCount, 1 + SU->getDepth());
190 raw_ostream &operator<<(raw_ostream &OS, const ILPValue &Val);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDFS.h 35 struct ILPValue {
41 ILPValue(unsigned count, unsigned length):
45 bool operator<(ILPValue RHS) const {
49 bool operator>(ILPValue RHS) const {
52 bool operator<=(ILPValue RHS) const {
56 bool operator>=(ILPValue RHS) const {
159 ILPValue getILP(const SUnit *SU) const {
160 return ILPValue(DFSNodeData[SU->NodeNum].InstrCount, 1 + SU->getDepth());
190 raw_ostream &operator<<(raw_ostream &OS, const ILPValue &Val);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDFS.h 35 struct ILPValue {
41 ILPValue(unsigned count, unsigned length):
45 bool operator<(ILPValue RHS) const {
49 bool operator>(ILPValue RHS) const {
52 bool operator<=(ILPValue RHS) const {
56 bool operator>=(ILPValue RHS) const {
159 ILPValue getILP(const SUnit *SU) const {
160 return ILPValue(DFSNodeData[SU->NodeNum].InstrCount, 1 + SU->getDepth());
190 raw_ostream &operator<<(raw_ostream &OS, const ILPValue &Val);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDFS.h 35 struct ILPValue {
41 ILPValue(unsigned count, unsigned length):
45 bool operator<(ILPValue RHS) const {
49 bool operator>(ILPValue RHS) const {
52 bool operator<=(ILPValue RHS) const {
56 bool operator>=(ILPValue RHS) const {
159 ILPValue getILP(const SUnit *SU) const {
160 return ILPValue(DFSNodeData[SU->NodeNum].InstrCount, 1 + SU->getDepth());
190 raw_ostream &operator<<(raw_ostream &OS, const ILPValue &Val);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDFS.h 35 struct ILPValue {
41 ILPValue(unsigned count, unsigned length):
45 bool operator<(ILPValue RHS) const {
49 bool operator>(ILPValue RHS) const {
52 bool operator<=(ILPValue RHS) const {
56 bool operator>=(ILPValue RHS) const {
159 ILPValue getILP(const SUnit *SU) const {
160 return ILPValue(DFSNodeData[SU->NodeNum].InstrCount, 1 + SU->getDepth());
190 raw_ostream &operator<<(raw_ostream &OS, const ILPValue &Val);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDFS.h 35 struct ILPValue {
41 ILPValue(unsigned count, unsigned length):
45 bool operator<(ILPValue RHS) const {
49 bool operator>(ILPValue RHS) const {
52 bool operator<=(ILPValue RHS) const {
56 bool operator>=(ILPValue RHS) const {
159 ILPValue getILP(const SUnit *SU) const {
160 return ILPValue(DFSNodeData[SU->NodeNum].InstrCount, 1 + SU->getDepth());
190 raw_ostream &operator<<(raw_ostream &OS, const ILPValue &Val);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDFS.h 35 struct ILPValue {
41 ILPValue(unsigned count, unsigned length):
45 bool operator<(ILPValue RHS) const {
49 bool operator>(ILPValue RHS) const {
52 bool operator<=(ILPValue RHS) const {
56 bool operator>=(ILPValue RHS) const {
159 ILPValue getILP(const SUnit *SU) const {
160 return ILPValue(DFSNodeData[SU->NodeNum].InstrCount, 1 + SU->getDepth());
190 raw_ostream &operator<<(raw_ostream &OS, const ILPValue &Val);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDFS.h 35 struct ILPValue {
41 ILPValue(unsigned count, unsigned length):
45 bool operator<(ILPValue RHS) const {
49 bool operator>(ILPValue RHS) const {
52 bool operator<=(ILPValue RHS) const {
56 bool operator>=(ILPValue RHS) const {
159 ILPValue getILP(const SUnit *SU) const {
160 return ILPValue(DFSNodeData[SU->NodeNum].InstrCount, 1 + SU->getDepth());
190 raw_ostream &operator<<(raw_ostream &OS, const ILPValue &Val);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDFS.h 35 struct ILPValue {
41 ILPValue(unsigned count, unsigned length):
45 bool operator<(ILPValue RHS) const {
49 bool operator>(ILPValue RHS) const {
52 bool operator<=(ILPValue RHS) const {
56 bool operator>=(ILPValue RHS) const {
159 ILPValue getILP(const SUnit *SU) const {
160 return ILPValue(DFSNodeData[SU->NodeNum].InstrCount, 1 + SU->getDepth());
190 raw_ostream &operator<<(raw_ostream &OS, const ILPValue &Val);

Completed in 2428 milliseconds