/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | GVNHoist.cpp | 139 VNType VN; member 167 void insert(Instruction *I, GVNPass::ValueTable &VN) { in insert() 182 void insert(LoadInst *Load, GVNPass::ValueTable &VN) { in insert() 201 void insert(StoreInst *Store, GVNPass::ValueTable &VN) { in insert() 221 void insert(CallInst *Call, GVNPass::ValueTable &VN) { in insert() 264 GVNPass::ValueTable VN; member in llvm::GVNHoist 421 const VNType &VN = R; in computeInsertionPoints() local
|
H A D | GVNSink.cpp | 628 ValueTable VN; member in __anonac6bc9b30111::GVNSink
|
/freebsd/sys/dev/videomode/ |
H A D | videomode.c | 22 #define VN VID_NVSYNC macro
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | ValueSymbolTable.cpp | 100 ValueName *VN = makeUniqueName(V, UniqueName); in reinsertValue() local
|
H A D | Value.cpp | 292 void Value::setValueName(ValueName *VN) { in setValueName()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIWholeQuadMode.cpp | 367 if (const VNInfo *VN = LR.getVNInfoBefore(LIS->getMBBEndIdx(*PI))) { in markDefs() local 404 if (const VNInfo *VN = LRQ.valueIn()) { in markDefs() local
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | Record.cpp | 2157 VarInit *VarInit::get(StringRef VN, RecTy *T) { in get() 2162 VarInit *VarInit::get(Init *VN, RecTy *T) { in get() 2545 static void ProfileDagInit(FoldingSetNodeID &ID, Init *V, StringInit *VN, in ProfileDagInit() 2561 DagInit *DagInit::get(Init *V, StringInit *VN, ArrayRef<Init *> ArgRange, in get() 2585 DagInit::get(Init *V, StringInit *VN, in get()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ELF.h | 1162 VerNeed &VN = *Ret.emplace(Ret.end()); in getVersionDependencies() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
H A D | Record.h | 1240 explicit VarInit(Init *VN, RecTy *T) in VarInit() 1453 DagInit(Init *V, StringInit *VN, unsigned NumArgs, unsigned NumArgNames) in DagInit()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveIntervals.cpp | 891 VNInfo *VN = Interval.getNextValue( in addSegmentToEndOfBlock() local
|
H A D | TwoAddressInstructionPass.cpp | 2066 auto *VN = in eliminateRegSequence() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAG.cpp | 1755 const VTSDNode *VN = dyn_cast<const VTSDNode>(N->getOperand(1)); in isPositiveHalfWord() local
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenDAGPatterns.cpp | 744 SmallDenseSet<ElementCount> VN, WN; in EnforceSameNumElts() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 3747 DeclarationName VN = D->getVarName(); in VisitOMPDeclareMapperDecl() local
|
H A D | SemaDecl.cpp | 12785 operator<<(const Sema::SemaDiagnosticBuilder &Diag, VarDeclOrName VN) { in operator <<() 12800 VarDeclOrName VN{VDecl, Name}; in deduceVarTypeFromInitializer() local
|
H A D | SemaOpenMP.cpp | 21580 SourceLocation StartLoc, DeclarationName VN, AccessSpecifier AS, in ActOnOpenMPDeclareMapperDirective() 21670 DeclarationName VN) { in ActOnOpenMPDeclareMapperDirectiveVarDecl()
|