Searched refs:getOperandInfo (Results 1 – 12 of 12) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/ |
| HD | 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()
|
| HD | GIMatchDagInstr.h | 75 const GIMatchDagOperandList &getOperandInfo() const { return OperandInfo; } in getOperandInfo() function
|
| HD | GIMatchDagPredicate.h | 59 const GIMatchDagOperandList &getOperandInfo() const { return OperandInfo; } in getOperandInfo() function
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitstream/Reader/ |
| HD | BitstreamReader.cpp | 112 const BitCodeAbbrevOp &CodeOp = Abbv->getOperandInfo(0); in skipRecord() 129 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i); in skipRecord() 150 const BitCodeAbbrevOp &EltEnc = Abbv->getOperandInfo(++i); in skipRecord() 230 const BitCodeAbbrevOp &CodeOp = Abbv->getOperandInfo(0); in readRecord() 245 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i); in readRecord() 270 const BitCodeAbbrevOp &EltEnc = Abbv->getOperandInfo(++i); in readRecord()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Bitstream/ |
| HD | BitstreamWriter.h | 309 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i++); in EmitRecordWithAbbrevImpl() 323 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i); in EmitRecordWithAbbrevImpl() 331 const BitCodeAbbrevOp &EltEnc = Abbv->getOperandInfo(++i); in EmitRecordWithAbbrevImpl() 476 const BitCodeAbbrevOp &Op = Abbv.getOperandInfo(i); in EncodeAbbrev()
|
| HD | BitCodes.h | 179 const BitCodeAbbrevOp &getOperandInfo(unsigned N) const { in getOperandInfo() function
|
| /freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/ |
| HD | GICombinerEmitter.cpp | 417 MatchDag.addPredicateDependency(N, nullptr, P, &P->getOperandInfo()["mi"]); in parseInstructionMatcher() 427 const auto &InstrOperand = N->getOperandInfo()[OpIdx]; in parseInstructionMatcher() 473 MatchDag.addPredicateDependency(N, nullptr, P, &P->getOperandInfo()["mi"]); in parseWipMatchOpcodeMatcher() 586 &P->getOperandInfo()["mi0"]); in parseMatcher() 588 &P->getOperandInfo()["mi1"]); in parseMatcher()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | TargetTransformInfo.cpp | 546 TargetTransformInfo::getOperandInfo(Value *V, OperandValueProperties &OpProps) { in getOperandInfo() function in TargetTransformInfo 1184 Op1VK = getOperandInfo(I->getOperand(0), Op1VP); in getInstructionThroughput() 1185 Op2VK = getOperandInfo(I->getOperand(1), Op2VP); in getInstructionThroughput() 1193 Op1VK = getOperandInfo(I->getOperand(0), Op1VP); in getInstructionThroughput()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| HD | BasicTTIImpl.h | 1141 TTI::OperandValueKind OpKindX = TTI::getOperandInfo(X, OpPropsX); 1142 TTI::OperandValueKind OpKindY = TTI::getOperandInfo(Y, OpPropsY); 1143 TTI::OperandValueKind OpKindZ = TTI::getOperandInfo(Z, OpPropsZ);
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| HD | BitcodeAnalyzer.cpp | 934 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i); in parseBlock()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| HD | TargetTransformInfo.h | 887 static OperandValueKind getOperandInfo(Value *V,
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| HD | LoopVectorize.cpp | 6270 TTI.getOperandInfo(Op2, Op2VP); in getInstructionCost()
|