Searched refs:getOperandInfo (Results 1 – 8 of 8) sorted by relevance
107 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()
310 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()
175 const BitCodeAbbrevOp &getOperandInfo(unsigned N) const {
392 TargetTransformInfo::getOperandInfo(Value *V, OperandValueProperties &OpProps) { in getOperandInfo() function in TargetTransformInfo1020 Op1VK = getOperandInfo(I->getOperand(0), Op1VP); in getInstructionThroughput()1021 Op2VK = getOperandInfo(I->getOperand(1), Op2VP); in getInstructionThroughput()
1076 TTI::OperandValueKind OpKindX = TTI::getOperandInfo(X, OpPropsX);1077 TTI::OperandValueKind OpKindY = TTI::getOperandInfo(Y, OpPropsY);1078 TTI::OperandValueKind OpKindZ = TTI::getOperandInfo(Z, OpPropsZ);
702 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i); in ParseBlock()
752 static OperandValueKind getOperandInfo(Value *V,
5909 TTI.getOperandInfo(Op2, Op2VP); in getInstructionCost()