Searched refs:PVT (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 1095 return DAG.getExtLoad(ExtType, DL, PVT, in PromoteOperand() 1114 return DAG.getNode(ExtOpc, DL, PVT, Op); in PromoteOperand() 1171 EVT PVT = VT; in PromoteIntBinOp() local 1174 if (TLI.IsDesirableToPromoteOp(Op, PVT)) { in PromoteIntBinOp() 1236 EVT PVT = VT; in PromoteIntShiftOp() local 1239 if (TLI.IsDesirableToPromoteOp(Op, PVT)) { in PromoteIntShiftOp() 1248 N0 = SExtPromoteOperand(N0, PVT); in PromoteIntShiftOp() 1250 N0 = ZExtPromoteOperand(N0, PVT); in PromoteIntShiftOp() 1252 N0 = PromoteOperand(N0, PVT, Replace); in PromoteIntShiftOp() 1286 EVT PVT = VT; in PromoteExtend() local [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 10118 MVT PVT = getPointerTy(MF->getDataLayout()); in emitEHSjLjSetJmp() local 10119 assert((PVT == MVT::i64 || PVT == MVT::i32) && in emitEHSjLjSetJmp() 10162 const int64_t LabelOffset = 1 * PVT.getStoreSize(); in emitEHSjLjSetJmp() 10250 MVT PVT = getPointerTy(MF->getDataLayout()); in emitEHSjLjLongJmp() local 10251 assert((PVT == MVT::i64 || PVT == MVT::i32) && in emitEHSjLjLongJmp() 10261 (PVT == MVT::i64) in emitEHSjLjLongJmp() 10278 if (PVT == MVT::i64) { in emitEHSjLjLongJmp() 10290 if (PVT == MVT::i64) { in emitEHSjLjLongJmp() 10302 if (PVT == MVT::i64) { in emitEHSjLjLongJmp() 10314 if (PVT == MVT::i64) { in emitEHSjLjLongJmp() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 7128 EVT PVT = LD->getValueType(0); in LowerAsSplatVectorLoad() local 7129 if (PVT != MVT::i32 && PVT != MVT::f32) in LowerAsSplatVectorLoad() 13985 SDValue Flipped = DAG.getBitcast(PVT, V1); in lowerVectorShuffleAsLanePermuteAndBlend() 13986 Flipped = DAG.getVectorShuffle(PVT, DL, Flipped, DAG.getUNDEF(PVT), in lowerVectorShuffleAsLanePermuteAndBlend() 29023 MVT PVT = getPointerTy(MF->getDataLayout()); in emitSetJmpShadowStackFix() local 29082 MVT PVT = getPointerTy(MF->getDataLayout()); in emitEHSjLjSetJmp() local 29083 assert((PVT == MVT::i64 || PVT == MVT::i32) && in emitEHSjLjSetJmp() 29224 MVT PVT = getPointerTy(MF->getDataLayout()); in emitLongJmpShadowStackFix() local 29401 assert((PVT == MVT::i64 || PVT == MVT::i32) && in emitEHSjLjLongJmp() 29481 assert((PVT == MVT::i64 || PVT == MVT::i32) && "Invalid Pointer Size!"); in SetupEntryBlockForSjLj() [all …]
|
| H A D | X86ISelLowering.h | 767 bool IsDesirableToPromoteOp(SDValue Op, EVT &PVT) const override;
|