Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
HDGIMatchDag.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()
HDGIMatchDagInstr.h75 const GIMatchDagOperandList &getOperandInfo() const { return OperandInfo; } in getOperandInfo() function
HDGIMatchDagPredicate.h59 const GIMatchDagOperandList &getOperandInfo() const { return OperandInfo; } in getOperandInfo() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitstream/Reader/
HDBitstreamReader.cpp112 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/
HDBitstreamWriter.h309 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()
HDBitCodes.h179 const BitCodeAbbrevOp &getOperandInfo(unsigned N) const { in getOperandInfo() function
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
HDGICombinerEmitter.cpp417 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/
HDTargetTransformInfo.cpp546 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/
HDBasicTTIImpl.h1141 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/
HDBitcodeAnalyzer.cpp934 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i); in parseBlock()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetTransformInfo.h887 static OperandValueKind getOperandInfo(Value *V,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.cpp6270 TTI.getOperandInfo(Op2, Op2VP); in getInstructionCost()