OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VN
(Results
1 - 10
of
10
) sorted by relevancy
/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
);
/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/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveIntervals.cpp
878
VNInfo *
VN
= Interval.getNextValue(
882
getMBBEndIdx(startInst.getParent()),
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
...]
/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/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/lib/Sema/
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);
/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));
Completed in 44 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026