Searched refs:instType (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
H A DEDEmitter.cpp408 instType.set("kInstructionTypeMove"); \
414 instType.set("kInstructionTypeBranch"); \
419 instType.set("kInstructionTypePush"); \
424 instType.set("kInstructionTypePop"); \
429 instType.set("kInstructionTypeCall"); \
434 instType.set("kInstructionTypeReturn"); \
441 /// @arg instType - A reference to the type for the instruction as a whole
445 LiteralConstantEmitter &instType,
491 instType.set("kInstructionTypePush");
515 instType
444 X86ExtractSemantics( LiteralConstantEmitter &instType, FlagsConstantEmitter *(&operandFlags)[EDIS_MAX_OPERANDS], const CodeGenInstruction &inst) argument
797 ARMExtractSemantics( LiteralConstantEmitter &instType, LiteralConstantEmitter *(&operandTypes)[EDIS_MAX_OPERANDS], FlagsConstantEmitter *(&operandFlags)[EDIS_MAX_OPERANDS], const CodeGenInstruction &inst) argument
850 LiteralConstantEmitter *instType = new LiteralConstantEmitter; local
[all...]

Completed in 180 milliseconds