Home
last modified time | relevance | path

Searched defs:ins (Results 1 – 12 of 12) sorted by relevance

/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/Utils/
H A DIterationGraphSorter.h72 SmallVector<Value> ins; variable
H A DIterationGraphSorter.cpp134 SmallVector<Value> ins = genericOp.getDpsInputs(); in fromGenericOp() local
148 SmallVector<Value> &&ins, SmallVector<AffineMap> &&loop2InsLvl, Value out, in IterationGraphSorter()
/llvm-project/llvm/test/tools/llvm-mca/AArch64/Neoverse/
H A DV1-clear-upper-regs.s45 ins v0.b[0], v1.b[1] label
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_lzw.h65 auto ins = prefix_to_code.try_emplace({match, *it}, prefix_to_code.size()); in LzwEncode() local
/llvm-project/polly/lib/External/isl/imath/tools/
H A Dmkdoc.py30 ins = re.compile(r'{{insert "(?P<file>[^"]*)"(?P<names>(?:\s+\w+)+)?\s*}}') variable
/llvm-project/clang/test/Analysis/
H A Doutofbound.c99 static const double ins[] = {1e-8, 1e-7, 1e-6, 1e-5, 1e-4, 1e-3, 1e-2, 1e-1, in overflow_binary_search() local
/llvm-project/clang/test/CXX/class.access/
H A Dp6.cpp165 A ins; member in test7::B
/llvm-project/flang/lib/Parser/
H A Dprovenance.cpp440 __anon226928fd0c02(const CompilerInsertion &ins) operator []() argument
582 __anon226928fd0f02(const CompilerInsertion &ins) Dump() argument
/llvm-project/llvm/docs/_ocamldoc/
H A Dstyle.css5 a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp, selector
/llvm-project/llvm/test/MC/X86/
H A Dintel-syntax.s836 ins byte ptr [eax], dx label
/llvm-project/llvm/test/MC/Mips/micromips/
H A Dvalid.s233 ins $9, $6, 3, 7 # CHECK: ins $9, $6, 3, 7 # encoding: [0x01,0x26,0x48,0xcc] label
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DLowerVectorContract.cpp124 Value ins = rewriter.create<vector::ExtractOp>(loc, val, d); in reshapeStore() local