Home
last modified time | relevance | path

Searched refs:EDInstRef (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm-c/
DEnhancedDisassembly.h73 typedef void *EDInstRef; typedef
159 unsigned int EDCreateInsts(EDInstRef *insts,
172 void EDReleaseInst(EDInstRef inst);
179 int EDInstByteSize(EDInstRef inst);
190 EDInstRef inst);
199 int EDInstID(unsigned *instID, EDInstRef inst);
207 int EDInstIsBranch(EDInstRef inst);
215 int EDInstIsMove(EDInstRef inst);
223 int EDBranchTargetID(EDInstRef inst);
231 int EDMoveSourceID(EDInstRef inst);
[all …]
/external/swiftshader/third_party/LLVM/tools/edis/
DEDMain.cpp70 unsigned int EDCreateInsts(EDInstRef *insts, in EDCreateInsts()
92 void EDReleaseInst(EDInstRef inst) { in EDReleaseInst()
96 int EDInstByteSize(EDInstRef inst) { in EDInstByteSize()
101 EDInstRef inst) { in EDGetInstString()
105 int EDInstID(unsigned *instID, EDInstRef inst) { in EDInstID()
110 int EDInstIsBranch(EDInstRef inst) { in EDInstIsBranch()
114 int EDInstIsMove(EDInstRef inst) { in EDInstIsMove()
118 int EDBranchTargetID(EDInstRef inst) { in EDBranchTargetID()
122 int EDMoveSourceID(EDInstRef inst) { in EDMoveSourceID()
126 int EDMoveTargetID(EDInstRef inst) { in EDMoveTargetID()
[all …]