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
132
ArrayRef<const uint32_t*>
RegMaskBits
;
164
RegMaskBits
= LIS->getRegMaskBitsInBlock(MBBNum);
168
if (MachineOperand::clobbersPhysReg(
RegMaskBits
[i], PhysReg)) {
225
if (MachineOperand::clobbersPhysReg(
RegMaskBits
[i-1], PhysReg)) {
/external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h
72
///
RegMaskBits
- This vector is parallel to RegMaskSlots, it holds a
78
///
RegMaskBits
[N] = MI->getOperand(OpNum).getRegMask();
84
SmallVector<const uint32_t*, 8>
RegMaskBits
;
87
/// RegMaskSlots and
RegMaskBits
arrays.
324
ArrayRef<const uint32_t*> getRegMaskBits() const { return
RegMaskBits
; }
379
/// Compute RegMaskSlots and
RegMaskBits
.
Completed in 32 milliseconds