Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeInfo.cpp30 ExpectedVT.getEVTString() + ", got " + ActualVT.getEVTString()); in checkResultType()
40 ExpectedVT.getEVTString() + ", got " + ActualVT.getEVTString()); in checkOperandType()
H A DSelectionDAGPrinter.cpp41 return ((const SDNode *) Node)->getValueType(i).getEVTString(); in getEdgeDestLabel()
H A DSelectionDAGDumper.cpp667 OS << getValueType(i).getEVTString(); in print_types()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DValueTypes.cpp162 std::string EVT::getEVTString() const { in getEVTString() function in EVT
174 getVectorElementType().getEVTString(); in getEVTString()
345 OS << EVT(*this).getEVTString(); in print()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp128 Params.push_back(EVT(VT).getEVTString()); in WebAssemblyFunctionInfo()
130 Results.push_back(EVT(VT).getEVTString()); in WebAssemblyFunctionInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h485 LLVM_ABI std::string getEVTString() const;
492 OS << getEVTString(); in print()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp735 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc22704 {"_ZNK4llvm3EVT12getEVTStringEv", "llvm::EVT::getEVTString() const"},