Searched refs:OpTypes (Results 1 – 3 of 3) sorted by relevance
300 static OperandType OpTypes[DW_CFA_restore+1][2]; in getOperandTypes() local304 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(); variable354 OperandType Type = OpTypes[Opcode][OperandIdx]; in printOperand()
695 /// instruction. OpTypes specifies the MIOperandInfo for the operand, and698 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;
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