OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VSRContainingGPRs
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCFrameLowering.h
33
mutable DenseMap<unsigned, std::pair<Register, Register>>
VSRContainingGPRs
;
PPCFrameLowering.cpp
2372
VSRContainingGPRs
.clear();
2379
VSRContainingGPRs
.FindAndConstruct(Info.getDstReg()).second;
2442
if (
VSRContainingGPRs
[Dst].second != 0) {
2448
.addReg(
VSRContainingGPRs
[Dst].first, getKillRegState(true))
2449
.addReg(
VSRContainingGPRs
[Dst].second, getKillRegState(true));
2450
} else if (
VSRContainingGPRs
[Dst].second == 0) {
2457
.addReg(
VSRContainingGPRs
[Dst].first, getKillRegState(true));
2615
if (
VSRContainingGPRs
[Dst].second != 0) {
2619
VSRContainingGPRs
[Dst].second)
2622
VSRContainingGPRs
[Dst].first
[
all
...]
Completed in 17 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026