Searched refs:getOpInfo (Results 1 - 13 of 13) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCExternalSymbolizer.h43 LLVMOpInfoCallback getOpInfo,
45 : MCSymbolizer(Ctx, std::move(RelInfo)), GetOpInfo(getOpInfo),
41 MCExternalSymbolizer(MCContext &Ctx, std::unique_ptr<MCRelocationInfo> RelInfo, LLVMOpInfoCallback getOpInfo, LLVMSymbolLookupCallback symbolLookUp, void *disInfo) argument
/external/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp111 return (UnwindCode.getOpInfo() == 0) ? 2 : 3;
183 OS << " reg=" << getUnwindRegisterName(UC[0].getOpInfo());
188 << ((UC[0].getOpInfo() == 0) ? UC[1].FrameOffset * 8
193 OS << " size=" << (UC[0].getOpInfo() + 1) * 8;
205 OS << " reg=" << getUnwindRegisterName(UC[0].getOpInfo())
210 OS << " reg=" << getUnwindRegisterName(UC[0].getOpInfo())
215 OS << " reg=XMM" << static_cast<uint32_t>(UC[0].getOpInfo())
220 OS << " reg=XMM" << static_cast<uint32_t>(UC[0].getOpInfo())
225 OS << " errcode=" << (UC[0].getOpInfo() == 0 ? "no" : "yes");
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_target.h161 inline const OpInfo& getOpInfo(const Instruction *) const;
162 inline const OpInfo& getOpInfo(const operation) const;
213 const Target::OpInfo& Target::getOpInfo(const Instruction *insn) const function in class:nv50_ir::Target
218 const Target::OpInfo& Target::getOpInfo(const operation op) const function in class:nv50_ir::Target
H A Dnv50_ir_emit_nv50.cpp1737 const Target::OpInfo &info = targ->getOpInfo(i);
H A Dnv50_ir_peephole.cpp156 if (!prog->getTarget()->getOpInfo(insn).commutative)
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_target.h161 inline const OpInfo& getOpInfo(const Instruction *) const;
162 inline const OpInfo& getOpInfo(const operation) const;
213 const Target::OpInfo& Target::getOpInfo(const Instruction *insn) const function in class:nv50_ir::Target
218 const Target::OpInfo& Target::getOpInfo(const operation op) const function in class:nv50_ir::Target
H A Dnv50_ir_emit_nv50.cpp1737 const Target::OpInfo &info = targ->getOpInfo(i);
H A Dnv50_ir_peephole.cpp156 if (!prog->getTarget()->getOpInfo(insn).commutative)
/external/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp88 return (UnwindCode.getOpInfo() == 0) ? 2 : 3;
101 outs() << " " << getUnwindRegisterName(UCs[0].getOpInfo());
104 if (UCs[0].getOpInfo() == 0) {
112 outs() << " " << ((UCs[0].getOpInfo() + 1) * 8);
118 outs() << " " << getUnwindRegisterName(UCs[0].getOpInfo())
122 outs() << " " << getUnwindRegisterName(UCs[0].getOpInfo())
127 outs() << " XMM" << static_cast<uint32_t>(UCs[0].getOpInfo())
131 outs() << " XMM" << UCs[0].getOpInfo()
136 outs() << " " << (UCs[0].getOpInfo() ? "w/o" : "w")
/external/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h86 LLVMOpInfoCallback getOpInfo,
94 DisInfo(disInfo), TagType(tagType), GetOpInfo(getOpInfo),
85 LLVMDisasmContext(std::string tripleName, void *disInfo, int tagType, LLVMOpInfoCallback getOpInfo, LLVMSymbolLookupCallback symbolLookUp, const Target *theTarget, const MCAsmInfo *mAI, const MCRegisterInfo *mRI, const MCSubtargetInfo *mSI, const MCInstrInfo *mII, llvm::MCContext *ctx, const MCDisassembler *disAsm, MCInstPrinter *iP) argument
/external/llvm/include/llvm/Support/
H A DWin64EH.h51 uint8_t getOpInfo() const { function in union:llvm::Win64EH::UnwindCode
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_emit_nvc0.cpp1764 const Target::OpInfo &info = targ->getOpInfo(i);
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_emit_nvc0.cpp1764 const Target::OpInfo &info = targ->getOpInfo(i);

Completed in 2181 milliseconds