Home
last modified time | relevance | path

Searched refs:getEVTString (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DValueTypes.cpp161 std::string EVT::getEVTString() const { in getEVTString() function in EVT
167 getVectorElementType().getEVTString(); in getEVTString()
303 OS << EVT(*this).getEVTString(); in print()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp129 Params.push_back(EVT(VT).getEVTString()); in WebAssemblyFunctionInfo()
131 Results.push_back(EVT(VT).getEVTString()); in WebAssemblyFunctionInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h475 std::string getEVTString() const;
482 OS << getEVTString(); in print()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp41 return ((const SDNode *) Node)->getValueType(i).getEVTString(); in getEdgeDestLabel()
H A DSelectionDAGDumper.cpp625 OS << getValueType(i).getEVTString(); in print_types()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp740 OS << format("%8s", EVT(Ty).getEVTString().c_str()) << " " in print()
H A DHexagonISelLoweringHVX.cpp52 llvm_unreachable(("Unexpected type: " + EVT(ElemTy).getEVTString()).c_str()); in getIEEEProperties()