Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp150 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i); in skipRecord()
166 const BitCodeAbbrevOp &EltEnc = Abbv->getOperandInfo(++i); in skipRecord()
209 const BitCodeAbbrevOp &CodeOp = Abbv->getOperandInfo(0); in readRecord()
217 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i); in readRecord()
235 const BitCodeAbbrevOp &EltEnc = Abbv->getOperandInfo(++i); in readRecord()
/external/llvm/lib/Analysis/
DCostModel.cpp123 static TargetTransformInfo::OperandValueKind getOperandInfo(Value *V) { in getOperandInfo() function
414 getOperandInfo(I->getOperand(0)); in getInstructionCost()
416 getOperandInfo(I->getOperand(1)); in getInstructionCost()
/external/llvm/include/llvm/Bitcode/
DBitstreamWriter.h327 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i); in EmitRecordWithAbbrevImpl()
335 const BitCodeAbbrevOp &EltEnc = Abbv->getOperandInfo(++i); in EmitRecordWithAbbrevImpl()
477 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i); in EncodeAbbrev()
DBitCodes.h177 const BitCodeAbbrevOp &getOperandInfo(unsigned N) const {