Home
last modified time | relevance | path

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

/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Daspeed-bmc-opp-zaius.dts380 * These are the PVT (and presumably beyond) addresses:
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp380 SDValue PromoteOperand(SDValue Op, EVT PVT, bool &Replace);
381 SDValue SExtPromoteOperand(SDValue Op, EVT PVT);
382 SDValue ZExtPromoteOperand(SDValue Op, EVT PVT);
1207 SDValue DAGCombiner::PromoteOperand(SDValue Op, EVT PVT, bool &Replace) { in PromoteOperand() argument
1216 return DAG.getExtLoad(ExtType, DL, PVT, in PromoteOperand()
1225 if (SDValue Op0 = SExtPromoteOperand(Op.getOperand(0), PVT)) in PromoteOperand()
1226 return DAG.getNode(ISD::AssertSext, DL, PVT, Op0, Op.getOperand(1)); in PromoteOperand()
1229 if (SDValue Op0 = ZExtPromoteOperand(Op.getOperand(0), PVT)) in PromoteOperand()
1230 return DAG.getNode(ISD::AssertZext, DL, PVT, Op0, Op.getOperand(1)); in PromoteOperand()
1235 return DAG.getNode(ExtOpc, DL, PVT, Op); in PromoteOperand()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11391 MVT PVT = getPointerTy(MF->getDataLayout()); in emitEHSjLjSetJmp() local
11392 assert((PVT == MVT::i64 || PVT == MVT::i32) && in emitEHSjLjSetJmp()
11435 const int64_t LabelOffset = 1 * PVT.getStoreSize(); in emitEHSjLjSetJmp()
11436 const int64_t TOCOffset = 3 * PVT.getStoreSize(); in emitEHSjLjSetJmp()
11437 const int64_t BPOffset = 4 * PVT.getStoreSize(); in emitEHSjLjSetJmp()
11440 const TargetRegisterClass *PtrRC = getRegClassFor(PVT); in emitEHSjLjSetJmp()
11523 MVT PVT = getPointerTy(MF->getDataLayout()); in emitEHSjLjLongJmp() local
11524 assert((PVT == MVT::i64 || PVT == MVT::i32) && in emitEHSjLjLongJmp()
11528 (PVT == MVT::i64) ? &PPC::G8RCRegClass : &PPC::GPRCRegClass; in emitEHSjLjLongJmp()
11531 unsigned FP = (PVT == MVT::i64) ? PPC::X31 : PPC::R31; in emitEHSjLjLongJmp()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8368 EVT PVT = LD->getValueType(0); in LowerAsSplatVectorLoad() local
8369 if (PVT != MVT::i32 && PVT != MVT::f32) in LowerAsSplatVectorLoad()
8420 EVT NVT = EVT::getVectorVT(*DAG.getContext(), PVT, NumElems); in LowerAsSplatVectorLoad()
8900 MVT PVT = TLI.getPointerTy(DAG.getDataLayout()); in lowerBuildVectorAsBroadcast() local
8909 SDValue CP = DAG.getConstantPool(C, PVT); in lowerBuildVectorAsBroadcast()
8927 SDValue VCP = DAG.getConstantPool(VecC, PVT); in lowerBuildVectorAsBroadcast()
16035 MVT PVT = VT.isFloatingPoint() ? MVT::v4f64 : MVT::v4i64; in lowerShuffleAsLanePermuteAndShuffle() local
16036 SDValue Flipped = DAG.getBitcast(PVT, V1); in lowerShuffleAsLanePermuteAndShuffle()
16038 DAG.getVectorShuffle(PVT, DL, Flipped, DAG.getUNDEF(PVT), {2, 3, 0, 1}); in lowerShuffleAsLanePermuteAndShuffle()
33300 MVT PVT = getPointerTy(MF->getDataLayout()); in emitSetJmpShadowStackFix() local
[all …]
H A DX86ISelLowering.h968 bool IsDesirableToPromoteOp(SDValue Op, EVT &PVT) const override;