Home
last modified time | relevance | path

Searched refs:VN (Results 1 – 25 of 44) sorted by relevance

12

/freebsd/sys/dev/videomode/
H A Dvideomode.c22 #define VN VID_NVSYNC macro
30 M("640x350x85",640,350,31500,672,736,832,382,385,445,HP|VN),
34 M("720x400x87",720,400,35500,738,846,900,421,423,449,HN|VN),
35 M("640x480x60",640,480,25175,656,752,800,490,492,525,HN|VN),
36 M("640x480x72",640,480,31500,664,704,832,489,492,520,HN|VN),
37 M("640x480x75",640,480,31500,656,720,840,481,484,500,HN|VN),
38 M("640x480x85",640,480,36000,696,752,832,481,484,509,HN|VN),
45 M("1024x768x60",1024,768,65000,1048,1184,1344,771,777,806,HN|VN),
46 M("1024x768x70",1024,768,75000,1048,1184,1328,771,777,806,HN|VN),
70 M("832x624x74",832,624,57284,864,928,1152,625,628,667,HN|VN),
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp138 VNType VN; member
146 bool operator==(const CHIArg &A) const { return VN == A.VN; } in operator ==()
166 void insert(Instruction *I, GVNPass::ValueTable &VN) { in insert() argument
168 unsigned V = VN.lookupOrAdd(I); in insert()
181 void insert(LoadInst *Load, GVNPass::ValueTable &VN) { in insert() argument
183 unsigned V = VN.lookupOrAdd(Load->getPointerOperand()); in insert()
200 void insert(StoreInst *Store, GVNPass::ValueTable &VN) { in insert() argument
206 VNtoStores[{VN.lookupOrAdd(Ptr), VN.lookupOrAdd(Val)}].push_back(Store); in insert()
220 void insert(CallInst *Call, GVNPass::ValueTable &VN) { in insert() argument
224 unsigned V = VN.lookupOrAdd(Call); in insert()
[all …]
H A DGVN.cpp1627 if (uint32_t ValNo = VN.lookup(OldLoad, false)) in eliminatePartiallyRedundantLoad()
1896 VN.lookupOrAdd(I); in PerformLoadPRE()
2203 uint32_t LVN = VN.lookupOrAdd(CmpLHS); in processAssumeIntrinsic()
2204 uint32_t RVN = VN.lookupOrAdd(CmpRHS); in processAssumeIntrinsic()
2551 uint32_t LVN = VN.lookupOrAdd(LHS); in propagateEquality()
2556 uint32_t RVN = VN.lookupOrAdd(RHS); in propagateEquality()
2643 uint32_t NextNum = VN.getNextUnusedValueNumber(); in propagateEquality()
2644 uint32_t Num = VN.lookupOrAddCmp(Cmp->getOpcode(), NotPred, Op0, Op1); in propagateEquality()
2720 unsigned Num = VN.lookupOrAdd(Load); in processInstruction()
2782 uint32_t NextNum = VN.getNextUnusedValueNumber(); in processInstruction()
[all …]
H A DGVNSink.cpp525 VN.setReachableBBs(BasicBlocksSet(llvm::from_range, RPOT)); in run()
543 ValueTable VN; member in __anonac6bc9b30111::GVNSink
612 uint32_t N = VN.lookupOrAdd(I); in analyzeInstructionForSinking()
630 if (VN.lookup(I) != VNumToSink) in analyzeInstructionForSinking()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValueSymbolTable.cpp100 ValueName *VN = makeUniqueName(V, UniqueName); in reinsertValue() local
101 V->setValueName(VN); in reinsertValue()
H A DValue.cpp305 void Value::setValueName(ValueName *VN) { in setValueName() argument
311 if (!VN) { in setValueName()
319 Ctx.pImpl->ValueNames[this] = VN; in setValueName()
/freebsd/contrib/file/magic/Magdir/
H A Dbioinformatics45 >>&0x00 regex =^[@]HD\t.*VN: \b, with SAM header
150 >4 search VN: Sequence Alignment/Map (SAM), with header
177 >>>>>>>>>>>0 regex =^[@]HD\t.*VN: \b, with header
/freebsd/crypto/openssl/doc/designs/quic-design/images/
H A Dconnection-state-machine.plantuml20 [*] --> PROACTIVE_VER_NEG : use proactive VN?
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp390 for (const VerNeed &VN : *V) { in printSymbolVersionDependency()
391 OS << " required from " << VN.File << ":\n"; in printSymbolVersionDependency()
392 for (const VernAux &Aux : VN.AuxV) in printSymbolVersionDependency()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h1168 VerNeed &VN = *Ret.emplace(Ret.end()); in getVersionDependencies() local
1169 VN.Version = Verneed->vn_version; in getVersionDependencies()
1170 VN.Cnt = Verneed->vn_cnt; in getVersionDependencies()
1171 VN.Offset = VerneedBuf - Start; in getVersionDependencies()
1174 VN.File = std::string(StrTab.data() + Verneed->vn_file); in getVersionDependencies()
1176 VN.File = ("<corrupt vn_file: " + Twine(Verneed->vn_file) + ">").str(); in getVersionDependencies()
1195 VernAux &Aux = *VN.AuxV.emplace(VN.AuxV.end()); in getVersionDependencies()
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/
H A Dxilinx-xadc.txt47 0: VP/VN
74 0: VP/VN
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h146 AAResults *getAliasAnalysis() const { return VN.getAliasAnalysis(); } in getAliasAnalysis()
258 ValueTable VN;
/freebsd/contrib/dialog/po/
H A Dvi.po14 "Language-Team: Vietnamese <vi-VN@googlegroups.com>\n"
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp2329 const VarInit *VarInit::get(StringRef VN, const RecTy *T) { in get() argument
2330 const Init *Value = StringInit::get(T->getRecordKeeper(), VN); in get()
2334 const VarInit *VarInit::get(const Init *VN, const RecTy *T) { in get() argument
2336 VarInit *&I = RK.TheVarInitPool[{T, VN}]; in get()
2338 I = new (RK.Allocator) VarInit(VN, T); in get()
2692 const StringInit *VN, ArrayRef<const Init *> Args, in ProfileDagInit() argument
2695 ID.AddPointer(VN); in ProfileDagInit()
2703 DagInit::DagInit(const Init *V, const StringInit *VN, in DagInit() argument
2707 ValName(VN), NumArgs(Args.size()) { in DagInit()
2712 const DagInit *DagInit::get(const Init *V, const StringInit *VN, in get() argument
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1218 explicit VarInit(const Init *VN, const RecTy *T) in VarInit() argument
1219 : TypedInit(IK_VarInit, T), VarName(VN) {} in VarInit()
1229 static const VarInit *get(StringRef VN, const RecTy *T);
1230 static const VarInit *get(const Init *VN, const RecTy *T);
1428 DagInit(const Init *V, const StringInit *VN, ArrayRef<const Init *> Args,
1443 static const DagInit *get(const Init *V, const StringInit *VN,
1453 get(const Init *V, const StringInit *VN,
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp378 if (const VNInfo *VN = LR.getVNInfoBefore(LIS->getMBBEndIdx(*PI))) { in markDefs() local
379 if (!Visited.count(VisitKey(VN, DefinedLanes))) in markDefs()
380 NextValue = VN; in markDefs()
415 if (const VNInfo *VN = LRQ.valueIn()) { in markDefs() local
416 if (!Visited.count(VisitKey(VN, DefinedLanes))) in markDefs()
417 NextValue = VN; in markDefs()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.td728 def "VN" # n # "M" # m # "NoV0": RegisterTuples<
732 def "VN" # n # "M" # m # "V0" : RegisterTuples<
833 (add !cast<RegisterTuples>("VN" # nf # "M" # m # "NoV0")),
837 (add !cast<RegisterTuples>("VN" # nf # "M" # m # "NoV0"),
838 !cast<RegisterTuples>("VN" # nf # "M" # m # "V0")),
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2556 for (auto *VN : ValueNames) in ~ValueNameCreator() local
2557 VN->Destroy(Allocator); in ~ValueNameCreator()
2560 ValueName *VN = ValueName::create(Name, Allocator, V); in create() local
2561 ValueNames.push_back(VN); in create()
2562 return VN; in create()
2584 ValueName *VN = VI.second->getValueName(); in writeFunctionLevelValueSymbolTable() local
2594 VN = VNC.create(Intrinsic::getBaseName(IID), VI.second); in writeFunctionLevelValueSymbolTable()
2596 SortedTable.push_back(VN); in writeFunctionLevelValueSymbolTable()
/freebsd/contrib/tzdata/
H A Dzone1970.tab306 TH,CX,KH,LA,VN +1345+10031 Asia/Bangkok north Vietnam
349 VN +1045+10640 Asia/Ho_Chi_Minh south Vietnam
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h264 LLVM_ABI void setValueName(ValueName *VN);
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5213 for (const VerNeed &VN : *V) { in printVersionDependencySection()
5214 OS << format(" 0x%04x: Version: %u File: %s Cnt: %u\n", VN.Offset, in printVersionDependencySection()
5215 VN.Version, VN.File.data(), VN.Cnt); in printVersionDependencySection()
5216 for (const VernAux &Aux : VN.AuxV) in printVersionDependencySection()
7734 for (const VerNeed &VN : *V) { in printVersionDependencySection()
7736 W.printNumber("Version", VN.Version); in printVersionDependencySection()
7737 W.printNumber("Count", VN.Cnt); in printVersionDependencySection()
7738 W.printString("FileName", VN.File.c_str()); in printVersionDependencySection()
7741 for (const VernAux &Aux : VN.AuxV) { in printVersionDependencySection()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h289 SourceLocation StartLoc, DeclarationName VN, AccessSpecifier AS,
296 DeclarationName VN);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervals.cpp924 VNInfo *VN = Interval.getNextValue( in addSegmentToEndOfBlock() local
928 getMBBEndIdx(startInst.getParent()), VN); in addSegmentToEndOfBlock()
H A DTwoAddressInstructionPass.cpp2067 auto *VN = in eliminateRegSequence() local
2069 if (DefVN != VN) in eliminateRegSequence()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleM85.td675 (instregex "VN?ML(A|S)H")>;
679 (instregex "VN?ML(A|S)D$")>;

12