/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-project/llvm/tools/llvm-readobj/ |
D | Win64EHDumper.cpp | 110 return (UnwindCode.getOpInfo() == 0) ? 2 : 3; in getNumUsedSlots() 226 OS << " reg=" << getUnwindRegisterName(UC[0].getOpInfo()); in printUnwindCode() 231 << ((UC[0].getOpInfo() == 0) ? UC[1].FrameOffset * 8 in printUnwindCode() 236 OS << " size=" << (UC[0].getOpInfo() + 1) * 8; in printUnwindCode() 248 OS << " reg=" << getUnwindRegisterName(UC[0].getOpInfo()) in printUnwindCode() 253 OS << " reg=" << getUnwindRegisterName(UC[0].getOpInfo()) in printUnwindCode() 258 OS << " reg=XMM" << static_cast<uint32_t>(UC[0].getOpInfo()) in printUnwindCode() 263 OS << " reg=XMM" << static_cast<uint32_t>(UC[0].getOpInfo()) in printUnwindCode() 268 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-project/llvm/include/llvm/MC/MCDisassembler/ |
D | MCExternalSymbolizer.h | 42 LLVMOpInfoCallback getOpInfo, in MCExternalSymbolizer() argument 44 : MCSymbolizer(Ctx, std::move(RelInfo)), GetOpInfo(getOpInfo), in MCExternalSymbolizer()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCDisassembler/ |
D | MCExternalSymbolizer.h | 42 LLVMOpInfoCallback getOpInfo, in MCExternalSymbolizer() argument 44 : MCSymbolizer(Ctx, std::move(RelInfo)), GetOpInfo(getOpInfo), in MCExternalSymbolizer()
|
/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 | 214 inline const OpInfo& getOpInfo(const Instruction *) const; 215 inline const OpInfo& getOpInfo(const operation) const; 270 const Target::OpInfo& Target::getOpInfo(const Instruction *insn) const in getOpInfo() function 275 const Target::OpInfo& Target::getOpInfo(const operation op) const in getOpInfo() function
|
D | nv50_ir_target_gv100.cpp | 205 getOpInfo(const Instruction *i) in getOpInfo() function 432 const struct opInfo *info = nv50_ir::getOpInfo(i); in isModSupported() 477 const struct opInfo *info = nv50_ir::getOpInfo(i); in insnCanLoad()
|
D | nv50_ir_emit_nv50.cpp | 2078 const Target::OpInfo &info = targ->getOpInfo(i); in getMinEncodingSize()
|
D | nv50_ir_emit_nvc0.cpp | 2956 const Target::OpInfo &info = targ->getOpInfo(i); in getMinEncodingSize()
|
D | nv50_ir_peephole.cpp | 194 if (!targ->getOpInfo(insn).commutative) { in checkSwapSrc01()
|
/external/llvm-project/llvm/tools/llvm-objdump/ |
D | COFFDump.cpp | 89 return (UnwindCode.getOpInfo() == 0) ? 2 : 3; in getNumUsedSlots() 102 outs() << " " << getUnwindRegisterName(UCs[0].getOpInfo()); in printUnwindCode() 105 if (UCs[0].getOpInfo() == 0) { in printUnwindCode() 113 outs() << " " << ((UCs[0].getOpInfo() + 1) * 8); in printUnwindCode() 119 outs() << " " << getUnwindRegisterName(UCs[0].getOpInfo()) in printUnwindCode() 123 outs() << " " << getUnwindRegisterName(UCs[0].getOpInfo()) in printUnwindCode() 128 outs() << " XMM" << static_cast<uint32_t>(UCs[0].getOpInfo()) in printUnwindCode() 132 outs() << " XMM" << UCs[0].getOpInfo() in printUnwindCode() 137 outs() << " " << (UCs[0].getOpInfo() ? "w/o" : "w") in printUnwindCode()
|
/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-10.0/llvm/include/llvm/Support/ |
D | Win64EH.h | 69 uint8_t getOpInfo() const { in getOpInfo() function
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | Win64EH.h | 75 uint8_t getOpInfo() const { in getOpInfo() function
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/ |
D | PECallFrameInfo.cpp | 196 uint8_t operation_info = code.getOpInfo(); in ProcessUnwindCode()
|
/external/llvm-project/mlir/include/mlir/Transforms/ |
D | DialectConversion.h | 758 Optional<LegalizationInfo> getOpInfo(OperationName op) const;
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LowerMatrixIntrinsics.cpp | 321 const OpInfoTy &getOpInfo() const { return OpInfo; } in getOpInfo() function in __anone124444e0111::LowerMatrixIntrinsics::MatrixTy 1839 Count = CM->second.getOpInfo(); in sumOpInfos() 1841 SharedCount = CM->second.getOpInfo(); in sumOpInfos()
|
/external/llvm-project/mlir/lib/Transforms/Utils/ |
D | DialectConversion.cpp | 2559 Optional<LegalizationInfo> info = getOpInfo(op); in getOpAction() 2568 Optional<LegalizationInfo> info = getOpInfo(op->getName()); in isLegal() 2633 auto ConversionTarget::getOpInfo(OperationName op) const in getOpInfo() function in ConversionTarget
|
/external/llvm-project/mlir/docs/Tutorials/Toy/ |
D | Ch-5.md | 80 definitions, so the order doesn't matter. See `ConversionTarget::getOpInfo`
|