Home
last modified time | relevance | path

Searched defs:ivs (Results 1 – 25 of 33) sorted by relevance

12

/external/llvm-project/mlir/lib/Dialect/SCF/EDSC/
DBuilders.cpp25 steps, [&](OpBuilder &builder, Location loc, ValueRange ivs) { in loopNestBuilder()
36 auto wrapper = [&](ValueRange ivs) { in loopNestBuilder()
54 [&](OpBuilder &builder, Location loc, ValueRange ivs, ValueRange args) { in loopNestBuilder()
74 [&](OpBuilder &builder, Location loc, ValueRange ivs, ValueRange args) { in loopNestBuilder()
/external/libwebsockets/lib/jose/jwe/enc/
Daesgcm.c58 size_t ivs = LWS_AESGCM_IV; in lws_jwe_encrypt_gcm() local
122 size_t ivs = LWS_AESGCM_IV; in lws_jwe_auth_and_decrypt_gcm() local
/external/llvm-project/mlir/lib/Dialect/Linalg/Utils/
DUtils.cpp174 auto bodyBuilderWithoutIterArgsFn = [&](ValueRange ivs) { in doit()
324 SmallVector<Value, 8> lbsStorage, ubsStorage, stepsStorage, ivs; in doit() local
365 auto bodyBuilderWithoutIterArgsFn = [&](ValueRange ivs) { in doit()
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dlhlo_legalize_to_parallel_loops.cc89 SmallVector<Value, 2> ivs; member
93 MappedIvs MapWindowIvsToInput(OpTy op, ValueRange ivs, ValueRange window_ivs, in MapWindowIvsToInput()
580 IterArgs(ValueRange ivs, Value value, Value flag) { in IterArgs()
589 ArrayRef<Value> ivs() const { return to_vector().drop_back(2); } in ivs() function in mlir::lmhlo::__anon5ea1a26c0111::SelectAndScatterOpConverter::IterArgs
Dlhlo_legalize_to_affine.cc75 auto body_builder = [&](OpBuilder& builder, Location loc, ValueRange ivs) { in matchAndRewrite()
/external/llvm-project/mlir/include/mlir/Analysis/
DUtils.h64 SmallVector<Value, 4> ivs; member
/external/llvm-project/mlir/lib/Dialect/SCF/Transforms/
DParallelLoopTiling.cpp117 for (auto ivs : in tileParallelLoop() local
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DTiling.cpp165 OpBuilder &b, LinalgOp op, SmallVectorImpl<Value> &ivs, in transformIndexedGenericOpIndices()
223 ValueRange operands, AffineMap map, ValueRange ivs, in makeTiledShapes()
376 SmallVector<Value, 4> ivs, tensorResults; in tileLinalgOpImpl() local
DLoops.cpp56 static SmallVector<Value, 4> permuteIvs(ArrayRef<Value> ivs, in permuteIvs()
210 auto ivs = SmallVector<Value, 4>(allIvs.begin(), allIvs.begin() + nPar); in emitScalarImplementation() local
524 [&](ValueRange ivs, ValueRange iterArgs) -> scf::ValueVector { in linalgOpToLoopsImpl()
/external/llvm-project/mlir/lib/Dialect/GPU/Transforms/
DMemoryPromotion.cpp81 SmallVector<Value, 8> ivs(lbs.size()); in insertCopyLoops() local
/external/llvm-project/mlir/lib/Conversion/VectorToSCF/
DVectorToSCF.cpp466 ValueRange ivs, const MemRefBoundsCapture &memRefBoundsCapture, in emitWithBoundsChecks()
586 ArrayRef<Value> ivs(ivsStorage); in matchAndRewrite() local
672 ArrayRef<Value> ivs(ivsStorage); in matchAndRewrite() local
/external/harfbuzz_ng/src/
Dhb-ot-cff2-table.hh277 unsigned int ivs; member
305 unsigned int ivs; member
Dhb-cff2-interp-cs.hh188 unsigned int ivs; member
Dhb-subset-cff2.cc240 number_t ivs; in finalize_parsed_str() local
/external/llvm-project/mlir/test/EDSC/
Dbuilder-api-test.cpp336 affineLoopNestBuilder({lb0, lb1}, {ub0, ub1}, {step0, step1}, [&](ValueRange ivs) { in TEST_FUNC()
549 affineLoopNestBuilder({zero, zero}, {one, one}, {1, 1}, [&](ValueRange ivs) { in TEST_FUNC()
625 affineLoopNestBuilder({zero, zero}, {one, one}, {1, 1}, [&](ValueRange ivs) { in TEST_FUNC()
740 affineLoopNestBuilder({zero, zero}, {M, N}, {1, 1}, [&](ValueRange ivs) { in TEST_FUNC()
/external/llvm-project/mlir/lib/Dialect/StandardOps/Transforms/
DBufferize.cpp75 [&](OpBuilder &b, Location loc, ValueRange ivs) { in matchAndRewrite()
/external/llvm-project/mlir/examples/toy/Ch7/mlir/
DLowerToAffineLoops.cpp78 [&](OpBuilder &nestedBuilder, Location loc, ValueRange ivs) { in lowerOpToLoops()
/external/llvm-project/mlir/examples/toy/Ch6/mlir/
DLowerToAffineLoops.cpp78 [&](OpBuilder &nestedBuilder, Location loc, ValueRange ivs) { in lowerOpToLoops()
/external/llvm-project/mlir/examples/toy/Ch5/mlir/
DLowerToAffineLoops.cpp78 [&](OpBuilder &nestedBuilder, Location loc, ValueRange ivs) { in lowerOpToLoops()
/external/llvm-project/mlir/lib/Dialect/SCF/
DSCF.cpp333 SmallVector<Value, 4> ivs; in buildLoopNest() local
389 ValueRange) -> ValueVector { in buildLoopNest()
845 ValueRange) { in build()
921 SmallVector<OpAsmParser::OperandType, 4> ivs; in parseParallelOp() local
/external/llvm-project/mlir/lib/Conversion/SCFToStandard/
DSCFToStandard.cpp414 SmallVector<Value, 4> ivs; in matchAndRewrite() local
/external/iproute2/ip/
Diplink.c439 struct ifla_vf_spoofchk ivs; in iplink_parse_vf() local
453 struct ifla_vf_rss_query_en ivs; in iplink_parse_vf() local
/external/llvm-project/mlir/lib/Analysis/
DUtils.cpp252 SmallVector<AffineForOp, 4> ivs; in compute() local
552 static LogicalResult addMissingLoopIVBounds(SmallPtrSet<Value, 8> &ivs, in addMissingLoopIVBounds()
/external/llvm-project/mlir/lib/Conversion/SCFToGPU/
DSCFToGPU.cpp145 SmallVector<Value, 6> ivs; member
/external/llvm-project/mlir/lib/Dialect/Affine/EDSC/
DBuilders.cpp25 ValueRange ivs) { in affineLoopNestBuilder()

12