Home
last modified time | relevance | path

Searched refs:QPR (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMInstrNEON.td2805 (outs QPR:$Vd), (ins QPR:$src, QPR:$Vn, QPR:$Vm),
2889 (outs QPR:$Vd), (ins QPR:$src1, QPR:$Vn, QPR:$Vm), N3RegFrm, itin,
5550 : PseudoNeonI<(outs QPR:$Vd), (ins QPR:$src1, QPR:$Vn, QPR:$Vm),
5573 (VBSPq QPR:$Vd, QPR:$Vn, QPR:$Vm)>;
5576 (VBSPq QPR:$Vd, QPR:$Vn, QPR:$Vm)>;
5579 (VBSPq QPR:$Vd, QPR:$Vn, QPR:$Vm)>;
5582 (VBSPq QPR:$Vd, QPR:$Vn, QPR:$Vm)>;
5606 (outs QPR:$Vd), (ins QPR:$src1, QPR:$Vn, QPR:$Vm),
5619 (outs QPR:$Vd), (ins QPR:$src1, QPR:$Vn, QPR:$Vm),
6211 (outs QPR:$Vd, QPR:$Vm), (ins QPR:$in1, QPR:$in2),
[all …]
H A DARMRegisterInfo.td483 let AltOrders = [(rotl QPR, 8), (trunc QPR, 8)];
490 // Subset of QPR that have 32-bit SPR subregs.
492 128, (trunc QPR, 8)> {
496 // Subset of QPR that have DPR_8 and SPR_8 subregs.
498 128, (trunc QPR, 4)> {
503 // parsing assembly, since we still have to truncate the register set in the QPR
506 128, (trunc QPR, 8)>;
519 128, (interleave QPR, TuplesOE2D)> {
522 let AltOrders = [(add (rotl QPR, 8), (rotl DPair, 16)),
523 (add (trunc QPR, 8), (trunc DPair, 16))];
[all …]
H A DARMRegisterBanks.td13 def FPRRegBank : RegisterBank<"FPRB", [HPR, SPR, DPR, QPR]>;
H A DA15SDOptimizer.cpp69 bool QPR = false);
416 unsigned Lane, bool QPR) { in createDupLane() argument
418 MRI->createVirtualRegister(QPR ? &ARM::QPRRegClass : &ARM::DPRRegClass); in createDupLane()
420 TII->get(QPR ? ARM::VDUPLN32q : ARM::VDUPLN32d), Out) in createDupLane()
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dnested-base-member-access.cpp15 void QPR() { printf("iQ = %d\n", iQ); } in QPR() function
39 this->MPR(); this->PPR(); this->QPR(); in PR()
H A Dconstructor-init.cpp25 void QPR() {printf("iQ = %d\n", iQ); }; in QPR() function
40 QPR(); in PR()
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Da15-SD-dep.ll56 ; Test that DPair can be successfully passed as QPR.
H A Dcoalesce-subregs.ll322 ; once under rare circumstances. When widening a register from QPR to DTriple
H A Dvldlane.ll933 ; in the QPR_VFP2 regclass, it needs to be copied to a QPR regclass because
/llvm-project-15.0.7/llvm/test/CodeGen/Thumb2/
H A Dmve-phireg.ll4 ; verify-machineinstrs previously caught the incorrect use of QPR in the stack reloads.