HomeSort by relevance Sort by last modified time
    Searched refs:Lane (Results 1 - 20 of 20) sorted by null

  /external/llvm/lib/Target/R600/
SIMachineFunctionInfo.h 33 int Lane;
34 SpilledReg(unsigned R, int L) : VGPR (R), Lane (L) { }
35 SpilledReg() : VGPR(0), Lane(-1) { }
36 bool hasLane() { return Lane != -1;}
49 /// \returns The lane to be used for storing the first register.
52 void addSpilledReg(unsigned FrameIndex, unsigned Reg, int Lane = -1);
SIMachineFunctionInfo.cpp 40 // VGPRs, we need to update the Lane VGPR's live interval every time we
53 // the Lane VGPR multiple times, this means any uses after the first aren't
56 // To work around this, we add Lane VGPRs to the functions live out list,
89 int Lane) {
90 SpilledRegisters[FrameIndex] = SpilledReg(Reg, Lane);
SIISelLowering.cpp     [all...]
SIInstrInfo.cpp 203 unsigned Lane = MFI->SpillTracker.reserveLanes(MRI, MF);
208 .addImm(Lane);
209 MFI->SpillTracker.addSpilledReg(FrameIndex, TgtReg, Lane);
335 .addImm(Spill.Lane + i);
358 .addImm(Spill.Lane + i);
    [all...]
  /external/llvm/lib/Target/ARM/
A15SDOptimizer.cpp 67 unsigned Reg, unsigned Lane,
73 unsigned DReg, unsigned Lane,
88 DebugLoc DL, unsigned DReg, unsigned Lane,
428 unsigned Reg, unsigned Lane, bool QPR) {
437 .addImm(Lane));
442 // Creates a SPR register from a DPR by copying the value in lane 0.
447 unsigned DReg, unsigned Lane,
454 .addReg(DReg, 0, Lane);
498 DebugLoc DL, unsigned DReg, unsigned Lane,
507 .addImm(Lane);
    [all...]
ARMBaseInstrInfo.cpp 67 bool HasLane; // True if instruction has an extra "lane" operand.
    [all...]
ARMExpandPseudoInsts.cpp 93 // For quad-register load-lane and store-lane pseudo instructors, the
95 // OddDblSpc depending on the lane number operand.
112 uint8_t RegElts; // elements per D register; used for lane ops
511 // The lane operand is always the 3rd from last operand, before the 2
513 unsigned Lane = MI.getOperand(MI.getDesc().getNumOperands() - 3).getImm();
515 // Adjust the lane and spacing as needed for Q registers.
516 assert(RegSpc != OddDblSpc && "unexpected register spacing for VLD/VST-lane");
517 if (RegSpc == EvenDblSpc && Lane >= RegElts) {
519 Lane -= RegElts
    [all...]
ARMCodeEmitter.cpp     [all...]
ARMISelLowering.cpp     [all...]
ARMISelDAGToDAG.cpp 230 /// SelectVLDSTLane - Select NEON load/store lane intrinsics. NumVecs should
    [all...]
  /external/chromium_org/components/test/data/web_database/
version_29.sql 18 INSERT INTO "autofill_profiles" VALUES('Santa Claus, 1 Reindeer Lane',1,'Santa','','Claus','','','1 Reindeer Lane','P.O. Box 56009','North Pole','','H0H 0H0','CANADA','','');
version_31.sql 18 INSERT INTO "autofill_profiles" VALUES('Elvis Presley, 1122 PBJ Lane',1,'Elvis','','Presley','elvis@elvis.com','Hip Shake Inc.','1122 PBJ Lane','Suite 1','Memphis','TN','38116','UK','9013323322','',1288642516,'A4FF32F6-EF3F-379A-87F2-40A8811182A7');
version_33.sql 18 INSERT INTO "autofill_profiles" VALUES('45285F35-4A04-5F47-DBCC-CA8C2F2A5944','Hip Shake Inc.','1122 PBJ Lane','Suite 1','Memphis','TN','38116','United States',1298621949);
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 543 Scalar(S), User(U), Lane(L){};
548 // Which lane does the scalar belong to.
549 int Lane;
604 // For each lane:
605 for (int Lane = 0, LE = Entry->Scalars.size(); Lane != LE; ++Lane) {
606 Value *Scalar = Entry->Scalars[Lane];
632 DEBUG(dbgs() << "SLP: Need to extract:" << *U << " from lane " <<
633 Lane << " from " << *Scalar << ".\n")
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/jpeg/
jmemdosa.asm 4 ; Copyright (C) 1992, Thomas G. Lane.
  /external/qemu/distrib/jpeg-6b/
jmemdosa.asm 4 ; Copyright (C) 1992, Thomas G. Lane.
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]

Completed in 1100 milliseconds