Home
last modified time | relevance | path

Searched refs:getOpInfo (Results 1 – 12 of 12) sorted by relevance

/external/llvm/tools/llvm-readobj/
DWin64EHDumper.cpp111 return (UnwindCode.getOpInfo() == 0) ? 2 : 3; in getNumUsedSlots()
188 OS << " reg=" << getUnwindRegisterName(UC[0].getOpInfo()); in printUnwindCode()
193 << ((UC[0].getOpInfo() == 0) ? UC[1].FrameOffset * 8 in printUnwindCode()
198 OS << " size=" << (UC[0].getOpInfo() + 1) * 8; in printUnwindCode()
210 OS << " reg=" << getUnwindRegisterName(UC[0].getOpInfo()) in printUnwindCode()
215 OS << " reg=" << getUnwindRegisterName(UC[0].getOpInfo()) in printUnwindCode()
220 OS << " reg=XMM" << static_cast<uint32_t>(UC[0].getOpInfo()) in printUnwindCode()
225 OS << " reg=XMM" << static_cast<uint32_t>(UC[0].getOpInfo()) in printUnwindCode()
230 OS << " errcode=" << (UC[0].getOpInfo() == 0 ? "no" : "yes"); in printUnwindCode()
/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp88 return (UnwindCode.getOpInfo() == 0) ? 2 : 3; in getNumUsedSlots()
101 outs() << " " << getUnwindRegisterName(UCs[0].getOpInfo()); in printUnwindCode()
104 if (UCs[0].getOpInfo() == 0) { in printUnwindCode()
112 outs() << " " << ((UCs[0].getOpInfo() + 1) * 8); in printUnwindCode()
118 outs() << " " << getUnwindRegisterName(UCs[0].getOpInfo()) in printUnwindCode()
122 outs() << " " << getUnwindRegisterName(UCs[0].getOpInfo()) in printUnwindCode()
127 outs() << " XMM" << static_cast<uint32_t>(UCs[0].getOpInfo()) in printUnwindCode()
131 outs() << " XMM" << UCs[0].getOpInfo() in printUnwindCode()
136 outs() << " " << (UCs[0].getOpInfo() ? "w/o" : "w") in printUnwindCode()
/external/llvm/include/llvm/MC/MCDisassembler/
DMCExternalSymbolizer.h43 LLVMOpInfoCallback getOpInfo, in MCExternalSymbolizer() argument
45 : MCSymbolizer(Ctx, std::move(RelInfo)), GetOpInfo(getOpInfo), in MCExternalSymbolizer()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target.h207 inline const OpInfo& getOpInfo(const Instruction *) const;
208 inline const OpInfo& getOpInfo(const operation) const;
263 const Target::OpInfo& Target::getOpInfo(const Instruction *insn) const in getOpInfo() function
268 const Target::OpInfo& Target::getOpInfo(const operation op) const in getOpInfo() function
Dnv50_ir_emit_nv50.cpp2078 const Target::OpInfo &info = targ->getOpInfo(i); in getMinEncodingSize()
Dnv50_ir_emit_nvc0.cpp2854 const Target::OpInfo &info = targ->getOpInfo(i); in getMinEncodingSize()
Dnv50_ir_peephole.cpp194 if (!targ->getOpInfo(insn).commutative) in checkSwapSrc01()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCDisassembler.h113 void setupForSymbolicDisassembly(LLVMOpInfoCallback getOpInfo, in setupForSymbolicDisassembly() argument
117 GetOpInfo = getOpInfo; in setupForSymbolicDisassembly()
/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
DDisassembler.h77 LLVMOpInfoCallback getOpInfo, in LLVMDisasmContext() argument
83 DisInfo(disInfo), TagType(tagType), GetOpInfo(getOpInfo), in LLVMDisasmContext()
/external/llvm/lib/MC/MCDisassembler/
DDisassembler.h87 LLVMOpInfoCallback getOpInfo, in LLVMDisasmContext() argument
94 GetOpInfo(getOpInfo), SymbolLookUp(symbolLookUp), TheTarget(theTarget), in LLVMDisasmContext()
/external/llvm/include/llvm/Support/
DWin64EH.h51 uint8_t getOpInfo() const { in getOpInfo() function
/external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp437 LLVMOpInfoCallback getOpInfo = Dis->getLLVMOpInfoCallback(); in tryAddingSymbolicOperand() local
438 if (!getOpInfo) in tryAddingSymbolicOperand()
444 if (!getOpInfo(DisInfo, Address, 0 /* Offset */, InstSize, 1, &SymbolicOp)) { in tryAddingSymbolicOperand()