HomeSort by relevance Sort by last modified time
    Searched refs:getOpInfo (Results 1 - 13 of 13) sorted by null

  /external/llvm/include/llvm/MC/
MCExternalSymbolizer.h 33 LLVMOpInfoCallback GetOpInfo;
43 LLVMOpInfoCallback getOpInfo,
45 : MCSymbolizer(Ctx, std::move(RelInfo)), GetOpInfo(getOpInfo),
  /external/llvm/tools/llvm-readobj/
Win64EHDumper.cpp 111 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/
nv50_ir_target.h 161 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
218 const Target::OpInfo& Target::getOpInfo(const operation op) const
nv50_ir_emit_nv50.cpp     [all...]
nv50_ir_peephole.cpp 156 if (!prog->getTarget()->getOpInfo(insn).commutative)
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target.h 161 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
218 const Target::OpInfo& Target::getOpInfo(const operation op) const
nv50_ir_emit_nv50.cpp     [all...]
nv50_ir_peephole.cpp 156 if (!prog->getTarget()->getOpInfo(insn).commutative)
    [all...]
  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 88 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/
Disassembler.h 47 // The Triple specific symbolic information type returned by GetOpInfo.
50 LLVMOpInfoCallback GetOpInfo;
86 LLVMOpInfoCallback getOpInfo,
94 DisInfo(disInfo), TagType(tagType), GetOpInfo(getOpInfo),
109 LLVMOpInfoCallback getGetOpInfo() const { return GetOpInfo; }
  /external/llvm/include/llvm/Support/
Win64EH.h 51 uint8_t getOpInfo() const {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
nv50_ir_emit_nvc0.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_emit_nvc0.cpp     [all...]

Completed in 570 milliseconds