HomeSort by relevance Sort by last modified time
    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
72 bool QPR = false);
276 // regclass as DPRMI? (i.e. a DPR or QPR).
417 !usesRegClass(MO, &ARM::DPairRegClass)) // Treat DPair as QPR
429 unsigned Lane, bool QPR) {
430 unsigned Out = MRI->createVirtualRegister(QPR ? &ARM::QPRRegClass :
435 TII->get(QPR ? ARM::VDUPLN32q : ARM::VDUPLN32d),
519 // SPR registers and DPR/QPR registers. It does so by performing VDUPs on all
529 // DPair has the same length as QPR and also has two DPRs as subreg.
530 // Treat DPair as QPR
    [all...]

Completed in 115 milliseconds