reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
36 MVT::SimpleValueType getValueType(Record *Rec);
104 O << "LocVT == " << getEnumName(getValueType(VT)); 235 MVT::SimpleValueType DestVT = getValueType(DestTy); 249 MVT::SimpleValueType DestVT = getValueType(DestTy); 265 O << IndentStr << "LocVT = " << getEnumName(getValueType(DestTy)) <<";\n"; 269 O << IndentStr << "LocVT = " << getEnumName(getValueType(DestTy)) <<";\n"; 273 O << IndentStr << "LocVT = " << getEnumName(getValueType(DestTy)) <<";\n";utils/TableGen/CodeGenTarget.cpp
527 Ty = ::getValueType(R->getValueAsDef("Ty")); 672 MVT::SimpleValueType VT = getValueType(TyEl->getValueAsDef("VT")); 699 VT = getValueType(TyEl->getValueAsDef("VT")); 736 VT = getValueType(TyEl->getValueAsDef("VT"));utils/TableGen/GlobalISelEmitter.cpp
3580 MVTToLLT(getValueType(Predicate.getMemoryVT())); 4361 OpTyOrNone = MVTToLLT(getValueType(utils/TableGen/InfoByHwMode.cpp
35 auto I = Map.insert({P.first, MVT(llvm::getValueType(P.second))}); 119 return ValueTypeByHwMode(Rec, llvm::getValueType(Rec));utils/TableGen/IntrinsicEmitter.cpp
282 MVT::SimpleValueType VT = getValueType(R->getValueAsDef("ElTy")); 310 MVT::SimpleValueType VT = getValueType(R->getValueAsDef("VT")); 385 switch (getValueType(R->getValueAsDef("VT"))) {