Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.h78 const GIMatchDagOperandList &getOperandInfo() const { return OperandInfo; } in getOperandInfo() function
H A DGIMatchDagPredicate.h63 const GIMatchDagOperandList &getOperandInfo() const { return OperandInfo; } in getOperandInfo() function
/llvm-project-15.0.7/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp119 const BitCodeAbbrevOp &CodeOp = Abbv->getOperandInfo(0); in skipRecord()
136 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i); in skipRecord()
157 const BitCodeAbbrevOp &EltEnc = Abbv->getOperandInfo(++i); in skipRecord()
246 const BitCodeAbbrevOp &CodeOp = Abbv->getOperandInfo(0); in readRecord()
261 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i); in readRecord()
291 const BitCodeAbbrevOp &EltEnc = Abbv->getOperandInfo(++i); in readRecord()
/llvm-project-15.0.7/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h386 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i++); in EmitRecordWithAbbrevImpl()
400 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i); in EmitRecordWithAbbrevImpl()
408 const BitCodeAbbrevOp &EltEnc = Abbv->getOperandInfo(++i); in EmitRecordWithAbbrevImpl()
551 const BitCodeAbbrevOp &Op = Abbv.getOperandInfo(i); in EncodeAbbrev()
H A DBitCodes.h115 const BitCodeAbbrevOp &getOperandInfo(unsigned N) const { in getOperandInfo() function
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1053 TTI::getOperandInfo(U->getOperand(0), Op1VP); in getUserCost()
1055 TTI::getOperandInfo(U->getOperand(1), Op2VP) : TTI::OK_AnyValue; in getUserCost()
1112 TTI::OperandValueKind Op1VK = TTI::getOperandInfo(Op0, Op1VP); in getUserCost()
1113 TTI::OperandValueKind Op2VK = TTI::getOperandInfo(Op1, Op2VP); in getUserCost()
H A DTargetTransformInfo.h1051 static OperandValueKind getOperandInfo(const Value *V,
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1534 TTI::OperandValueKind OpKindX = TTI::getOperandInfo(X, OpPropsX); in getIntrinsicInstrCost()
1535 TTI::OperandValueKind OpKindY = TTI::getOperandInfo(Y, OpPropsY); in getIntrinsicInstrCost()
1536 TTI::OperandValueKind OpKindZ = TTI::getOperandInfo(Z, OpPropsZ); in getIntrinsicInstrCost()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp933 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i); in parseBlock()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp712 TargetTransformInfo::getOperandInfo(const Value *V, in getOperandInfo() function in TargetTransformInfo
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7078 TTI.getOperandInfo(Op2, Op2VP); in getInstructionCost()
7106 TTI::OperandValueKind Op1VK = TTI::getOperandInfo(Op0, Op1VP); in getInstructionCost()
7107 TTI::OperandValueKind Op2VK = TTI::getOperandInfo(Op1, Op2VP); in getInstructionCost()