HomeSort by: relevance | last modified time | path
    Searched refs:getOperandInfo (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
GIMatchDag.cpp 34 writePorts("s", N->getOperandInfo());
52 writePorts("d", N->getOperandInfo());
82 writePorts("s", N->getOperandInfo());
86 writePorts("d", N->getOperandInfo());
GIMatchDagInstr.h 75 const GIMatchDagOperandList &getOperandInfo() const { return OperandInfo; }
GIMatchDagPredicate.h 59 const GIMatchDagOperandList &getOperandInfo() const { return OperandInfo; }
  /src/external/apache2/llvm/dist/llvm/lib/Bitstream/Reader/
BitstreamReader.cpp 111 const BitCodeAbbrevOp &CodeOp = Abbv->getOperandInfo(0);
128 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i);
149 const BitCodeAbbrevOp &EltEnc = Abbv->getOperandInfo(++i);
231 const BitCodeAbbrevOp &CodeOp = Abbv->getOperandInfo(0);
246 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i);
272 const BitCodeAbbrevOp &EltEnc = Abbv->getOperandInfo(++i);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/
BitCodes.h 174 const BitCodeAbbrevOp &getOperandInfo(unsigned N) const {
BitstreamWriter.h 390 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i++);
404 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i);
412 const BitCodeAbbrevOp &EltEnc = Abbv->getOperandInfo(++i);
557 const BitCodeAbbrevOp &Op = Abbv.getOperandInfo(i);
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
GICombinerEmitter.cpp 415 MatchDag.addPredicateDependency(N, nullptr, P, &P->getOperandInfo()["mi"]);
425 const auto &InstrOperand = N->getOperandInfo()[OpIdx];
471 MatchDag.addPredicateDependency(N, nullptr, P, &P->getOperandInfo()["mi"]);
582 &P->getOperandInfo()["mi0"]);
584 &P->getOperandInfo()["mi1"]);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 991 TTI::getOperandInfo(U->getOperand(0), Op1VP);
993 TTI::getOperandInfo(U->getOperand(1), Op2VP) : TTI::OK_AnyValue;
1035 TTI::OperandValueKind Op1VK = TTI::getOperandInfo(Op0, Op1VP);
1036 TTI::OperandValueKind Op2VK = TTI::getOperandInfo(Op1, Op2VP);
TargetTransformInfo.h 1025 static OperandValueKind getOperandInfo(const Value *V,
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 1398 TTI::OperandValueKind OpKindX = TTI::getOperandInfo(X, OpPropsX);
1399 TTI::OperandValueKind OpKindY = TTI::getOperandInfo(Y, OpPropsY);
1400 TTI::OperandValueKind OpKindZ = TTI::getOperandInfo(Z, OpPropsZ);
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeAnalyzer.cpp 940 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetTransformInfo.cpp 658 TargetTransformInfo::getOperandInfo(const Value *V,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 7610 TTI.getOperandInfo(Op2, Op2VP);
7638 TTI::OperandValueKind Op1VK = TTI::getOperandInfo(Op0, Op1VP);
7639 TTI::OperandValueKind Op2VK = TTI::getOperandInfo(Op1, Op2VP);

Completed in 29 milliseconds