Searched refs:getOpInfo (Results 1 – 12 of 12) sorted by relevance
/external/llvm/tools/llvm-readobj/ |
D | Win64EHDumper.cpp | 111 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/ |
D | COFFDump.cpp | 88 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/ |
D | MCExternalSymbolizer.h | 43 LLVMOpInfoCallback getOpInfo, in MCExternalSymbolizer() argument 45 : MCSymbolizer(Ctx, std::move(RelInfo)), GetOpInfo(getOpInfo), in MCExternalSymbolizer()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_target.h | 207 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
|
D | nv50_ir_emit_nv50.cpp | 2078 const Target::OpInfo &info = targ->getOpInfo(i); in getMinEncodingSize()
|
D | nv50_ir_emit_nvc0.cpp | 2854 const Target::OpInfo &info = targ->getOpInfo(i); in getMinEncodingSize()
|
D | nv50_ir_peephole.cpp | 194 if (!targ->getOpInfo(insn).commutative) in checkSwapSrc01()
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCDisassembler.h | 113 void setupForSymbolicDisassembly(LLVMOpInfoCallback getOpInfo, in setupForSymbolicDisassembly() argument 117 GetOpInfo = getOpInfo; in setupForSymbolicDisassembly()
|
/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/ |
D | Disassembler.h | 77 LLVMOpInfoCallback getOpInfo, in LLVMDisasmContext() argument 83 DisInfo(disInfo), TagType(tagType), GetOpInfo(getOpInfo), in LLVMDisasmContext()
|
/external/llvm/lib/MC/MCDisassembler/ |
D | Disassembler.h | 87 LLVMOpInfoCallback getOpInfo, in LLVMDisasmContext() argument 94 GetOpInfo(getOpInfo), SymbolLookUp(symbolLookUp), TheTarget(theTarget), in LLVMDisasmContext()
|
/external/llvm/include/llvm/Support/ |
D | Win64EH.h | 51 uint8_t getOpInfo() const { in getOpInfo() function
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 437 LLVMOpInfoCallback getOpInfo = Dis->getLLVMOpInfoCallback(); in tryAddingSymbolicOperand() local 438 if (!getOpInfo) in tryAddingSymbolicOperand() 444 if (!getOpInfo(DisInfo, Address, 0 /* Offset */, InstSize, 1, &SymbolicOp)) { in tryAddingSymbolicOperand()
|