Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp93 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()
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()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1295 return DAG.getExtLoad(ExtType, DL, PVT, in PromoteOperand()
1314 return DAG.getNode(ExtOpc, DL, PVT, Op); in PromoteOperand()
1371 EVT PVT = VT; in PromoteIntBinOp() local
1374 if (TLI.IsDesirableToPromoteOp(Op, PVT)) { in PromoteIntBinOp()
1439 EVT PVT = VT; in PromoteIntShiftOp() local
1442 if (TLI.IsDesirableToPromoteOp(Op, PVT)) { in PromoteIntShiftOp()
1450 N0 = SExtPromoteOperand(N0, PVT); in PromoteIntShiftOp()
1452 N0 = ZExtPromoteOperand(N0, PVT); in PromoteIntShiftOp()
1454 N0 = PromoteOperand(N0, PVT, Replace); in PromoteIntShiftOp()
1488 EVT PVT = VT; in PromoteExtend() local
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11943 MVT PVT = getPointerTy(MF->getDataLayout()); in emitEHSjLjSetJmp() local
11944 assert((PVT == MVT::i64 || PVT == MVT::i32) && in emitEHSjLjSetJmp()
11987 const int64_t LabelOffset = 1 * PVT.getStoreSize(); in emitEHSjLjSetJmp()
12075 MVT PVT = getPointerTy(MF->getDataLayout()); in emitEHSjLjLongJmp() local
12076 assert((PVT == MVT::i64 || PVT == MVT::i32) && in emitEHSjLjLongJmp()
12086 (PVT == MVT::i64) in emitEHSjLjLongJmp()
12103 if (PVT == MVT::i64) { in emitEHSjLjLongJmp()
12115 if (PVT == MVT::i64) { in emitEHSjLjLongJmp()
12127 if (PVT == MVT::i64) { in emitEHSjLjLongJmp()
12139 if (PVT == MVT::i64) { in emitEHSjLjLongJmp()
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp9197 EVT PVT = LD->getValueType(0); in LowerAsSplatVectorLoad() local
9198 if (PVT != MVT::i32 && PVT != MVT::f32) in LowerAsSplatVectorLoad()
17149 SDValue Flipped = DAG.getBitcast(PVT, V1); in lowerShuffleAsLanePermuteAndShuffle()
17151 DAG.getVectorShuffle(PVT, DL, Flipped, DAG.getUNDEF(PVT), {2, 3, 0, 1}); in lowerShuffleAsLanePermuteAndShuffle()
36501 MVT PVT = getPointerTy(MF->getDataLayout()); in emitSetJmpShadowStackFix() local
36560 MVT PVT = getPointerTy(MF->getDataLayout()); in emitEHSjLjSetJmp() local
36561 assert((PVT == MVT::i64 || PVT == MVT::i32) && in emitEHSjLjSetJmp()
36756 if (PVT == MVT::i64) { in emitLongJmpShadowStackFix()
36884 assert((PVT == MVT::i64 || PVT == MVT::i32) && in emitEHSjLjLongJmp()
36964 assert((PVT == MVT::i64 || PVT == MVT::i32) && "Invalid Pointer Size!"); in SetupEntryBlockForSjLj()
[all …]
H A DX86ISelLowering.h1059 bool IsDesirableToPromoteOp(SDValue Op, EVT &PVT) const override;