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

  /external/llvm/include/llvm/MC/MCDisassembler/
MCExternalSymbolizer.h 33 LLVMOpInfoCallback GetOpInfo;
43 LLVMOpInfoCallback getOpInfo,
45 : MCSymbolizer(Ctx, std::move(RelInfo)), GetOpInfo(getOpInfo),
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCDisassembler.h 58 MCDisassembler(const MCSubtargetInfo &STI) : GetOpInfo(0), SymbolLookUp(0),
100 LLVMOpInfoCallback GetOpInfo;
113 void setupForSymbolicDisassembly(LLVMOpInfoCallback getOpInfo,
117 GetOpInfo = getOpInfo;
122 LLVMOpInfoCallback getLLVMOpInfoCallback() const { return GetOpInfo; }
  /external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
Disassembler.h 46 // The Triple specific symbolic information type returned by GetOpInfo.
49 LLVMOpInfoCallback GetOpInfo;
77 LLVMOpInfoCallback getOpInfo,
83 DisInfo(disInfo), TagType(tagType), GetOpInfo(getOpInfo),
  /external/llvm/tools/llvm-readobj/
Win64EHDumper.cpp 111 return (UnwindCode.getOpInfo() == 0) ? 2 : 3;
188 OS << " reg=" << getUnwindRegisterName(UC[0].getOpInfo());
193 << ((UC[0].getOpInfo() == 0) ? UC[1].FrameOffset * 8
198 OS << " size=" << (UC[0].getOpInfo() + 1) * 8;
210 OS << " reg=" << getUnwindRegisterName(UC[0].getOpInfo())
215 OS << " reg=" << getUnwindRegisterName(UC[0].getOpInfo())
220 OS << " reg=XMM" << static_cast<uint32_t>(UC[0].getOpInfo())
225 OS << " reg=XMM" << static_cast<uint32_t>(UC[0].getOpInfo())
230 OS << " errcode=" << (UC[0].getOpInfo() == 0 ? "no" : "yes");
  /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/lib/MC/MCDisassembler/
Disassembler.h 48 // The Triple specific symbolic information type returned by GetOpInfo.
51 LLVMOpInfoCallback GetOpInfo;
87 LLVMOpInfoCallback getOpInfo,
94 GetOpInfo(getOpInfo), SymbolLookUp(symbolLookUp), TheTarget(theTarget),
107 LLVMOpInfoCallback getGetOpInfo() const { return GetOpInfo; }
  /external/llvm/include/llvm/Support/
Win64EH.h 51 uint8_t getOpInfo() const {
  /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/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 424 /// then isBranch is true, else false. If the getOpInfo() function was set as
429 /// getOpInfo() returns zero and isBranch is true then a symbol look up for
437 LLVMOpInfoCallback getOpInfo = Dis->getLLVMOpInfoCallback();
438 if (!getOpInfo)
444 if (!getOpInfo(DisInfo, Address, 0 /* Offset */, InstSize, 1, &SymbolicOp)) {
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_emit_nvc0.cpp     [all...]

Completed in 617 milliseconds