Home
last modified time | relevance | path

Searched defs:VN (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/sys/dev/videomode/
H A Dvideomode.c21 #define VN VID_NVSYNC macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp144 VNType VN; member
172 void insert(Instruction *I, GVN::ValueTable &VN) { in insert()
187 void insert(LoadInst *Load, GVN::ValueTable &VN) { in insert()
204 void insert(StoreInst *Store, GVN::ValueTable &VN) { in insert()
224 void insert(CallInst *Call, GVN::ValueTable &VN) { in insert()
277 GVN::ValueTable VN; member in llvm::GVNHoist
434 const VNType &VN = R; in computeInsertionPoints() local
H A DGVNSink.cpp580 ValueTable VN; member in __anonf1d6865e0111::GVNSink
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DValueSymbolTable.cpp89 ValueName *VN = makeUniqueName(V, UniqueName); in reinsertValue() local
H A DValue.cpp282 void Value::setValueName(ValueName *VN) { in setValueName()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp368 if (const VNInfo *VN = LR.getVNInfoBefore(LIS->getMBBEndIdx(*PI))) { in markDefs() local
405 if (const VNInfo *VN = LRQ.valueIn()) { in markDefs() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DRecord.cpp1678 VarInit *VarInit::get(StringRef VN, RecTy *T) { in get()
1683 VarInit *VarInit::get(Init *VN, RecTy *T) { in get()
2101 static void ProfileDagInit(FoldingSetNodeID &ID, Init *V, StringInit *VN, in ProfileDagInit()
2118 DagInit::get(Init *V, StringInit *VN, ArrayRef<Init *> ArgRange, in get()
2140 DagInit::get(Init *V, StringInit *VN, in get()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DELF.h1001 VerNeed &VN = *Ret.emplace(Ret.end()); in getVersionDependencies() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h1075 explicit VarInit(Init *VN, RecTy *T) in VarInit()
1316 DagInit(Init *V, StringInit *VN, unsigned NumArgs, unsigned NumArgNames) in DagInit()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveIntervals.cpp878 VNInfo *VN = Interval.getNextValue( in addSegmentToEndOfBlock() local
/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitNativeARM_64.c60 #define VN(vn) ((vn) << 5) macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1604 const VTSDNode *VN = dyn_cast<const VTSDNode>(N->getOperand(1)); in isPositiveHalfWord() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp711 SmallDenseSet<ElementCount> VN, WN; in EnforceSameNumElts() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3377 DeclarationName VN = D->getVarName(); in VisitOMPDeclareMapperDecl() local
H A DSemaDecl.cpp11635 operator<<(const Sema::SemaDiagnosticBuilder &Diag, VarDeclOrName VN) { in operator <<()
11650 VarDeclOrName VN{VDecl, Name}; in deduceVarTypeFromInitializer() local
H A DSemaOpenMP.cpp19555 SourceLocation StartLoc, DeclarationName VN, AccessSpecifier AS, in ActOnOpenMPDeclareMapperDirective()
19644 DeclarationName VN) { in ActOnOpenMPDeclareMapperDirectiveVarDecl()