Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp110 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i); in skipRecord()
126 const BitCodeAbbrevOp &EltEnc = Abbv->getOperandInfo(++i); in skipRecord()
169 const BitCodeAbbrevOp &CodeOp = Abbv->getOperandInfo(0); in readRecord()
181 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i); in readRecord()
199 const BitCodeAbbrevOp &EltEnc = Abbv->getOperandInfo(++i); in readRecord()
/external/llvm/include/llvm/Bitcode/
DBitstreamWriter.h308 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i); in EmitRecordWithAbbrevImpl()
316 const BitCodeAbbrevOp &EltEnc = Abbv->getOperandInfo(++i); in EmitRecordWithAbbrevImpl()
458 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i); in EncodeAbbrev()
DBitCodes.h175 const BitCodeAbbrevOp &getOperandInfo(unsigned N) const {
/external/llvm/lib/Analysis/
DCostModel.cpp124 static TargetTransformInfo::OperandValueKind getOperandInfo(Value *V) { in getOperandInfo() function
415 getOperandInfo(I->getOperand(0)); in getInstructionCost()
417 getOperandInfo(I->getOperand(1)); in getInstructionCost()