Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp794 static OperandType OpTypes[DW_CFA_restore + 1][MaxOperands]; in getOperandTypes() local
797 return ArrayRef<OperandType[MaxOperands]>(&OpTypes[0], DW_CFA_restore + 1); in getOperandTypes()
803 OpTypes[OP][0] = OPTYPE0; \ in getOperandTypes()
804 OpTypes[OP][1] = OPTYPE1; \ in getOperandTypes()
805 OpTypes[OP][2] = OPTYPE2; \ in getOperandTypes()
850 return ArrayRef<OperandType[MaxOperands]>(&OpTypes[0], DW_CFA_restore + 1); in getOperandTypes()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td943 /// instruction. OpTypes specifies the MIOperandInfo for the operand, and
946 class PredicateOperand<ValueType ty, dag OpTypes, dag AlwaysVal>
948 let MIOperandInfo = OpTypes;
954 class OptionalDefOperand<ValueType ty, dag OpTypes, dag defaultops>
956 let MIOperandInfo = OpTypes;