OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RegMaskBits
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
InterferenceCache.cpp
149
ArrayRef<const uint32_t*>
RegMaskBits
;
181
RegMaskBits
= LIS->getRegMaskBitsInBlock(MBBNum);
185
if (MachineOperand::clobbersPhysReg(
RegMaskBits
[i], PhysReg)) {
242
if (MachineOperand::clobbersPhysReg(
RegMaskBits
[i-1], PhysReg)) {
/external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h
73
///
RegMaskBits
- This vector is parallel to RegMaskSlots, it holds a
79
///
RegMaskBits
[N] = MI->getOperand(OpNum).getRegMask();
85
SmallVector<const uint32_t*, 8>
RegMaskBits
;
88
/// RegMaskSlots and
RegMaskBits
arrays.
350
ArrayRef<const uint32_t*> getRegMaskBits() const { return
RegMaskBits
; }
405
/// Compute RegMaskSlots and
RegMaskBits
.
Completed in 152 milliseconds