HomeSort by relevance Sort by last modified time
    Searched defs:OpType (Results 1 - 6 of 6) 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/openfst/src/include/fst/script/
script-impl.h 159 typedef void (*OpType)(ArgPack *args);
162 typedef GenericOperationRegister<OpType> Register;
186 typename OpReg::OpType op = reg->GetOperation(op_name, arc_type);
  /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 268 enum OpType { SameValue, RememberState, RestoreState, Move, RelMove, Escape,
271 OpType Operation;
278 MCCFIInstruction(OpType Op, MCSymbol *L)
282 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned Register)
290 MCCFIInstruction(OpType Op, MCSymbol *L, const MachineLocation &D,
295 MCCFIInstruction(OpType Op, MCSymbol *L, StringRef Vals)
299 OpType getOperation() const { return Operation; }
  /external/skia/src/animator/
SkOperand2.h 17 enum OpType {
43 SkOperand2::OpType fType : 8;
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]

Completed in 595 milliseconds