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

  /external/llvm/lib/Target/R600/
R600InstrInfo.cpp 143 R600InstrInfo::fitsConstReadLimitations(const std::vector<unsigned> &Consts)
145 assert (Consts.size() <= 12 && "Too many operands in instructions group");
147 for (unsigned i = 0, n = Consts.size(); i < n; ++i) {
148 unsigned ReadConstHalf = Consts[i] & 2;
149 unsigned ReadConstIndex = Consts[i] & (~3);
169 std::vector<unsigned> Consts;
189 Consts.push_back(Const);
193 return fitsConstReadLimitations(Consts);
AMDILISelDAGToDAG.cpp 374 std::vector<unsigned> Consts;
382 Consts.push_back(Cst->getZExtValue());
388 Consts.push_back(Cst->getZExtValue());
389 if (!TII->fitsConstReadLimitations(Consts))
  /external/v8/src/
api.h 46 class Consts {
api.cc 905 info->set_tag(i::Smi::FromInt(Consts::FUNCTION_TEMPLATE));
    [all...]
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorV8.pm     [all...]

Completed in 245 milliseconds