/external/llvm-project/clang/test/CodeGenCXX/ |
D | atomic-align.cpp | 17 struct BM { struct 21 BM bm; argument
|
/external/pigweed/pw_bloat/py/pw_bloat/ |
D | bloat_output.py | 50 BM = '+' variable in AsciiCharset 66 BM = '┴' variable in LineCharset
|
/external/tensorflow/tensorflow/core/kernels/mkl/ |
D | mkl_relu_op_test.cc | 113 #define BM(op, A, B, C, D, type) \ macro
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
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()
|
/external/llvm-project/llvm/lib/LTO/ |
D | LTO.cpp | 618 BitcodeModule BM = Input.Mods[ModI]; in addModule() local 678 LTO::addRegularLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms, in addRegularLTO() 830 Error LTO::addThinLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms, in addThinLTO() 1144 BitcodeModule BM, ModuleSummaryIndex &CombinedIndex, in runThinLTOBackendThread() 1181 unsigned Task, BitcodeModule BM, in start() 1197 MapVector<StringRef, BitcodeModule> &ModuleMap) { in start() 1282 unsigned Task, BitcodeModule BM, in start()
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | RDFDeadCode.cpp | 70 const uint32_t *BM = Op.getRegMask(); in isLiveInstr() local
|
D | HexagonBlockRanges.cpp | 353 const uint32_t *BM = Op.getRegMask(); in computeInitialLiveRanges() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | RDFDeadCode.cpp | 70 const uint32_t *BM = Op.getRegMask(); in isLiveInstr() local
|
D | RDFRegisters.cpp | 200 const uint32_t *BM = getRegMaskBits(RM.Reg); in aliasMM() local
|
D | HexagonBlockRanges.cpp | 353 const uint32_t *BM = Op.getRegMask(); in computeInitialLiveRanges() local
|
/external/rust/crates/criterion-plot/src/ |
D | candlestick.rs | 128 candlesticks: Candlesticks<X, WM, BM, BH, WH>, in plot() argument
|
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_gemm_kernel.h | 37 BM = 4096/sizeof(Scalar), // number of rows of A-C per chunk in sparselu_gemm() enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | IRSymtab.cpp | 352 for (auto BM : BMs) { in upgrade() local
|
/external/llvm-project/llvm/lib/Object/ |
D | IRSymtab.cpp | 356 for (auto BM : BMs) { in upgrade() local
|
/external/XNNPACK/bench/ |
D | qu8-gemm.cc | 183 …gemmlowp::MatrixMap<const uint8_t, gemmlowp::MapOrder::ColMajor> BM(k.data() + buffer_index * kEle… in GemmlowpBenchmark() local
|
/external/llvm/lib/Analysis/ |
D | TypeBasedAliasAnalysis.cpp | 291 const MDNode *BM = LocB.AATags.TBAA; in alias() local
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | RDFRegisters.cpp | 205 const uint32_t *BM = getRegMaskBits(RM.Reg); in aliasMM() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/AsmParser/ |
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
|
/external/llvm-project/llvm/lib/Target/PowerPC/AsmParser/ |
D | PPCAsmParser.cpp | 1080 int64_t BM = Inst.getOperand(3).getImm(); in ProcessInstruction() local 1097 int64_t BM = Inst.getOperand(3).getImm(); in ProcessInstruction() local 1115 int64_t BM = Inst.getOperand(3).getImm(); in ProcessInstruction() local
|
/external/llvm/lib/Target/PowerPC/AsmParser/ |
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
|
/external/python/cpython3/Lib/ |
D | telnetlib.py | 91 BM = bytes([19]) # byte macro variable
|
/external/python/cpython2/Lib/ |
D | telnetlib.py | 92 BM = chr(19) # byte macro variable
|
/external/llvm-project/llvm/tools/llvm-exegesis/lib/ |
D | BenchmarkResult.cpp | 415 void PerInstructionStats::push(const BenchmarkMeasure &BM) { in push()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInstCombineIntrinsic.cpp | 739 auto *BM = cast<ConstantInt>(II.getArgOperand(4)); in instCombineIntrinsic() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 1406 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
|