OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Pt
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/
VirtRegMap.h
309
bool isSpillPt(MachineInstr *
Pt
) const {
310
return SpillPt2VirtMap.find(
Pt
) != SpillPt2VirtMap.end();
315
std::vector<std::pair<unsigned,bool> > &getSpillPtSpills(MachineInstr *
Pt
) {
316
return SpillPt2VirtMap[
Pt
];
320
void addSpillPoint(unsigned virtReg, bool isKill, MachineInstr *
Pt
) {
322
I = SpillPt2VirtMap.find(
Pt
);
328
SpillPt2VirtMap.insert(std::make_pair(
Pt
, Virts));
349
bool isRestorePt(MachineInstr *
Pt
) const {
350
return RestorePt2VirtMap.find(
Pt
) != RestorePt2VirtMap.end();
355
std::vector<unsigned> &getRestorePtRestores(MachineInstr *
Pt
) {
[
all
...]
/external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_video.h
33
#include <
Pt
.h>
SDL_phyuv.c
29
#include <
Pt
.h>
Completed in 150 milliseconds