OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RegB
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
TargetInstrInfo.cpp
700
unsigned
RegB
= OpB.getReg();
707
if (TargetRegisterInfo::isVirtualRegister(
RegB
))
708
MRI.constrainRegClass(
RegB
, RC);
717
// recycling
RegB
because the MachineCombiner's computation of the critical
[
all
...]
TwoAddressInstructionPass.cpp
109
bool isProfitableToCommute(unsigned regA, unsigned
regB
, unsigned regC,
115
bool isProfitableToConv3Addr(unsigned RegA, unsigned
RegB
);
119
unsigned RegA, unsigned
RegB
, unsigned Dist);
534
regsAreCompatible(unsigned RegA, unsigned
RegB
, const TargetRegisterInfo *TRI) {
535
if (RegA ==
RegB
)
537
if (!RegA || !
RegB
)
539
return TRI->regsOverlap(RegA,
RegB
);
547
isProfitableToCommute(unsigned regA, unsigned
regB
, unsigned regC,
585
unsigned FromRegB = getMappedReg(
regB
, SrcRegMap);
591
// -
RegB
is not tied to a register and RegC is compatible with RegA
[
all
...]
Completed in 2520 milliseconds