Searched refs:Inst (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/libbcc/lib/Disassembler/
H A DDisassembler.cpp117 llvm::MCInst Inst; local
119 if (Disassmbler->getInstruction(Inst, Size, *BufferMObj, Index,
126 IP->printInst(&Inst, OS, "");
/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp111 unsigned ValueEnumerator::getInstructionID(const Instruction *Inst) const {
112 InstructionMapType::const_iterator I = InstructionMap.find(Inst);
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp111 unsigned ValueEnumerator::getInstructionID(const Instruction *Inst) const {
112 InstructionMapType::const_iterator I = InstructionMap.find(Inst);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp158 InvokeInst *Inst = dyn_cast<InvokeInst>(BB->getTerminator()); local
159 if (!Inst) continue;
160 BasicBlock *UnwindDest = Inst->getUnwindDest();
168 InvokeToIntrinsicsMap[Inst] = std::make_pair(Exn, Sel);
259 Instruction *Inst = *I; local
260 Inst->eraseFromParent();
285 Instruction *Inst = &*I++; local
286 Inst->eraseFromParent();
2375 Instruction *Inst = InstructionList[Record[0]];
2383 Inst
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2079 Instruction *Inst = InstructionList[Record[0]];
2087 Inst->setMetadata(I->second, cast<MDNode>(Node));

Completed in 489 milliseconds