Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp100 struct LiveBundle { struct
102 unsigned Mask;
106 unsigned FixCount;
110 unsigned char FixStack[8];
112 LiveBundle() : Mask(0), FixCount(0) {} in LiveBundle() argument
115 bool isFixed() const { return !Mask || FixCount; } in isFixed()
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp100 struct LiveBundle { struct
102 unsigned Mask;
106 unsigned FixCount;
110 unsigned char FixStack[8];
112 LiveBundle() : Mask(0), FixCount(0) {} in LiveBundle() function
115 bool isFixed() const { return !Mask || FixCount; } in isFixed()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp100 struct LiveBundle { struct
102 unsigned Mask = 0;
106 unsigned FixCount = 0;
110 unsigned char FixStack[8];
115 bool isFixed() const { return !Mask || FixCount; } in isFixed()