OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UsedPhysRegMask
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h
104
///
UsedPhysRegMask
- Additional used physregs including aliases.
108
BitVector
UsedPhysRegMask
;
635
if (
UsedPhysRegMask
.test(Reg))
661
UsedPhysRegMask
.setBitsNotInMask(RegMask);
667
UsedPhysRegMask
.reset(Reg);
[
all
...]
/external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp
30
UsedPhysRegMask
.resize(getTargetRegisterInfo()->getNumRegs());
Completed in 2959 milliseconds