Searched refs:OpTypes (Results 1 – 3 of 3) sorted by relevance
289 static OperandType OpTypes[DW_CFA_restore+1][2]; in getOperandTypes() local293 OpTypes[OP][0] = OPTYPE0; \ in getOperandTypes()294 OpTypes[OP][1] = OPTYPE1; \ in getOperandTypes()332 return ArrayRef<OperandType[2]>(&OpTypes[0], DW_CFA_restore+1); in getOperandTypes()335 static ArrayRef<OperandType[2]> OpTypes = getOperandTypes(); variable343 OperandType Type = OpTypes[Opcode][OperandIdx]; in printOperand()
669 /// instruction. OpTypes specifies the MIOperandInfo for the operand, and672 class PredicateOperand<ValueType ty, dag OpTypes, dag AlwaysVal>674 let MIOperandInfo = OpTypes;680 class OptionalDefOperand<ValueType ty, dag OpTypes, dag defaultops>682 let MIOperandInfo = OpTypes;
968 types defined in the backend, in the llvm::XXX::OpTypes namespace.971 available in each Target's OpTypes enum. Also, only named Operand types appear987 namespace OpTypes {997 } // End namespace OpTypes1005 #define GET_INSTRINFO_OPERAND_TYPES_ENUM // For OpTypes enum