Home
last modified time | relevance | path

Searched defs:LiveRange (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/CodeGen/
DSafeStackColoring.h49 struct LiveRange { struct
53 bool Overlaps(const LiveRange &Other) const { in Overlaps() argument
56 void Join(const LiveRange &Other) { bv |= Other.bv; } in Join() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStackColoring.h58 struct LiveRange { struct
64 bool Overlaps(const LiveRange &Other) const { in Overlaps() argument
68 void Join(const LiveRange &Other) { bv |= Other.bv; } in Join() argument
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_virtualvalues.h121 struct LiveRange { struct
122 LiveRange(): in LiveRange() function
128 LiveRange(int s, int e): in LiveRange() function
134 int start;
135 int end;
136 int is_pinned;
/external/pytorch/torch/_inductor/codegen/
Dmemory_planning.py27 class LiveRange: class
39 def contains(self, other: LiveRange):
43 def join(self, other: LiveRange):
59 def __init__(self, ranges: Iterable[LiveRange]):
/external/llvm/include/llvm/CodeGen/
DRegisterPressure.h25 class LiveRange; variable
DLiveInterval.h228 LiveRange(const LiveRange &Other, BumpPtrAllocator &Allocator) { in LiveRange() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DSplitKit.h36 class LiveRange; variable
DLiveDebugVariables.cpp961 SmallDenseMap<unsigned, std::pair<LiveRange *, const VNInfo *>> in extendDef()
/external/swiftshader/third_party/subzero/src/
DIceDefs.h72 class LiveRange; variable
DIceOperand.h612 explicit LiveRange(const CfgVector<InstNumberT> &Kills) { in LiveRange() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveInterval.h236 LiveRange(const LiveRange &Other, BumpPtrAllocator &Allocator) { in LiveRange() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DLiveInterval.h245 LiveRange(const LiveRange &Other, BumpPtrAllocator &Allocator) { in LiveRange() function