| /llvm-project-15.0.7/llvm/utils/TableGen/GlobalISel/ |
| H A D | GIMatchDag.cpp | 34 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 D | GIMatchDagInstr.h | 78 const GIMatchDagOperandList &getOperandInfo() const { return OperandInfo; } in getOperandInfo() function
|
| H A D | GIMatchDagPredicate.h | 63 const GIMatchDagOperandList &getOperandInfo() const { return OperandInfo; } in getOperandInfo() function
|
| /llvm-project-15.0.7/llvm/lib/Bitstream/Reader/ |
| H A D | BitstreamReader.cpp | 119 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 D | BitstreamWriter.h | 386 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 D | BitCodes.h | 115 const BitCodeAbbrevOp &getOperandInfo(unsigned N) const { in getOperandInfo() function
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | GICombinerEmitter.cpp | 415 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 D | TargetTransformInfoImpl.h | 1053 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 D | TargetTransformInfo.h | 1051 static OperandValueKind getOperandInfo(const Value *V,
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 1534 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 D | BitcodeAnalyzer.cpp | 933 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i); in parseBlock()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 712 TargetTransformInfo::getOperandInfo(const Value *V, in getOperandInfo() function in TargetTransformInfo
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 7078 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()
|