Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tfrt/benchmarks/
Dtranspose_op_benchmark.cc81 #define BM(FN) BM_##FN->Arg(0)->Arg(4)->Arg(8); macro
Dcompute_function_benchmark.cc123 #define BM(FN) BM_##FN->Arg(0)->Arg(4)->Arg(8); macro
Dfused_reduction_benchmark.cc79 #define BM(FN) BM_##FN->Arg(0); macro
Dreduction_benchmark.h93 #define BM(KIND, ...) BM_##KIND(__VA_ARGS__)->Arg(0); macro
Dsoftmax_op_benchmark.cc92 #define BM(FN) BM_##FN->Arg(0); macro
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
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()
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_relu_op_test.cc116 #define BM(op, A, B, C, D, type) \ macro
/external/pigweed/pw_bloat/py/pw_bloat/
Dlabel_output.py41 BM = '+' variable in AsciiCharset
58 BM = '┴' variable in LineCharset
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFDeadCode.cpp70 const uint32_t *BM = Op.getRegMask(); in isLiveInstr() local
DRDFRegisters.cpp200 const uint32_t *BM = getRegMaskBits(RM.Reg); in aliasMM() local
DHexagonBlockRanges.cpp353 const uint32_t *BM = Op.getRegMask(); in computeInitialLiveRanges() local
DHexagonFrameLowering.cpp321 const uint32_t *BM = MO.getRegMask(); in needsStackFrame() local
/external/rust/crates/criterion-plot/src/
Dcandlestick.rs131 candlesticks: Candlesticks<X, WM, BM, BH, WH>, in plot() argument
/external/eigen/Eigen/src/SparseLU/
DSparseLU_gemm_kernel.h37 BM = 4096/sizeof(Scalar), // number of rows of A-C per chunk in sparselu_gemm() enumerator
/external/llvm/lib/Analysis/
DTypeBasedAliasAnalysis.cpp291 const MDNode *BM = LocB.AATags.TBAA; in alias() local
DDependenceAnalysis.cpp1329 static bool findGCD(unsigned Bits, const APInt &AM, const APInt &BM, in findGCD()
1440 APInt BM = ConstDstCoeff->getAPInt(); in exactSIVtest() local
1839 APInt BM = ConstDstCoeff->getAPInt(); in exactRDIVtest() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DIRSymtab.cpp352 for (auto BM : BMs) { in upgrade() local
/external/llvm/lib/Target/PowerPC/AsmParser/
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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/AsmParser/
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
/external/python/cpython2/Lib/
Dtelnetlib.py92 BM = chr(19) # byte macro variable
/external/python/cpython3/Lib/
Dtelnetlib.py91 BM = bytes([19]) # byte macro variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp1406 static bool findGCD(unsigned Bits, const APInt &AM, const APInt &BM, in findGCD()
1517 APInt BM = ConstDstCoeff->getAPInt(); in exactSIVtest() local
1916 APInt BM = ConstDstCoeff->getAPInt(); in exactRDIVtest() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
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
/external/XNNPACK/bench/
Dqu8-gemm.cc197 …gemmlowp::MatrixMap<const uint8_t, gemmlowp::MapOrder::ColMajor> BM(k.data() + buffer_index * kEle… in GemmlowpBenchmark() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp3951 auto BM = cast<ConstantInt>(II->getArgOperand(4)); in visitCallInst() local