Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DValueSymbolTable.cpp88 ValueName *VN = makeUniqueName(V, UniqueName); in reinsertValue() local
DValue.cpp198 void Value::setValueName(ValueName *VN) { in setValueName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
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()
330 GVN::ValueTable VN; member in llvm::GVNHoist
771 const VNType &VN = R; in computeInsertionPoints() local
DGVNSink.cpp577 ValueTable VN; member in __anonb2b6219e0111::GVNSink
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DRecord.cpp1502 VarInit *VarInit::get(StringRef VN, RecTy *T) { in get()
1507 VarInit *VarInit::get(Init *VN, RecTy *T) { in get()
1913 static void ProfileDagInit(FoldingSetNodeID &ID, Init *V, StringInit *VN, in ProfileDagInit()
1930 DagInit::get(Init *V, StringInit *VN, ArrayRef<Init *> ArgRange, in get()
1952 DagInit::get(Init *V, StringInit *VN, in get()
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dshortnumbermetadata.js3482 ,"VN":[,[,,"1\\d\\d",,,,,,,[3] property
Dmetadatalite.js7805 ,"VN":[,[,,"[12]\\d{9}|[135-9]\\d{8}|[16]\\d{7}|[16-8]\\d{6}",,,,,,,[7,8,9,10] property
Dmetadata.js7805 ,"VN":[,[,,"[12]\\d{9}|[135-9]\\d{8}|[16]\\d{7}|[16-8]\\d{6}",,,,,,,[7,8,9,10] property
Ddemo-compiled.js449 …,[,,,,,,,,,[-1]],,"340",[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],,,[,,,,,,,,,[-1]]],VN:[,[,,"[12]\\d{9}|[13… property
649 …1"],,[,,"9(?:11|88)",,,,"911"],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],,[,,,,,,,,,[-1]]],VN:[,[,,"1\\d\\d", property
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DRecord.h1071 explicit VarInit(Init *VN, RecTy *T) in VarInit()
1311 DagInit(Init *V, StringInit *VN, unsigned NumArgs, unsigned NumArgNames) in DagInit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveIntervals.cpp881 VNInfo *VN = Interval.getNextValue( in addSegmentToEndOfBlock() local
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeARM_64.c63 #define VN(vn) ((sljit_ins)freg_map[vn] << 5) macro
DsljitNativeARM_32.c78 #define VN(rn) ((sljit_uw)freg_map[rn] << 16) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp1598 const VTSDNode *VN = dyn_cast<const VTSDNode>(N->getOperand(1)); in isPositiveHalfWord() local
/third_party/node/deps/v8/src/execution/s390/
Dsimulator-s390.cc3918 EVALUATE(VN) { in EVALUATE() argument