OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QPR
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/CodeGenCXX/
nested-base-member-access.cpp
15
void
QPR
() { printf("iQ = %d\n", iQ); }
39
this->MPR(); this->PPR(); this->
QPR
();
constructor-init.cpp
25
void
QPR
() {printf("iQ = %d\n", iQ); };
40
QPR
();
/external/llvm/lib/Target/ARM/
A15SDOptimizer.cpp
22
// are going to be used by a DPR (or
QPR
) consumers and creates the more
73
bool
QPR
=false);
279
// regclass as DPRMI? (i.e. a DPR or
QPR
).
420
!usesRegClass(MO, &ARM::DPairRegClass)) // Treat DPair as
QPR
433
unsigned Reg, unsigned Lane, bool
QPR
) {
434
unsigned Out = MRI->createVirtualRegister(
QPR
? &ARM::QPRRegClass :
439
TII->get(
QPR
? ARM::VDUPLN32q : ARM::VDUPLN32d),
530
// SPR registers and DPR/
QPR
registers. It does so by performing VDUPs on all
540
// DPair has the same length as
QPR
and also has two DPRs as subreg.
541
// Treat DPair as
QPR
[
all
...]
Completed in 68 milliseconds