Home
last modified time | relevance | path

Searched refs:OpTypes (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp300 static OperandType OpTypes[DW_CFA_restore+1][2]; in getOperandTypes() local
304 OpTypes[OP][0] = OPTYPE0; \ in getOperandTypes()
305 OpTypes[OP][1] = OPTYPE1; \ in getOperandTypes()
343 return ArrayRef<OperandType[2]>(&OpTypes[0], DW_CFA_restore+1); in getOperandTypes()
346 static ArrayRef<OperandType[2]> OpTypes = getOperandTypes(); variable
354 OperandType Type = OpTypes[Opcode][OperandIdx]; in printOperand()
/external/llvm/include/llvm/Target/
DTarget.td695 /// instruction. OpTypes specifies the MIOperandInfo for the operand, and
698 class PredicateOperand<ValueType ty, dag OpTypes, dag AlwaysVal>
700 let MIOperandInfo = OpTypes;
706 class OptionalDefOperand<ValueType ty, dag OpTypes, dag defaultops>
708 let MIOperandInfo = OpTypes;
/external/llvm/docs/
DWritingAnLLVMBackend.rst968 types defined in the backend, in the llvm::XXX::OpTypes namespace.
971 available in each Target's OpTypes enum. Also, only named Operand types appear
987 namespace OpTypes {
997 } // End namespace OpTypes
1005 #define GET_INSTRINFO_OPERAND_TYPES_ENUM // For OpTypes enum