Searched defs:getInstruction (Results 1 - 25 of 26) sorted by path

12

/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
H A DLabelInfo.java266 public static Instruction getInstruction(final Label label) { method in class:LabelInfo
/external/llvm/include/llvm/IR/
H A DCallSite.h82 bool isInvoke() const { return getInstruction() && !I.getInt(); }
84 InstrTy *getInstruction() const { return I.getPointer(); } function in class:llvm::CallSiteBase
89 BBTy* getParent() const { return getInstruction()->getParent(); }
94 assert(getInstruction() && "Not a call or invoke instruction!");
108 assert(getInstruction() && "Not a call or invoke instruction!");
129 assert(getInstruction() == U->getUser());
140 assert(getInstruction() == U->getUser());
164 assert(getInstruction() && "Not a call or invoke instruction!");
166 getInstruction()->setOperand(ArgNo, newVal);
178 assert(getInstruction()
[all...]
H A DDiagnosticInfo.h152 const Instruction *getInstruction() const { return Instr; } function in class:llvm::DiagnosticInfoInlineAsm
H A DStatepoint.h125 InstructionTy *getInstruction() const { function in class:llvm::StatepointFlags::StatepointBase
126 return getCallSite().getInstruction();
238 return gc_args_begin() - getInstruction()->op_begin();
256 for (auto *U : getInstruction()->users())
409 for (const User *U : getInstruction()->users())
418 cast<InvokeInst>(getInstruction())->getLandingPadInst();
/external/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp209 DecodeStatus AArch64Disassembler::getInstruction(MCInst &MI, uint64_t &Size, function in class:AArch64Disassembler
/external/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp110 DecodeStatus AMDGPUDisassembler::getInstruction(MCInst &MI, uint64_t &Size, function in class:AMDGPUDisassembler
/external/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp96 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
111 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
436 DecodeStatus ARMDisassembler::getInstruction(MCInst &MI, uint64_t &Size, function in class:ARMDisassembler
698 DecodeStatus ThumbDisassembler::getInstruction(MCInst &MI, uint64_t &Size, function in class:ThumbDisassembler
/external/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp53 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
154 DecodeStatus HexagonDisassembler::getInstruction(MCInst &MI, uint64_t &Size, function in class:HexagonDisassembler
/external/llvm/lib/Target/Lanai/Disassembler/
H A DLanaiDisassembler.cpp130 DecodeStatus LanaiDisassembler::getInstruction(MCInst &Instr, uint64_t &Size, function in class:LanaiDisassembler
/external/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp61 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
962 DecodeStatus MipsDisassembler::getInstruction(MCInst &Instr, uint64_t &Size, function in class:MipsDisassembler
/external/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp39 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
338 DecodeStatus SparcDisassembler::getInstruction(MCInst &Instr, uint64_t &Size, function in class:SparcDisassembler
/external/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp36 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
63 MCDisassembler::DecodeStatus WebAssemblyDisassembler::getInstruction( function in class:WebAssemblyDisassembler
/external/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp140 DecodeStatus getInstruction(MCInst &instr, uint64_t &size,
213 MCDisassembler::DecodeStatus X86GenericDisassembler::getInstruction( function in class:X86GenericDisassembler
/external/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp38 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
738 MCDisassembler::DecodeStatus XCoreDisassembler::getInstruction( function in class:XCoreDisassembler
/external/llvm/utils/TableGen/
H A DCodeGenTarget.h155 CodeGenInstruction &getInstruction(const Record *InstRec) const { function in class:llvm::CodeGenTarget
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
H A DJarSourceCode.java327 if (tryCatchBlockNode.handler == getInstruction(item.instructionIndex)) {
355 AbstractInsnNode insn = getInstruction(i);
414 AbstractInsnNode insn = getInstruction(instructionIndex);
513 private AbstractInsnNode getInstruction(int index) { method in class:JarSourceCode
594 AbstractInsnNode insn = getInstruction(index);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DAnalyzedInstruction.java165 public Instruction getInstruction() { method in class:AnalyzedInstruction
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DMethodLocation.java65 public Instruction getInstruction() { method in class:MethodLocation
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
H A DSmaliLabel.java54 public SmaliInstruction getInstruction() { method in class:SmaliLabel
64 SmaliInstruction instruction = getInstruction();
/external/swiftshader/src/Shader/
H A DShader.cpp1465 const Shader::Instruction *Shader::getInstruction(size_t i) const function in class:sw::Shader
/external/swiftshader/third_party/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/swiftshader/third_party/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
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/Disassembler/
H A DMBlazeDisassembler.cpp496 MCDisassembler::DecodeStatus MBlazeDisassembler::getInstruction(MCInst &instr, function in class:MBlazeDisassembler
/external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp113 X86GenericDisassembler::getInstruction(MCInst &instr, function in class:X86GenericDisassembler

Completed in 715 milliseconds

12