Home | History | Annotate | Download | only in TableGen

Lines Matching refs:SimpleValueType

36 /// getValueType - Return the MVT::SimpleValueType that the specified TableGen
38 MVT::SimpleValueType llvm::getValueType(Record *Rec) {
39 return (MVT::SimpleValueType)Rec->getValueAsInt("Value");
42 std::string llvm::getName(MVT::SimpleValueType T) {
51 std::string llvm::getEnumName(MVT::SimpleValueType T) {
233 std::vector<MVT::SimpleValueType> CodeGenTarget::
236 std::vector<MVT::SimpleValueType> Result;
241 ArrayRef<MVT::SimpleValueType> InVTs = RC.getValueTypes();
492 std::vector<MVT::SimpleValueType> OverloadedVTs;
497 MVT::SimpleValueType VT;
531 MVT::SimpleValueType VT;