Searched refs:PVT (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmTypeCheck.cpp | 93 auto PVT = Stack.pop_back_val(); in popType() local 94 if (EVT && EVT.value() != PVT) { in popType() 96 ErrorLoc, StringRef("popped ") + WebAssembly::typeToString(PVT) + in popType() 106 auto PVT = Stack.pop_back_val(); in popRefType() local 107 if (!WebAssembly::isRefType(PVT)) { in popRefType() 109 WebAssembly::typeToString(PVT) + in popRefType() 139 auto PVT = Stack[Stack.size() - LastSig.Returns.size() + i]; in checkEnd() local 140 if (PVT != EVT) in checkEnd() 142 ErrorLoc, StringRef("end got ") + WebAssembly::typeToString(PVT) + in checkEnd()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 1282 return DAG.getExtLoad(ExtType, DL, PVT, in PromoteOperand() 1301 return DAG.getNode(ExtOpc, DL, PVT, Op); in PromoteOperand() 1358 EVT PVT = VT; in PromoteIntBinOp() local 1361 if (TLI.IsDesirableToPromoteOp(Op, PVT)) { in PromoteIntBinOp() 1426 EVT PVT = VT; in PromoteIntShiftOp() local 1429 if (TLI.IsDesirableToPromoteOp(Op, PVT)) { in PromoteIntShiftOp() 1437 N0 = SExtPromoteOperand(N0, PVT); in PromoteIntShiftOp() 1439 N0 = ZExtPromoteOperand(N0, PVT); in PromoteIntShiftOp() 1441 N0 = PromoteOperand(N0, PVT, Replace); in PromoteIntShiftOp() 1475 EVT PVT = VT; in PromoteExtend() local [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 11778 MVT PVT = getPointerTy(MF->getDataLayout()); in emitEHSjLjSetJmp() local 11779 assert((PVT == MVT::i64 || PVT == MVT::i32) && in emitEHSjLjSetJmp() 11822 const int64_t LabelOffset = 1 * PVT.getStoreSize(); in emitEHSjLjSetJmp() 11910 MVT PVT = getPointerTy(MF->getDataLayout()); in emitEHSjLjLongJmp() local 11911 assert((PVT == MVT::i64 || PVT == MVT::i32) && in emitEHSjLjLongJmp() 11921 (PVT == MVT::i64) in emitEHSjLjLongJmp() 11938 if (PVT == MVT::i64) { in emitEHSjLjLongJmp() 11950 if (PVT == MVT::i64) { in emitEHSjLjLongJmp() 11962 if (PVT == MVT::i64) { in emitEHSjLjLongJmp() 11974 if (PVT == MVT::i64) { in emitEHSjLjLongJmp() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 9085 EVT PVT = LD->getValueType(0); in LowerAsSplatVectorLoad() local 9086 if (PVT != MVT::i32 && PVT != MVT::f32) in LowerAsSplatVectorLoad() 16926 SDValue Flipped = DAG.getBitcast(PVT, V1); in lowerShuffleAsLanePermuteAndShuffle() 16928 DAG.getVectorShuffle(PVT, DL, Flipped, DAG.getUNDEF(PVT), {2, 3, 0, 1}); in lowerShuffleAsLanePermuteAndShuffle() 35514 MVT PVT = getPointerTy(MF->getDataLayout()); in emitSetJmpShadowStackFix() local 35573 MVT PVT = getPointerTy(MF->getDataLayout()); in emitEHSjLjSetJmp() local 35574 assert((PVT == MVT::i64 || PVT == MVT::i32) && in emitEHSjLjSetJmp() 35769 if (PVT == MVT::i64) { in emitLongJmpShadowStackFix() 35897 assert((PVT == MVT::i64 || PVT == MVT::i32) && in emitEHSjLjLongJmp() 35977 assert((PVT == MVT::i64 || PVT == MVT::i32) && "Invalid Pointer Size!"); in SetupEntryBlockForSjLj() [all …]
|
| H A D | X86ISelLowering.h | 1010 bool IsDesirableToPromoteOp(SDValue Op, EVT &PVT) const override;
|