HomeSort by relevance Sort by last modified time
    Searched refs:MDS (Results 1 - 14 of 14) sorted by null

  /frameworks/compile/slang/
slang_rs_metadata_spec_encoder.cpp 46 llvm::MDString *MDS = llvm::MDString::get(C, S);
48 if (MDS == NULL)
50 Op.push_back(MDS);
  /external/llvm/lib/IR/
DebugInfo.cpp 64 if (MDString *MDS = dyn_cast_or_null<MDString>(getField(DbgNode, Elt)))
65 return MDS->getString();
    [all...]
AsmWriter.cpp     [all...]
  /prebuilts/devtools/tools/lib/
jobb.jar 
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 733 } else if (const MDString *MDS = dyn_cast<MDString>(Vals[i].first)) {
747 Record.append(MDS->begin(), MDS->end());
811 SmallVector<std::pair<unsigned, MDNode*>, 4> MDs;
816 MDs.clear();
817 I->getAllMetadataOtherThanDebugLoc(MDs);
820 if (MDs.empty()) continue;
824 for (unsigned i = 0, e = MDs.size(); i != e; ++i) {
825 Record.push_back(MDs[i].first);
826 Record.push_back(VE.getValueID(MDs[i].second))
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 622 } else if (const MDString *MDS = dyn_cast<MDString>(Vals[i].first)) {
636 Record.append(MDS->begin(), MDS->end());
700 SmallVector<std::pair<unsigned, MDNode*>, 4> MDs;
705 MDs.clear();
706 I->getAllMetadataOtherThanDebugLoc(MDs);
709 if (MDs.empty()) continue;
713 for (unsigned i = 0, e = MDs.size(); i != e; ++i) {
714 Record.push_back(MDs[i].first);
715 Record.push_back(VE.getValueID(MDs[i].second))
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 576 } else if (const MDString *MDS = dyn_cast<MDString>(Vals[i].first)) {
590 Record.append(MDS->begin(), MDS->end());
654 SmallVector<std::pair<unsigned, MDNode*>, 4> MDs;
659 MDs.clear();
660 I->getAllMetadataOtherThanDebugLoc(MDs);
663 if (MDs.empty()) continue;
667 for (unsigned i = 0, e = MDs.size(); i != e; ++i) {
668 Record.push_back(MDs[i].first);
669 Record.push_back(VE.getValueID(MDs[i].second))
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 610 } else if (const MDString *MDS = dyn_cast<MDString>(Vals[i].first)) {
624 Record.append(MDS->begin(), MDS->end());
688 SmallVector<std::pair<unsigned, MDNode*>, 4> MDs;
693 MDs.clear();
694 I->getAllMetadataOtherThanDebugLoc(MDs);
697 if (MDs.empty()) continue;
701 for (unsigned i = 0, e = MDs.size(); i != e; ++i) {
702 Record.push_back(MDs[i].first);
703 Record.push_back(VE.getValueID(MDs[i].second))
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]
  /external/dropbear/libtomcrypt/src/ciphers/twofish/
twofish.c 45 /* The 4x4 MDS Linear Transform */
47 static const unsigned char MDS[4][4] = {
169 /* computes [y0 y1 y2 y3] = MDS . [x0] */
211 /* Computes [y0 y1 y2 y3] = MDS . [x0 x1 x2 x3] */
317 /* multiply g by a column of the MDS */
  /external/qemu/
ppc-dis.c 670 /* The MB or ME field in an MD or MDS form instruction. The high
688 /* The RA field in an D, DS, DQ, X, XO, M, or MDS form instruction. */
723 /* The RB field in an X, XO, M, or MDS form instruction. */
734 /* The RS field in a D, DS, X, XFX, XS, M, MD or MDS form
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 715 if (MDString* MDS = dyn_cast<MDString>(ProfMD->getOperand(0)))
716 return MDS->getString().equals("branch_weights");
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 662 by the polynomials 5B and EF used in the MDS multiplication. As a result the code is faster and slightly larger. The
663 speed increase is useful when \textit{TWOFISH\_SMALL} is defined since the s-boxes and MDS multiply form the heart of the
    [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 425 milliseconds