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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveIntervalUnion.h 124 Query(LiveInterval *VReg, LiveIntervalUnion *LIU):
125 LiveUnion(LIU), VirtReg(VReg), CheckedFirstInterference(false),
140 void init(unsigned UTag, LiveInterval *VReg, LiveIntervalUnion *LIU) {
141 assert(VReg && LIU && "Invalid arguments");
143 LiveUnion == LIU && !LIU->changedSince(Tag)) {
148 LiveUnion = LIU;
150 Tag = LIU->getTag();
InterferenceCache.cpp 61 /// revalidate - LIU contents have changed, update tags.
76 // LIU's changed, invalidate cache.
82 LiveIntervalUnion *LIU = LIUArray + *AS;
83 Aliases.push_back(std::make_pair(LIU, LIU->getTag()));
98 LiveIntervalUnion *LIU = LIUArray + *AS;
99 if (i == e || Aliases[i].first != LIU)
101 if (LIU->changedSince(Aliases[i].second))
  /external/llvm/include/llvm/CodeGen/
LiveIntervalUnion.h 125 Query(LiveInterval *VReg, LiveIntervalUnion *LIU):
126 LiveUnion(LIU), VirtReg(VReg), CheckedFirstInterference(false),
141 void init(unsigned UTag, LiveInterval *VReg, LiveIntervalUnion *LIU) {
142 assert(VReg && LIU && "Invalid arguments");
144 LiveUnion == LIU && !LIU->changedSince(Tag)) {
149 LiveUnion = LIU;
151 Tag = LIU->getTag();
  /external/llvm/lib/CodeGen/
InterferenceCache.h 71 /// Tag of the LIU last time we looked.
80 RegUnitInfo(LiveIntervalUnion &LIU)
81 : VirtTag(LIU.getTag()), Fixed(nullptr) {
82 VirtI.setMap(LIU.getMap());
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LiveIntervalUnion.h 131 Query(const LiveRange &LR, const LiveIntervalUnion &LIU):
132 LiveUnion(&LIU), LR(&LR) {}
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
LiveIntervalUnion.h 133 Query(const LiveRange &LR, const LiveIntervalUnion &LIU):
134 LiveUnion(&LIU), LR(&LR) {}
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
LiveIntervalUnion.h 133 Query(const LiveRange &LR, const LiveIntervalUnion &LIU):
134 LiveUnion(&LIU), LR(&LR) {}
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
LiveIntervalUnion.h 133 Query(const LiveRange &LR, const LiveIntervalUnion &LIU):
134 LiveUnion(&LIU), LR(&LR) {}
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
LiveIntervalUnion.h 133 Query(const LiveRange &LR, const LiveIntervalUnion &LIU):
134 LiveUnion(&LIU), LR(&LR) {}
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
LiveIntervalUnion.h 133 Query(const LiveRange &LR, const LiveIntervalUnion &LIU):
134 LiveUnion(&LIU), LR(&LR) {}
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
LiveIntervalUnion.h 133 Query(const LiveRange &LR, const LiveIntervalUnion &LIU):
134 LiveUnion(&LIU), LR(&LR) {}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LiveIntervalUnion.h 131 Query(const LiveRange &LR, const LiveIntervalUnion &LIU):
132 LiveUnion(&LIU), LR(&LR) {}
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
LiveIntervalUnion.h 133 Query(const LiveRange &LR, const LiveIntervalUnion &LIU):
134 LiveUnion(&LIU), LR(&LR) {}
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
LiveIntervalUnion.h 133 Query(const LiveRange &LR, const LiveIntervalUnion &LIU):
134 LiveUnion(&LIU), LR(&LR) {}
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
LiveIntervalUnion.h 133 Query(const LiveRange &LR, const LiveIntervalUnion &LIU):
134 LiveUnion(&LIU), LR(&LR) {}
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
LiveIntervalUnion.h 133 Query(const LiveRange &LR, const LiveIntervalUnion &LIU):
134 LiveUnion(&LIU), LR(&LR) {}
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
LiveIntervalUnion.h 133 Query(const LiveRange &LR, const LiveIntervalUnion &LIU):
134 LiveUnion(&LIU), LR(&LR) {}
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
LiveIntervalUnion.h 133 Query(const LiveRange &LR, const LiveIntervalUnion &LIU):
134 LiveUnion(&LIU), LR(&LR) {}

Completed in 242 milliseconds