Searched defs:getInstruction (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/Support/
H A DCallSite.h78 bool isInvoke() const { return getInstruction() && !I.getInt(); }
80 InstrTy *getInstruction() const { return I.getPointer(); } function in class:llvm::CallSiteBase
87 assert(getInstruction() && "Not a call or invoke instruction!");
101 assert(getInstruction() && "Not a call or invoke instruction!");
118 assert(getInstruction() && "Not a call or invoke instruction!");
120 getInstruction()->setOperand(ArgNo, newVal);
126 assert(getInstruction() && "Not a call or invoke instruction!");
139 assert(getInstruction() && "Not a call or invoke instruction!");
157 InstrTy *II = getInstruction(); \
163 InstrTy *II = getInstruction(); \
[all...]
/external/llvm/lib/Target/MBlaze/Disassembler/
H A DMBlazeDisassembler.cpp496 MCDisassembler::DecodeStatus MBlazeDisassembler::getInstruction(MCInst &instr, function in class:MBlazeDisassembler
/external/llvm/utils/TableGen/
H A DCodeGenTarget.h139 CodeGenInstruction &getInstruction(const Record *InstRec) const { function in class:llvm::CodeGenTarget
/external/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp113 X86GenericDisassembler::getInstruction(MCInst &instr, function in class:X86GenericDisassembler
/external/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp46 /// getInstruction - See MCDisassembler.
47 DecodeStatus getInstruction(MCInst &instr,
71 /// getInstruction - See MCDisassembler.
72 DecodeStatus getInstruction(MCInst &instr,
338 DecodeStatus ARMDisassembler::getInstruction(MCInst &MI, uint64_t &Size, function in class:ARMDisassembler
688 DecodeStatus ThumbDisassembler::getInstruction(MCInst &MI, uint64_t &Size, function in class:ThumbDisassembler

Completed in 149 milliseconds