Home
last modified time | relevance | path

Searched refs:Inst (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/libbcc/lib/Disassembler/
DDisassembler.cpp116 llvm::MCInst Inst; in Disassemble() local
118 if (Disassmbler->getInstruction(Inst, Size, *BufferMObj, Index, in Disassemble()
125 IP->printInst(&Inst, OS); in Disassemble()
/frameworks/compile/slang/BitWriter_2_9/
DValueEnumerator.cpp111 unsigned ValueEnumerator::getInstructionID(const Instruction *Inst) const { in getInstructionID()
112 InstructionMapType::const_iterator I = InstructionMap.find(Inst); in getInstructionID()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp2025 Instruction *Inst = InstructionList[Record[0]]; in ParseMetadataAttachment() local
2033 Inst->setMetadata(I->second, cast<MDNode>(Node)); in ParseMetadataAttachment()