/aosp_15_r20/external/rust/android-crates-io/crates/httparse/src/simd/ |
D | swar.rs | 121 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 D | LTO.cpp | 605 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 D | LTO.cpp | 670 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 D | label_output.py | 37 BM = '+' variable in AsciiCharset 54 BM = '┴' variable in LineCharset
|
/aosp_15_r20/external/trusty/lk/arch/arm64/include/arch/arm64/ |
D | mmu.h | 141 #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 D | transpose_op_benchmark.cc | 81 #define BM(FN) BM_##FN->Arg(0)->Arg(4)->Arg(8); macro
|
H A D | compute_function_benchmark.cc | 123 #define BM(FN) BM_##FN->Arg(0)->Arg(4)->Arg(8); macro
|
H A D | fused_reduction_benchmark.cc | 79 #define BM(FN) BM_##FN->Arg(0); macro
|
H A D | reduction_benchmark.h | 93 #define BM(KIND, ...) BM_##KIND(__VA_ARGS__)->Arg(0); macro
|
H A D | softmax_op_benchmark.cc | 92 #define BM(FN) BM_##FN->Arg(0); macro
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/mkl/ |
H A D | mkl_relu_op_test.cc | 116 #define BM(op, A, B, C, D, type) \ macro
|
/aosp_15_r20/external/llvm/lib/Target/PowerPC/AsmParser/ |
H A D | PPCAsmParser.cpp | 1150 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 D | PPCAsmParser.cpp | 1049 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 D | PPCAsmParser.cpp | 1151 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 D | RDFDeadCode.cpp | 70 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 D | RDFDeadCode.cpp | 70 const uint32_t *BM = Op.getRegMask(); in isLiveInstr() local
|
H A D | RDFRegisters.cpp | 200 const uint32_t *BM = getRegMaskBits(RM.Reg); in aliasMM() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/criterion-plot/src/ |
D | candlestick.rs | 131 candlesticks: Candlesticks<X, WM, BM, BH, WH>, in plot() argument
|
/aosp_15_r20/external/eigen/Eigen/src/SparseLU/ |
H A D | SparseLU_gemm_kernel.h | 37 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 D | TypeBasedAliasAnalysis.cpp | 291 const MDNode *BM = LocB.AATags.TBAA; in alias() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/ |
H A D | IRSymtab.cpp | 379 for (auto BM : BMs) { in upgrade() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | IRSymtab.cpp | 352 for (auto BM : BMs) { in upgrade() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | RDFRegisters.cpp | 205 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 D | BitcodeReader.cpp | 6647 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.py | 669 def step_meta_parameter(name, value, direction, meta, M=M, N=N, K=K, BM=BM, BK=BK): argument
|