Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/device-tree/Bindings/hwmon/
H A Dbaikal,bt1-pvt.yaml8 title: Baikal-T1 PVT Sensor
18 is based on the Analog Bits PVT sensor, but is equipped with a dedicated
25 Analog Bits core Bakal-T1 PVT control block
43 This bindings describes the external Baikal-T1 PVT control interfaces
60 - description: PVT reference clock
H A Das370.txt1 Bindings for Synaptics AS370 PVT sensors
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp92 auto PVT = Stack.back(); in popType() local
94 if (EVT.hasValue() && EVT.getValue() != PVT) { in popType()
96 ErrorLoc, StringRef("popped ") + WebAssembly::typeToString(PVT) + in popType()
118 auto PVT = Stack[Stack.size() - LastSig.Returns.size() + i]; in checkEnd() local
119 if (PVT != EVT) in checkEnd()
121 ErrorLoc, StringRef("end got ") + WebAssembly::typeToString(PVT) + in checkEnd()
/freebsd-13.1/sys/contrib/device-tree/Bindings/thermal/
H A Dsocionext,uniphier-thermal.yaml11 PVT(Process, Voltage and Temperature) monitoring unit implemented on
34 A pair of calibrated values referred from PVT, in case that the values
/freebsd-13.1/sys/contrib/device-tree/src/arm/
H A Daspeed-bmc-opp-zaius.dts380 * These are the PVT (and presumably beyond) addresses:
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1218 return DAG.getExtLoad(ExtType, DL, PVT, in PromoteOperand()
1237 return DAG.getNode(ExtOpc, DL, PVT, Op); in PromoteOperand()
1294 EVT PVT = VT; in PromoteIntBinOp() local
1297 if (TLI.IsDesirableToPromoteOp(Op, PVT)) { in PromoteIntBinOp()
1362 EVT PVT = VT; in PromoteIntShiftOp() local
1365 if (TLI.IsDesirableToPromoteOp(Op, PVT)) { in PromoteIntShiftOp()
1374 N0 = SExtPromoteOperand(N0, PVT); in PromoteIntShiftOp()
1376 N0 = ZExtPromoteOperand(N0, PVT); in PromoteIntShiftOp()
1378 N0 = PromoteOperand(N0, PVT, Replace); in PromoteIntShiftOp()
1411 EVT PVT = VT; in PromoteExtend() local
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11435 MVT PVT = getPointerTy(MF->getDataLayout()); in emitEHSjLjSetJmp() local
11436 assert((PVT == MVT::i64 || PVT == MVT::i32) && in emitEHSjLjSetJmp()
11479 const int64_t LabelOffset = 1 * PVT.getStoreSize(); in emitEHSjLjSetJmp()
11567 MVT PVT = getPointerTy(MF->getDataLayout()); in emitEHSjLjLongJmp() local
11568 assert((PVT == MVT::i64 || PVT == MVT::i32) && in emitEHSjLjLongJmp()
11578 (PVT == MVT::i64) in emitEHSjLjLongJmp()
11595 if (PVT == MVT::i64) { in emitEHSjLjLongJmp()
11607 if (PVT == MVT::i64) { in emitEHSjLjLongJmp()
11619 if (PVT == MVT::i64) { in emitEHSjLjLongJmp()
11631 if (PVT == MVT::i64) { in emitEHSjLjLongJmp()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8393 EVT PVT = LD->getValueType(0); in LowerAsSplatVectorLoad() local
8394 if (PVT != MVT::i32 && PVT != MVT::f32) in LowerAsSplatVectorLoad()
16072 SDValue Flipped = DAG.getBitcast(PVT, V1); in lowerShuffleAsLanePermuteAndShuffle()
16074 DAG.getVectorShuffle(PVT, DL, Flipped, DAG.getUNDEF(PVT), {2, 3, 0, 1}); in lowerShuffleAsLanePermuteAndShuffle()
33493 MVT PVT = getPointerTy(MF->getDataLayout()); in emitSetJmpShadowStackFix() local
33552 MVT PVT = getPointerTy(MF->getDataLayout()); in emitEHSjLjSetJmp() local
33553 assert((PVT == MVT::i64 || PVT == MVT::i32) && in emitEHSjLjSetJmp()
33748 if (PVT == MVT::i64) { in emitLongJmpShadowStackFix()
33876 assert((PVT == MVT::i64 || PVT == MVT::i32) && in emitEHSjLjLongJmp()
33956 assert((PVT == MVT::i64 || PVT == MVT::i32) && "Invalid Pointer Size!"); in SetupEntryBlockForSjLj()
[all …]
H A DX86ISelLowering.h968 bool IsDesirableToPromoteOp(SDValue Op, EVT &PVT) const override;