Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCallingConvLower.cpp132 << EVT(ArgVT).getEVTString() << '\n'; in AnalyzeCallOperands()
150 << EVT(ArgVT).getEVTString() << '\n'; in AnalyzeCallOperands()
167 << EVT(VT).getEVTString() << '\n'; in AnalyzeCallResult()
179 << EVT(VT).getEVTString() << '\n'; in AnalyzeCallResult()
215 dbgs() << "Call has unhandled type " << EVT(VT).getEVTString() in getRemainingRegParmsForType()
H A DValueTypes.cpp152 std::string EVT::getEVTString() const { in getEVTString() function in EVT
158 getVectorElementType().getEVTString(); in getEVTString()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp563 OS << getValueType(i).getEVTString(); in print_types()
696 OS << ":" << N->getVT().getEVTString(); in print_details()
711 OS << " from " << LD->getMemoryVT().getEVTString(); in print_details()
723 OS << ", trunc to " << ST->getMemoryVT().getEVTString(); in print_details()
743 OS << " from " << MLd->getMemoryVT().getEVTString(); in print_details()
758 OS << ", trunc to " << MSt->getMemoryVT().getEVTString(); in print_details()
780 OS << " from " << MGather->getMemoryVT().getEVTString(); in print_details()
792 OS << ", trunc to " << MScatter->getMemoryVT().getEVTString(); in print_details()
H A DSelectionDAGPrinter.cpp41 return ((const SDNode *) Node)->getValueType(i).getEVTString(); in getEdgeDestLabel()
H A DLegalizeTypes.cpp248 LLVM_DEBUG(dbgs() << "Analyzing result type: " << ResultVT.getEVTString() in run()
H A DSelectionDAGISel.cpp3186 LLVM_DEBUG(dbgs() << " TypeSwitch[" << EVT(CurNodeVT).getEVTString() in SelectCodeCommon()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp131 Params.push_back(EVT(VT).getEVTString()); in WebAssemblyFunctionInfo()
133 Results.push_back(EVT(VT).getEVTString()); in WebAssemblyFunctionInfo()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DValueTypes.h457 std::string getEVTString() const;
/llvm-project-15.0.7/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp857 << EVT(ArgVT).getEVTString() << '\n'); in analyzeInputArgs()
871 << EVT(ArgVT).getEVTString() << "\n"); in analyzeOutputArgs()
/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp481 << RegVT.getEVTString() << "\n"); in LowerCCCArguments()
492 << EVT(VA.getLocVT()).getEVTString() << "\n"; in LowerCCCArguments()
/llvm-project-15.0.7/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp648 << RegVT.getEVTString() << "\n"; in LowerCCCArguments()
689 << EVT(VA.getLocVT()).getEVTString() in LowerCCCArguments()
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp328 << RegVT.getEVTString() << '\n'; in LowerFormalArguments()
/llvm-project-15.0.7/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1305 << RegVT.getEVTString() << "\n"; in LowerCCCArguments()
1322 << EVT(VA.getLocVT()).getEVTString() in LowerCCCArguments()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1359 << ArgVT.getEVTString() << "\n"); in fastLowerArguments()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp733 OS << format("%8s", EVT(Ty).getEVTString().c_str()) << " " in print()
H A DHexagonISelLowering.cpp2495 dbgs() << "VecTy: " << EVT(VecTy).getEVTString() << '\n'; in buildVector32()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp10597 << EVT(ArgVT).getEVTString() << '\n'); in analyzeInputArgs()
10623 << EVT(ArgVT).getEVTString() << "\n"); in analyzeOutputArgs()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5777 << EVT(ArgVT).getEVTString() << "\n"; in LowerCall_32SVR4()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8817 LLVM_DEBUG(dbgs() << (IsLegal ? "Legal " : "Illegal ") << VT.getEVTString() in isFPImmLegal()