Home
last modified time | relevance | path

Searched defs:BM (Results 1 – 25 of 63) sorted by relevance

123

/aosp_15_r20/external/rust/android-crates-io/crates/httparse/src/simd/
Dswar.rs121 const BM: usize = uniform_block(M); in match_uri_char_8_swar() constant
169 const BM: usize = uniform_block(M); in match_header_value_char_8_swar() constant
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTO.cpp605 BitcodeModule BM = Input.Mods[ModI]; in addModule() local
664 LTO::addRegularLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms, in addRegularLTO()
808 Error LTO::addThinLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms, in addThinLTO()
1082 BitcodeModule BM, ModuleSummaryIndex &CombinedIndex, in runThinLTOBackendThread()
1119 unsigned Task, BitcodeModule BM, in start()
1135 MapVector<StringRef, BitcodeModule> &ModuleMap) { in start()
1211 unsigned Task, BitcodeModule BM, in start()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/
H A DLTO.cpp670 BitcodeModule BM = Input.Mods[ModI]; in addModule() local
730 LTO::addRegularLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms, in addRegularLTO()
912 Error LTO::addThinLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms, in addThinLTO()
1281 AddStreamFn AddStream, FileCache Cache, unsigned Task, BitcodeModule BM, in runThinLTOBackendThread()
1328 unsigned Task, BitcodeModule BM, in start()
1344 MapVector<StringRef, BitcodeModule> &ModuleMap) { in start()
1433 unsigned Task, BitcodeModule BM, in start()
/aosp_15_r20/external/pigweed/pw_bloat/py/pw_bloat/
H A Dlabel_output.py37 BM = '+' variable in AsciiCharset
54 BM = '┴' variable in LineCharset
/aosp_15_r20/external/trusty/lk/arch/arm64/include/arch/arm64/
Dmmu.h141 #define BM(base, count, val) (((val) & ((1UL << (count)) - 1)) << (base)) macro
143 #define BM(base, count, val) (((val) & ((0x1 << (count)) - 1)) << (base)) macro
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/benchmarks/
H A Dtranspose_op_benchmark.cc81 #define BM(FN) BM_##FN->Arg(0)->Arg(4)->Arg(8); macro
H A Dcompute_function_benchmark.cc123 #define BM(FN) BM_##FN->Arg(0)->Arg(4)->Arg(8); macro
H A Dfused_reduction_benchmark.cc79 #define BM(FN) BM_##FN->Arg(0); macro
H A Dreduction_benchmark.h93 #define BM(KIND, ...) BM_##KIND(__VA_ARGS__)->Arg(0); macro
H A Dsoftmax_op_benchmark.cc92 #define BM(FN) BM_##FN->Arg(0); macro
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/mkl/
H A Dmkl_relu_op_test.cc116 #define BM(op, A, B, C, D, type) \ macro
/aosp_15_r20/external/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1150 int64_t BM = Inst.getOperand(3).getImm(); in ProcessInstruction() local
1167 int64_t BM = Inst.getOperand(3).getImm(); in ProcessInstruction() local
1185 int64_t BM = Inst.getOperand(3).getImm(); in ProcessInstruction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1049 int64_t BM = Inst.getOperand(3).getImm(); in ProcessInstruction() local
1066 int64_t BM = Inst.getOperand(3).getImm(); in ProcessInstruction() local
1084 int64_t BM = Inst.getOperand(3).getImm(); in ProcessInstruction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1151 int64_t BM = Inst.getOperand(3).getImm(); in ProcessInstruction() local
1168 int64_t BM = Inst.getOperand(3).getImm(); in ProcessInstruction() local
1186 int64_t BM = Inst.getOperand(3).getImm(); in ProcessInstruction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp70 const uint32_t *BM = Op.getRegMask(); in isLiveInstr() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp70 const uint32_t *BM = Op.getRegMask(); in isLiveInstr() local
H A DRDFRegisters.cpp200 const uint32_t *BM = getRegMaskBits(RM.Reg); in aliasMM() local
/aosp_15_r20/external/rust/android-crates-io/crates/criterion-plot/src/
Dcandlestick.rs131 candlesticks: Candlesticks<X, WM, BM, BH, WH>, in plot() argument
/aosp_15_r20/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_gemm_kernel.h37 BM = 4096/sizeof(Scalar), // number of rows of A-C per chunk in sparselu_gemm() enumerator
/aosp_15_r20/external/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp291 const MDNode *BM = LocB.AATags.TBAA; in alias() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DIRSymtab.cpp379 for (auto BM : BMs) { in upgrade() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DIRSymtab.cpp352 for (auto BM : BMs) { in upgrade() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DRDFRegisters.cpp205 const uint32_t *BM = getRegMaskBits(RM.Reg); in aliasMM() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6647 Expected<BitcodeModule> BM = getSingleModule(Buffer); in getLazyBitcodeModule() local
6673 Expected<BitcodeModule> BM = getSingleModule(Buffer); in parseBitcodeFile() local
6707 Expected<BitcodeModule> BM = getSingleModule(Buffer); in readModuleSummaryIndex() local
6716 Expected<BitcodeModule> BM = getSingleModule(Buffer); in getModuleSummaryIndex() local
6724 Expected<BitcodeModule> BM = getSingleModule(Buffer); in getBitcodeLTOInfo() local
/aosp_15_r20/external/pytorch/torch/sparse/
H A D_triton_ops_meta.py669 def step_meta_parameter(name, value, direction, meta, M=M, N=N, K=K, BM=BM, BK=BK): argument

123