Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp99 struct LiveBundle { struct
101 unsigned Mask = 0;
105 unsigned FixCount = 0;
109 unsigned char FixStack[8];
114 bool isFixed() const { return !Mask || FixCount; } in isFixed()