OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAliasSet
(Results
1 - 25
of
29
) sorted by null
1
2
/external/llvm/include/llvm/MC/
MCRegisterInfo.h
121
///
getAliasSet
- Return the set of registers aliased by the specified
125
const unsigned *
getAliasSet
(unsigned RegNo) const {
/external/llvm/lib/CodeGen/
RegisterScavenging.cpp
48
for (const unsigned *R = TRI->
getAliasSet
(Reg); *R; ++R)
119
for (const unsigned *R = TRI->
getAliasSet
(Reg); *R; R++)
298
for (const unsigned *R = TRI->
getAliasSet
(MO.getReg()); *R; R++)
CriticalAntiDepBreaker.cpp
70
for (const unsigned *Alias = TRI->
getAliasSet
(Reg); *Alias; ++Alias) {
92
for (const unsigned *Alias = TRI->
getAliasSet
(Reg); *Alias; ++Alias) {
113
for (const unsigned *Alias = TRI->
getAliasSet
(Reg); *Alias; ++Alias) {
220
for (const unsigned *Alias = TRI->
getAliasSet
(Reg); *Alias; ++Alias) {
318
for (const unsigned *Alias = TRI->
getAliasSet
(Reg); *Alias; ++Alias) {
DeadMachineInstructionElim.cpp
186
for (const unsigned *AliasSet = TRI->
getAliasSet
(Reg);
RegAllocFast.cpp
346
for (const unsigned *AS = TRI->
getAliasSet
(PhysReg);
400
for (const unsigned *AS = TRI->
getAliasSet
(PhysReg);
445
for (const unsigned *AS = TRI->
getAliasSet
(PhysReg);
677
for (const unsigned *AS = TRI->
getAliasSet
(Reg); *AS; ++AS) {
[
all
...]
RegAllocLinearScan.cpp
318
for (const unsigned* as = tri_->
getAliasSet
(physReg); *as; ++as)
327
for (const unsigned* as = tri_->
getAliasSet
(physReg); *as; ++as) {
413
HasAliases = HasAliases || *tri_->
getAliasSet
(*I) != 0;
433
for (const unsigned *AS = tri_->
getAliasSet
(I->first); *AS; ++AS) {
780
for (const unsigned* as = tri_->
getAliasSet
(reg); *as; ++as) {
[
all
...]
MachineLICM.cpp
391
for (const unsigned *AS = TRI->
getAliasSet
(Reg); *AS; ++AS)
414
for (const unsigned *AS = TRI->
getAliasSet
(Reg); *AS; ++AS)
451
for (const unsigned *AS = TRI->
getAliasSet
(Reg); *AS; ++AS)
728
for (const unsigned *Alias = TRI->
getAliasSet
(Reg); *Alias; ++Alias) {
[
all
...]
BranchFolding.cpp
[
all
...]
MachineSink.cpp
433
for (const unsigned *Alias = TRI->
getAliasSet
(Reg); *Alias; ++Alias) {
RegisterCoalescer.cpp
371
for (const unsigned *AS = tri_->
getAliasSet
(IntB.reg); *AS; ++AS)
563
for (const unsigned *AS = tri_->
getAliasSet
(IntB.reg); *AS; ++AS)
881
for (const unsigned* AS = tri_->
getAliasSet
(DstReg); *AS; ++AS) {
[
all
...]
TargetInstrInfoImpl.cpp
372
for (const unsigned *Alias = TRI.
getAliasSet
(Reg); *Alias; ++Alias) {
VirtRegMap.cpp
243
for (const unsigned *AS = TRI->
getAliasSet
(Reg); *AS; ++AS) {
AggressiveAntiDepBreaker.cpp
395
for (const unsigned *Alias = TRI->
getAliasSet
(Reg); *Alias; ++Alias) {
681
for (const unsigned *Alias = TRI->
getAliasSet
(NewReg);
[
all
...]
ScheduleDAGInstrs.cpp
283
for (const unsigned *Alias = TRI->
getAliasSet
(Reg); *Alias; ++Alias) {
332
for (const unsigned *Alias = TRI->
getAliasSet
(Reg); *Alias; ++Alias) {
VirtRegRewriter.cpp
327
for (const unsigned *Alias = TRI->
getAliasSet
(PhysReg); *Alias; ++Alias)
741
for (const unsigned *AS = TRI->
getAliasSet
(PhysReg); *AS; ++AS)
770
for (const unsigned *AS = TRI->
getAliasSet
(PhysReg); *AS; ++AS)
[
all
...]
MachineInstr.cpp
[
all
...]
MachineCSE.cpp
210
for (const unsigned *Alias = TRI->
getAliasSet
(Reg); *Alias; ++Alias)
PrologEpilogInserter.cpp
228
for (const unsigned *AliasSet = RegInfo->
getAliasSet
(Reg);
RegAllocPBQP.cpp
259
const unsigned *aliasItr = tri->
getAliasSet
(preg);
StackSlotColoring.cpp
308
for (const unsigned *AS = TRI->
getAliasSet
(Reg); *AS; ++AS) {
/external/llvm/lib/Target/ARM/
NEONMoveFix.cpp
116
for (const unsigned *R = TRI->
getAliasSet
(MOReg); *R; ++R)
/external/llvm/lib/Analysis/
AliasSetTracker.cpp
275
return *Entry.
getAliasSet
(*this)->getForwardedTarget(*this);
508
AliasSet *AS = PtrValEnt->
getAliasSet
(*this);
539
AliasSet *AS = I->second->
getAliasSet
(*this);
/external/llvm/lib/Target/Sparc/
DelaySlotFiller.cpp
285
for (const unsigned *Alias = TM.getRegisterInfo()->
getAliasSet
(Reg);
/external/llvm/include/llvm/Analysis/
AliasSetTracker.h
83
AliasSet *
getAliasSet
(AliasSetTracker &AST) {
/external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp
450
for (const unsigned *Alias = TRI->
getAliasSet
(Reg); *Alias; ++Alias)
Completed in 3812 milliseconds
1
2