| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | CallingConvLower.cpp | 132 << 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 D | ValueTypes.cpp | 152 std::string EVT::getEVTString() const { in getEVTString() function in EVT 158 getVectorElementType().getEVTString(); in getEVTString()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 568 OS << getValueType(i).getEVTString(); in print_types() 701 OS << ":" << N->getVT().getEVTString(); in print_details() 716 OS << " from " << LD->getMemoryVT().getEVTString(); in print_details() 728 OS << ", trunc to " << ST->getMemoryVT().getEVTString(); in print_details() 748 OS << " from " << MLd->getMemoryVT().getEVTString(); in print_details() 763 OS << ", trunc to " << MSt->getMemoryVT().getEVTString(); in print_details() 785 OS << " from " << MGather->getMemoryVT().getEVTString(); in print_details() 797 OS << ", trunc to " << MScatter->getMemoryVT().getEVTString(); in print_details()
|
| H A D | SelectionDAGPrinter.cpp | 41 return ((const SDNode *) Node)->getValueType(i).getEVTString(); in getEdgeDestLabel()
|
| H A D | LegalizeTypes.cpp | 248 LLVM_DEBUG(dbgs() << "Analyzing result type: " << ResultVT.getEVTString() in run()
|
| H A D | SelectionDAGISel.cpp | 3243 LLVM_DEBUG(dbgs() << " TypeSwitch[" << EVT(CurNodeVT).getEVTString() in SelectCodeCommon()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyMachineFunctionInfo.cpp | 127 Params.push_back(EVT(VT).getEVTString()); in WebAssemblyFunctionInfo() 129 Results.push_back(EVT(VT).getEVTString()); in WebAssemblyFunctionInfo()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | ValueTypes.h | 457 std::string getEVTString() const;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelLowering.cpp | 481 << RegVT.getEVTString() << "\n"); in LowerCCCArguments() 492 << EVT(VA.getLocVT()).getEVTString() << "\n"; in LowerCCCArguments()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelLowering.cpp | 648 << RegVT.getEVTString() << "\n"; in LowerCCCArguments() 689 << EVT(VA.getLocVT()).getEVTString() in LowerCCCArguments()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/BPF/ |
| H A D | BPFISelLowering.cpp | 328 << RegVT.getEVTString() << '\n'; in LowerFormalArguments()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/XCore/ |
| H A D | XCoreISelLowering.cpp | 1302 << RegVT.getEVTString() << "\n"; in LowerCCCArguments() 1319 << EVT(VA.getLocVT()).getEVTString() in LowerCCCArguments()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelLowering.cpp | 2052 << EVT(ArgVT).getEVTString() << '\n'); in analyzeInputArgs() 2070 << EVT(ArgVT).getEVTString() << "\n"); in analyzeOutputArgs()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsFastISel.cpp | 1359 << ArgVT.getEVTString() << "\n"); in fastLowerArguments()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAGHVX.cpp | 740 OS << format("%8s", EVT(Ty).getEVTString().c_str()) << " " in print()
|
| H A D | HexagonISelLowering.cpp | 2579 dbgs() << "VecTy: " << EVT(VecTy).getEVTString() << '\n'; in buildVector32()
|
| H A D | HexagonISelLoweringHVX.cpp | 52 llvm_unreachable(("Unexpected type: " + EVT(ElemTy).getEVTString()).c_str()); in getIEEEProperties()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 12247 << EVT(ArgVT).getEVTString() << '\n'); in analyzeInputArgs() 12273 << EVT(ArgVT).getEVTString() << "\n"); in analyzeOutputArgs()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 5787 << EVT(ArgVT).getEVTString() << "\n"; in LowerCall_32SVR4()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 9765 LLVM_DEBUG(dbgs() << (IsLegal ? "Legal " : "Illegal ") << VT.getEVTString() in isFPImmLegal()
|