Searched refs:PVT (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmTypeCheck.cpp | 93 auto PVT = Stack.pop_back_val(); in popType() local 94 if (EVT && *EVT != PVT) { in popType() 96 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() 130 auto PVT = Got[Got.size() - ExpectedStackTop.size() + I]; in checkStackTop() local 131 if (PVT != EVT) in checkStackTop() 132 return std::string{"got "} + WebAssembly::typeToString(PVT) + in checkStackTop()
|
/freebsd/sys/contrib/device-tree/Bindings/hwmon/ |
H A D | as370.txt | 1 Bindings for Synaptics AS370 PVT sensors
|
/freebsd/sys/contrib/device-tree/src/arm/aspeed/ |
H A D | aspeed-bmc-opp-zaius.dts | 380 * These are the PVT (and presumably beyond) addresses:
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 12441 MVT PVT = getPointerTy(MF->getDataLayout()); in emitEHSjLjSetJmp() local 12442 assert((PVT == MVT::i64 || PVT == MVT::i32) && in emitEHSjLjSetJmp() 12485 const int64_t LabelOffset = 1 * PVT.getStoreSize(); in emitEHSjLjSetJmp() 12486 const int64_t TOCOffset = 3 * PVT.getStoreSize(); in emitEHSjLjSetJmp() 12487 const int64_t BPOffset = 4 * PVT.getStoreSize(); in emitEHSjLjSetJmp() 12490 const TargetRegisterClass *PtrRC = getRegClassFor(PVT); in emitEHSjLjSetJmp() 12573 MVT PVT = getPointerTy(MF->getDataLayout()); in emitEHSjLjLongJmp() local 12574 assert((PVT == MVT::i64 || PVT == MVT::i32) && in emitEHSjLjLongJmp() 12578 (PVT == MVT::i64) ? &PPC::G8RCRegClass : &PPC::GPRCRegClass; in emitEHSjLjLongJmp() 12581 unsigned FP = (PVT == MVT::i64) ? PPC::X31 : PPC::R31; in emitEHSjLjLongJmp() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 396 SDValue PromoteOperand(SDValue Op, EVT PVT, bool &Replace); 397 SDValue SExtPromoteOperand(SDValue Op, EVT PVT); 398 SDValue ZExtPromoteOperand(SDValue Op, EVT PVT); 1428 SDValue DAGCombiner::PromoteOperand(SDValue Op, EVT PVT, bool &Replace) { in PromoteOperand() argument 1437 return DAG.getExtLoad(ExtType, DL, PVT, in PromoteOperand() 1446 if (SDValue Op0 = SExtPromoteOperand(Op.getOperand(0), PVT)) in PromoteOperand() 1447 return DAG.getNode(ISD::AssertSext, DL, PVT, Op0, Op.getOperand(1)); in PromoteOperand() 1450 if (SDValue Op0 = ZExtPromoteOperand(Op.getOperand(0), PVT)) in PromoteOperand() 1451 return DAG.getNode(ISD::AssertZext, DL, PVT, Op0, Op.getOperand(1)); in PromoteOperand() 1456 return DAG.getNode(ExtOpc, DL, PVT, Op); in PromoteOperand() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 6784 EVT PVT = LD->getValueType(0); in LowerAsSplatVectorLoad() local 6785 if (PVT != MVT::i32 && PVT != MVT::f32) in LowerAsSplatVectorLoad() 6836 EVT NVT = EVT::getVectorVT(*DAG.getContext(), PVT, NumElems); in LowerAsSplatVectorLoad() 7356 MVT PVT = TLI.getPointerTy(DAG.getDataLayout()); in lowerBuildVectorAsBroadcast() local 7362 SDValue CP = DAG.getConstantPool(C, PVT); in lowerBuildVectorAsBroadcast() 7378 SDValue VCP = DAG.getConstantPool(VecC, PVT); in lowerBuildVectorAsBroadcast() 14931 MVT PVT = VT.isFloatingPoint() ? MVT::v4f64 : MVT::v4i64; in lowerShuffleAsLanePermuteAndShuffle() local 14932 SDValue Flipped = DAG.getBitcast(PVT, V1); in lowerShuffleAsLanePermuteAndShuffle() 14934 DAG.getVectorShuffle(PVT, DL, Flipped, DAG.getUNDEF(PVT), {2, 3, 0, 1}); in lowerShuffleAsLanePermuteAndShuffle() 35752 MVT PVT = getPointerTy(MF->getDataLayout()); in emitSetJmpShadowStackFix() local [all …]
|
H A D | X86ISelLowering.h | 1078 bool IsDesirableToPromoteOp(SDValue Op, EVT &PVT) const override;
|
/freebsd/share/misc/ |
H A D | usb_vendors | 9200 0616 Future Techno Designs PVT, Ltd
|