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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDag.cpp34 writePorts("s", N->getOperandInfo());
52 writePorts("d", N->getOperandInfo());
82 writePorts("s", N->getOperandInfo());
86 writePorts("d", N->getOperandInfo());
H A DGIMatchDagInstr.h75 const GIMatchDagOperandList &getOperandInfo() const { return OperandInfo; } function in class:llvm::GIMatchDagInstr
H A DGIMatchDagPredicate.h59 const GIMatchDagOperandList &getOperandInfo() const { return OperandInfo; } function in class:llvm::GIMatchDagPredicate
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp112 const BitCodeAbbrevOp &CodeOp = Abbv->getOperandInfo(0);
129 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i);
150 const BitCodeAbbrevOp &EltEnc = Abbv->getOperandInfo(++i);
230 const BitCodeAbbrevOp &CodeOp = Abbv->getOperandInfo(0);
245 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i);
270 const BitCodeAbbrevOp &EltEnc = Abbv->getOperandInfo(++i);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitCodes.h179 const BitCodeAbbrevOp &getOperandInfo(unsigned N) const { function in class:llvm::BitCodeAbbrev
H A DBitstreamWriter.h309 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i++);
323 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i);
331 const BitCodeAbbrevOp &EltEnc = Abbv->getOperandInfo(++i);
476 const BitCodeAbbrevOp &Op = Abbv.getOperandInfo(i);
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp417 MatchDag.addPredicateDependency(N, nullptr, P, &P->getOperandInfo()["mi"]);
427 const auto &InstrOperand = N->getOperandInfo()[OpIdx];
473 MatchDag.addPredicateDependency(N, nullptr, P, &P->getOperandInfo()["mi"]);
586 &P->getOperandInfo()["mi0"]);
588 &P->getOperandInfo()["mi1"]);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp546 TargetTransformInfo::getOperandInfo(Value *V, OperandValueProperties &OpProps) { function in class:TargetTransformInfo
1184 Op1VK = getOperandInfo(I->getOperand(0), Op1VP);
1185 Op2VK = getOperandInfo(I->getOperand(1), Op2VP);
1193 Op1VK = getOperandInfo(I->getOperand(0), Op1VP);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.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/
H A DBitcodeAnalyzer.cpp934 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h887 static OperandValueKind getOperandInfo(Value *V,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6270 TTI.getOperandInfo(Op2, Op2VP);

Completed in 220 milliseconds