Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitstreamReader.cpp107 const BitCodeAbbrevOp &CodeOp = Abbv->getOperandInfo(0); in skipRecord()
119 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i); in skipRecord()
135 const BitCodeAbbrevOp &EltEnc = Abbv->getOperandInfo(++i); in skipRecord()
194 const BitCodeAbbrevOp &CodeOp = Abbv->getOperandInfo(0); in readRecord()
206 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i); in readRecord()
225 const BitCodeAbbrevOp &EltEnc = Abbv->getOperandInfo(++i); in readRecord()
/freebsd-12.1/contrib/llvm/include/llvm/Bitcode/
H A DBitstreamWriter.h310 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i++); in EmitRecordWithAbbrevImpl()
324 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i); in EmitRecordWithAbbrevImpl()
332 const BitCodeAbbrevOp &EltEnc = Abbv->getOperandInfo(++i); in EmitRecordWithAbbrevImpl()
477 const BitCodeAbbrevOp &Op = Abbv.getOperandInfo(i); in EncodeAbbrev()
H A DBitCodes.h175 const BitCodeAbbrevOp &getOperandInfo(unsigned N) const {
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp392 TargetTransformInfo::getOperandInfo(Value *V, OperandValueProperties &OpProps) { in getOperandInfo() function in TargetTransformInfo
1020 Op1VK = getOperandInfo(I->getOperand(0), Op1VP); in getInstructionThroughput()
1021 Op2VK = getOperandInfo(I->getOperand(1), Op2VP); in getInstructionThroughput()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1076 TTI::OperandValueKind OpKindX = TTI::getOperandInfo(X, OpPropsX);
1077 TTI::OperandValueKind OpKindY = TTI::getOperandInfo(Y, OpPropsY);
1078 TTI::OperandValueKind OpKindZ = TTI::getOperandInfo(Z, OpPropsZ);
/freebsd-12.1/contrib/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp702 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i); in ParseBlock()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h752 static OperandValueKind getOperandInfo(Value *V,
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5909 TTI.getOperandInfo(Op2, Op2VP); in getInstructionCost()