| /netbsd-src/external/apache2/llvm/dist/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 | 75 const GIMatchDagOperandList &getOperandInfo() const { return OperandInfo; } in getOperandInfo() function
|
| H A D | GIMatchDagPredicate.h | 59 const GIMatchDagOperandList &getOperandInfo() const { return OperandInfo; } in getOperandInfo() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitstream/Reader/ |
| H A D | BitstreamReader.cpp | 111 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 D | BitstreamWriter.h | 390 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 D | BitCodes.h | 174 const BitCodeAbbrevOp &getOperandInfo(unsigned N) const { in getOperandInfo() function
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfoImpl.h | 991 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 D | TargetTransformInfo.h | 1025 static OperandValueKind getOperandInfo(const Value *V,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 1398 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 D | BitcodeAnalyzer.cpp | 940 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i); in parseBlock()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 658 TargetTransformInfo::getOperandInfo(const Value *V, in getOperandInfo() function in TargetTransformInfo
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 7610 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()
|