HomeSort by relevance Sort by last modified time
    Searched defs:OpType (Results 1 - 4 of 4) sorted by null

  /external/llvm/utils/TableGen/
AsmWriterInst.h 28 enum OpType {
57 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {}
60 OpType op = isLiteralTextOperand)
67 OpType op = isMachineInstrOperand)
  /external/llvm/include/llvm/MC/
MCWin64EH.h 29 typedef Win64EH::UnwindOpcodes OpType;
31 OpType Operation;
36 MCWin64EHInstruction(OpType Op, MCSymbol *L, unsigned Reg)
43 MCWin64EHInstruction(OpType Op, MCSymbol *L, unsigned Reg, unsigned Off)
51 MCWin64EHInstruction(OpType Op, MCSymbol *L, bool Code)
55 OpType getOperation() const { return Operation; }
MCDwarf.h 232 enum OpType { SameValue, Remember, Restore, Move, RelMove };
234 OpType Operation;
240 MCCFIInstruction(OpType Op, MCSymbol *L)
244 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned Register)
252 MCCFIInstruction(OpType Op, MCSymbol *L, const MachineLocation &D,
257 OpType getOperation() const { return Operation; }
  /external/skia/src/animator/
SkOperand2.h 10 enum OpType {
36 SkOperand2::OpType fType : 8;

Completed in 3496 milliseconds