Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSmallVector.h414 void append(std::initializer_list<T> IL) { in append()
426 void assign(std::initializer_list<T> IL) { in assign()
631 void insert(iterator I, std::initializer_list<T> IL) { in insert()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSmallVector.h405 void append(std::initializer_list<T> IL) { in append()
429 void assign(std::initializer_list<T> IL) { in assign()
637 void insert(iterator I, std::initializer_list<T> IL) { in insert()
DTinyPtrVector.h114 TinyPtrVector(std::initializer_list<EltTy> IL) in TinyPtrVector()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h77 IntrinsicLowering *IL; variable
/third_party/skia/third_party/externals/angle2/src/common/
Dpacked_cl_enums.json209 "IL": "CL_PROGRAM_IL", string
DPackedCLEnums_autogen.h462 IL = 9, enumerator
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dshortnumbermetadata.js1500 ,"IL":[,[,,"[12]\\d{2,4}",,,,,,,[3,4,5] property
Dmetadatalite.js3473 ,"IL":[,[,,"1\\d{6}(?:\\d{3,5})?|[57]\\d{8}|[1-489]\\d{7}",,,,,,,[7,8,9,10,11,12] property
Dmetadata.js3473 ,"IL":[,[,,"1\\d{6}(?:\\d{3,5})?|[57]\\d{8}|[1-489]\\d{7}",,,,,,,[7,8,9,10,11,12] property
Ddemo-compiled.js229 …(?:[013-9]\\d\\d|2(?:[01][1-9]|[2-9]\\d)))\\d{5}",,,,"8551234567",,,[10]]],IL:[,[,,"1\\d{6}(?:\\d{… property
580 …",,,,"51210",,,[5]],,[,,"51210|(?:118|5[037]\\d)\\d\\d",,,,"11800",,,[5]]],IL:[,[,,"[12]\\d{2,4}",… property
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp625 for (const auto &IL : Lines) { in fromCodeViewSubsection() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp284 static void propagateMetadata(Instruction *I, ArrayRef<Instruction *> IL) { in propagateMetadata()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp1257 BasicBlock::InstListType &IL = B->getInstList(); in removeDeadCode() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp1720 for (Loop *IL = L.getParentLoop(); IL != ParentL; in rebuildLoopAfterUnswitch() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1633 InlinedEntity IL = I.first; in collectEntityInfo() local
/third_party/mesa3d/include/CL/
Dcl2.hpp6321 const vector<char>& IL, in Program()