Home
last modified time | relevance | path

Searched refs:getOperandInfo (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDag.cpp34 writePorts("s", N->getOperandInfo()); in writeDOTGraph()
52 writePorts("d", N->getOperandInfo()); in writeDOTGraph()
82 writePorts("s", N->getOperandInfo()); in writeDOTGraph()
86 writePorts("d", N->getOperandInfo()); in writeDOTGraph()
H A DGIMatchDagInstr.h75 const GIMatchDagOperandList &getOperandInfo() const { return OperandInfo; } in getOperandInfo() function
H A DGIMatchDagPredicate.h59 const GIMatchDagOperandList &getOperandInfo() const { return OperandInfo; } in getOperandInfo() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp111 const BitCodeAbbrevOp &CodeOp = Abbv->getOperandInfo(0); in skipRecord()
128 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i); in skipRecord()
149 const BitCodeAbbrevOp &EltEnc = Abbv->getOperandInfo(++i); in skipRecord()
231 const BitCodeAbbrevOp &CodeOp = Abbv->getOperandInfo(0); in readRecord()
246 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i); in readRecord()
272 const BitCodeAbbrevOp &EltEnc = Abbv->getOperandInfo(++i); in readRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h390 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i++); in EmitRecordWithAbbrevImpl()
404 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i); in EmitRecordWithAbbrevImpl()
412 const BitCodeAbbrevOp &EltEnc = Abbv->getOperandInfo(++i); in EmitRecordWithAbbrevImpl()
557 const BitCodeAbbrevOp &Op = Abbv.getOperandInfo(i); in EncodeAbbrev()
H A DBitCodes.h174 const BitCodeAbbrevOp &getOperandInfo(unsigned N) const { in getOperandInfo() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp415 MatchDag.addPredicateDependency(N, nullptr, P, &P->getOperandInfo()["mi"]); in parseInstructionMatcher()
425 const auto &InstrOperand = N->getOperandInfo()[OpIdx]; in parseInstructionMatcher()
471 MatchDag.addPredicateDependency(N, nullptr, P, &P->getOperandInfo()["mi"]); in parseWipMatchOpcodeMatcher()
582 &P->getOperandInfo()["mi0"]); in parseMatcher()
584 &P->getOperandInfo()["mi1"]); in parseMatcher()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h991 TTI::getOperandInfo(U->getOperand(0), Op1VP); in getUserCost()
993 TTI::getOperandInfo(U->getOperand(1), Op2VP) : TTI::OK_AnyValue; in getUserCost()
1035 TTI::OperandValueKind Op1VK = TTI::getOperandInfo(Op0, Op1VP); in getUserCost()
1036 TTI::OperandValueKind Op2VK = TTI::getOperandInfo(Op1, Op2VP); in getUserCost()
H A DTargetTransformInfo.h1025 static OperandValueKind getOperandInfo(const Value *V,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1398 TTI::OperandValueKind OpKindX = TTI::getOperandInfo(X, OpPropsX); in getIntrinsicInstrCost()
1399 TTI::OperandValueKind OpKindY = TTI::getOperandInfo(Y, OpPropsY); in getIntrinsicInstrCost()
1400 TTI::OperandValueKind OpKindZ = TTI::getOperandInfo(Z, OpPropsZ); in getIntrinsicInstrCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp940 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i); in parseBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp658 TargetTransformInfo::getOperandInfo(const Value *V, in getOperandInfo() function in TargetTransformInfo
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7610 TTI.getOperandInfo(Op2, Op2VP); in getInstructionCost()
7638 TTI::OperandValueKind Op1VK = TTI::getOperandInfo(Op0, Op1VP); in getInstructionCost()
7639 TTI::OperandValueKind Op2VK = TTI::getOperandInfo(Op1, Op2VP); in getInstructionCost()