| /src/sys/dev/videomode/ |
| videomode.c | 21 #define VN VID_NVSYNC 29 M("640x350x85",640,350,31500,672,736,832,382,385,445,HP|VN), 33 M("720x400x87",720,400,35500,738,846,900,421,423,449,HN|VN), 34 M("640x480x60",640,480,25175,656,752,800,490,492,525,HN|VN), 35 M("640x480x72",640,480,31500,664,704,832,489,492,520,HN|VN), 36 M("640x480x75",640,480,31500,656,720,840,481,484,500,HN|VN), 37 M("640x480x85",640,480,36000,696,752,832,481,484,509,HN|VN), 44 M("1024x768x60",1024,768,65000,1048,1184,1344,771,777,806,HN|VN), 45 M("1024x768x70",1024,768,75000,1048,1184,1328,771,777,806,HN|VN), 69 M("832x624x74",832,624,57284,864,928,1152,625,628,667,HN|VN), [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/IR/ |
| ValueSymbolTable.cpp | 89 ValueName *VN = makeUniqueName(V, UniqueName); 90 V->setValueName(VN);
|
| Value.cpp | 282 void Value::setValueName(ValueName *VN) { 288 if (!VN) { 296 Ctx.pImpl->ValueNames[this] = VN;
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| GVNHoist.cpp | 144 VNType VN; 149 // The instruction (VN) which uses the values flowing out of CHI. 152 bool operator==(const CHIArg &A) const { return VN == A.VN; } 172 void insert(Instruction *I, GVN::ValueTable &VN) { 174 unsigned V = VN.lookupOrAdd(I); 187 void insert(LoadInst *Load, GVN::ValueTable &VN) { 189 unsigned V = VN.lookupOrAdd(Load->getPointerOperand()); 204 void insert(StoreInst *Store, GVN::ValueTable &VN) { 210 VNtoStores[{VN.lookupOrAdd(Ptr), VN.lookupOrAdd(Val)}].push_back(Store) [all...] |
| GVN.cpp | 1494 VN.lookupOrAdd(I); 1849 uint32_t LVN = VN.lookupOrAdd(CmpLHS); 1850 uint32_t RVN = VN.lookupOrAdd(CmpRHS); 2176 uint32_t LVN = VN.lookupOrAdd(LHS); 2181 uint32_t RVN = VN.lookupOrAdd(RHS); 2260 uint32_t NextNum = VN.getNextUnusedValueNumber(); 2261 uint32_t Num = VN.lookupOrAddCmp(Cmp->getOpcode(), NotPred, Op0, Op1); 2333 unsigned Num = VN.lookupOrAdd(Load); 2396 uint32_t NextNum = VN.getNextUnusedValueNumber(); 2397 unsigned Num = VN.lookupOrAdd(I) [all...] |
| GVNSink.cpp | 24 /// results - the VN of an instruction is a function of its opcode and the 339 // *uses* of a value, rather than its operands. Thus, if VN(A) == VN(B) we know 580 ValueTable VN; 644 uint32_t N = VN.lookupOrAdd(I); 645 LLVM_DEBUG(dbgs() << " VN=" << Twine::utohexstr(N) << " for" << *I << "\n"); 668 if (VN.lookup(I) != VNumToSink)
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/ |
| GVN.h | 130 VN.erase(I); 135 AAResults *getAliasAnalysis() const { return VN.getAliasAnalysis(); } 226 ValueTable VN;
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
| ELF.h | 1001 VerNeed &VN = *Ret.emplace(Ret.end()); 1002 VN.Version = Verneed->vn_version; 1003 VN.Cnt = Verneed->vn_cnt; 1004 VN.Offset = VerneedBuf - Start; 1007 VN.File = std::string(StrTab.drop_front(Verneed->vn_file)); 1009 VN.File = ("<corrupt vn_file: " + Twine(Verneed->vn_file) + ">").str(); 1028 VernAux &Aux = *VN.AuxV.emplace(VN.AuxV.end());
|
| /src/sys/external/bsd/sljit/dist/sljit_src/ |
| sljitNativeARM_64.c | 60 #define VN(vn) ((vn) << 5) 1626 FAIL_IF(push_inst(compiler, (FCVTZS ^ inv_bits) | RD(dst_r) | VN(src))); 1679 return push_inst(compiler, (FCMP ^ inv_bits) | VN(src1) | VM(src2)); 1708 FAIL_IF(push_inst(compiler, (FMOV ^ inv_bits) | VD(dst_r) | VN(src))); 1714 FAIL_IF(push_inst(compiler, (FNEG ^ inv_bits) | VD(dst_r) | VN(src))); 1717 FAIL_IF(push_inst(compiler, (FABS ^ inv_bits) | VD(dst_r) | VN(src))); 1720 FAIL_IF(push_inst(compiler, FCVT | ((op & SLJIT_F32_OP) ? (1 << 22) : (1 << 15)) | VD(dst_r) | VN(src))); 1758 FAIL_IF(push_inst(compiler, (FADD ^ inv_bits) | VD(dst_r) | VN(src1) | VM(src2))) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| SIWholeQuadMode.cpp | 368 if (const VNInfo *VN = LR.getVNInfoBefore(LIS->getMBBEndIdx(*PI))) { 369 if (!Visited.count(VisitKey(VN, DefinedLanes))) 370 NextValue = VN; 405 if (const VNInfo *VN = LRQ.valueIn()) { 406 if (!Visited.count(VisitKey(VN, DefinedLanes))) 407 NextValue = VN;
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/ |
| Record.h | 1075 explicit VarInit(Init *VN, RecTy *T) 1076 : TypedInit(IK_VarInit, T), VarName(VN) {} 1086 static VarInit *get(StringRef VN, RecTy *T); 1087 static VarInit *get(Init *VN, RecTy *T); 1316 DagInit(Init *V, StringInit *VN, unsigned NumArgs, unsigned NumArgNames) 1317 : TypedInit(IK_DagInit, DagRecTy::get()), Val(V), ValName(VN), 1330 static DagInit *get(Init *V, StringInit *VN, ArrayRef<Init *> ArgRange, 1332 static DagInit *get(Init *V, StringInit *VN,
|
| /src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
| Record.cpp | 1678 VarInit *VarInit::get(StringRef VN, RecTy *T) { 1679 Init *Value = StringInit::get(VN); 1683 VarInit *VarInit::get(Init *VN, RecTy *T) { 1687 Key TheKey(std::make_pair(T, VN)); 1691 I = new(Allocator) VarInit(VN, T); 2101 static void ProfileDagInit(FoldingSetNodeID &ID, Init *V, StringInit *VN, 2105 ID.AddPointer(VN); 2118 DagInit::get(Init *V, StringInit *VN, ArrayRef<Init *> ArgRange, 2123 ProfileDagInit(ID, V, VN, ArgRange, NameRange); 2130 DagInit *I = new(Mem) DagInit(V, VN, ArgRange.size(), NameRange.size()) [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| Value.h | 264 void setValueName(ValueName *VN);
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
| ELFDumper.cpp | 4559 for (const VerNeed &VN : *V) { 4560 OS << format(" 0x%04x: Version: %u File: %s Cnt: %u\n", VN.Offset, 4561 VN.Version, VN.File.data(), VN.Cnt); 4562 for (const VernAux &Aux : VN.AuxV) 6652 for (const VerNeed &VN : *V) { 6654 W.printNumber("Version", VN.Version); 6655 W.printNumber("Count", VN.Cnt); 6656 W.printString("FileName", VN.File.c_str()) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| LiveIntervals.cpp | 878 VNInfo *VN = Interval.getNextValue( 882 getMBBEndIdx(startInst.getParent()), VN);
|
| /src/external/apache2/llvm/dist/clang/lib/Sema/ |
| SemaDecl.cpp | 11635 operator<<(const Sema::SemaDiagnosticBuilder &Diag, VarDeclOrName VN) { 11636 return VN.VDecl ? Diag << VN.VDecl : Diag << VN.Name; 11650 VarDeclOrName VN{VDecl, Name}; 11702 << VN << Type << Range; 11710 << VN << Type << Range; 11719 << isa<InitListExpr>(Init) << VN << Type << Range; 11751 << VN 11757 << VN << TSI->getType( [all...] |
| SemaTemplateInstantiateDecl.cpp | 3377 DeclarationName VN = D->getVarName(); 3382 D->getLocation(), VN))); 3403 /*S=*/nullptr, SubstMapperTy, D->getLocation(), VN); 3444 VN, D->getAccess(), MapperVarRef.get(), Clauses, PrevDeclInScope);
|
| SemaOpenMP.cpp | 19555 SourceLocation StartLoc, DeclarationName VN, AccessSpecifier AS, 19622 OMPDeclareMapperDecl::Create(Context, DC, StartLoc, Name, MapperType, VN, 19644 DeclarationName VN) { 19648 StartLoc, StartLoc, VN.getAsIdentifierInfo(),
|
| /src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| CodeGenDAGPatterns.cpp | 711 SmallDenseSet<ElementCount> VN, WN; 713 VN.insert(T.isVector() ? T.getVectorElementCount() 720 Changed |= berase_if(WS, std::bind(NoLength, VN, std::placeholders::_1));
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| HexagonISelDAGToDAG.cpp | 1604 const VTSDNode *VN = dyn_cast<const VTSDNode>(N->getOperand(1)); 1605 return VN->getVT().getSizeInBits() <= 16;
|
| /src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| Sema.h | 10416 SourceLocation StartLoc, DeclarationName VN, AccessSpecifier AS, 10423 DeclarationName VN);
|
| /src/share/terminfo/ |
| terminfo | 21758 smso=\E[7m, tbc=\E[3g, vpa=\E[%i%p1%dd, .VN=\E[?5l, [all...] |