Home
last modified time | relevance | path

Searched defs:OpType (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DLowLevel.cpp110 #define TestRegReg(Inst, Dst, Src, OpType, ByteCountUntyped, ...) \ in TEST_F() argument
124 #define TestRegImm(Inst, Dst, Imm, OpType, ByteCountUntyped, ...) \ in TEST_F() argument
137 #define TestRegAbsoluteAddr(Inst, Dst, Disp, OpType, ByteCountUntyped, ...) \ in TEST_F() argument
151 #define TestRegAddrBase(Inst, Dst, Base, Disp, OpType, ByteCountUntyped, ...) \ in TEST_F() argument
166 #define TestRegAddrScaledIndex(Inst, Dst, Index, Scale, Disp, OpType, \ in TEST_F() argument
183 OpType, ByteCountUntyped, ...) \ in TEST_F() argument
200 OpType, ByteCountUntyped, ...) \ in TEST_F() argument
218 OpType, ByteCountUntyped, ...) \ in TEST_F() argument
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DLowLevel.cpp157 #define TestRegReg(Inst, Dst, Src, OpType, ByteCountUntyped, ...) \ in TEST_F() argument
170 #define TestRegImm(Inst, Dst, Imm, OpType, ByteCountUntyped, ...) \ in TEST_F() argument
183 #define TestRegAbsoluteAddr(Inst, Dst, Disp, OpType, ByteCountUntyped, ...) \ in TEST_F() argument
196 #define TestRegAddrBase(Inst, Dst, Base, Disp, OpType, ByteCountUntyped, ...) \ in TEST_F() argument
210 #define TestRegAddrScaledIndex(Inst, Dst, Index, Scale, Disp, OpType, \ in TEST_F() argument
227 OpType, ByteCountUntyped, ...) \ in TEST_F() argument
243 OpType, ByteCountUntyped, ...) \ in TEST_F() argument
260 OpType, ByteCountUntyped, ...) \ in TEST_F() argument
/external/llvm/utils/TableGen/
DAsmWriterInst.h28 enum OpType { enum
/external/swiftshader/third_party/LLVM/utils/TableGen/
DAsmWriterInst.h28 enum OpType { enum
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCWin64EH.h29 typedef Win64EH::UnwindOpcodes OpType; typedef
DMCDwarf.h232 enum OpType { SameValue, Remember, Restore, Move, RelMove }; enum
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
DSIMCCodeEmitter.cpp80 unsigned OpType = Desc.OpInfo[OpNo].OperandType; in isSrcOperand() local
/external/llvm/include/llvm/CodeGen/
DStackMaps.h163 typedef enum { DirectMemRefOp, IndirectMemRefOp, ConstantOp } OpType; typedef
/external/skia/tools/debugger/
DSkDrawCommand.h27 enum OpType { enum
/external/llvm/include/llvm/MC/
DMCDwarf.h327 enum OpType { enum
/external/swiftshader/third_party/subzero/src/
DIceInstARM32.h790 const Type OpType = (isVectorCompare() ? getSrc(0) : getDest())->getType(); in emit() local
799 const Type OpType = (isVectorCompare() ? getSrc(0) : getDest())->getType(); in dump() local
DPNaClTranslator.cpp2726 Ice::Type OpType = Op->getType(); in ProcessRecord() local
2776 Ice::Type OpType = Context->getSimpleTypeByID(Values[1]); in ProcessRecord() local
DIceInstARM32.cpp232 Type OpType) { in emitThreeAddrFP()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1803 PointerType *OpType = cast<PointerType>(Operand->getType()); in visitGetElementPtrInst() local
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp2053 Type *OpType = Op->getType(); in handleBswap() local