Home
last modified time | relevance | path

Searched defs:EDInst (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
DEDInst.h60 struct EDInst { struct
66 const llvm::EDInstInfo *ThisInstInfo; argument
68 uint64_t ByteSize;
71 CachedResult StringifyResult;
73 std::string String;
76 const signed char* OperandOrder;
79 CachedResult ParseResult;
80 typedef llvm::SmallVector<EDOperand*, 5> opvec_t;
104 EDInst(llvm::MCInst *inst, argument
DEDInst.cpp26 EDInst::EDInst(llvm::MCInst *inst, in EDInst() function in EDInst