OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:regA
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp
125
bool isProfitableToCommute(Register
RegA
, Register RegB, Register RegC,
131
bool isProfitableToConv3Addr(Register
RegA
, Register RegB);
134
MachineBasicBlock::iterator &nmi, Register
RegA
,
416
static bool regsAreCompatible(Register
RegA
, Register RegB,
418
if (
RegA
== RegB)
420
if (!
RegA
|| !RegB)
422
return TRI->regsOverlap(
RegA
, RegB);
437
bool TwoAddressInstructionPass::isProfitableToCommute(Register
RegA
,
476
MCRegister ToRegA = getMappedReg(
RegA
, DstRegMap);
484
// -RegB is not tied to a register and RegC is compatible with
RegA
[
all
...]
/src/external/gpl3/gcc/dist/gcc/config/microblaze/
microblaze.cc
123
rtx
regA
; /* Contains valid values on ADDRESS_REG, ADDRESS_REG_INDEX,
642
info->
regA
= gen_rtx_REG (SImode, PIC_OFFSET_TABLE_REGNUM);
714
type
regA
regB offset symbol
741
info->
regA
= NULL;
754
info->
regA
= x;
756
return microblaze_valid_base_register_p (info->
regA
, mode, strict);
766
info->
regA
= xplus0;
859
info->
regA
= gen_raw_REG (mode, 0);
871
info->
regA
= gen_raw_REG (mode, get_base_reg (x));
877
info->
regA
= gen_raw_REG (mode
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/microblaze/
microblaze.cc
123
rtx
regA
; /* Contains valid values on ADDRESS_REG, ADDRESS_REG_INDEX,
643
info->
regA
= gen_rtx_REG (SImode, PIC_OFFSET_TABLE_REGNUM);
715
type
regA
regB offset symbol
742
info->
regA
= NULL;
755
info->
regA
= x;
757
return microblaze_valid_base_register_p (info->
regA
, mode, strict);
767
info->
regA
= xplus0;
860
info->
regA
= gen_raw_REG (mode, 0);
872
info->
regA
= gen_raw_REG (mode, get_base_reg (x));
878
info->
regA
= gen_raw_REG (mode
[
all
...]
Completed in 19 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026