Searched refs:PVal (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVRegularizer.cpp236 PoisonValue *PVal = PoisonValue::get(Arg0Ty); local
238 InsertElementInst::Create(PVal, CI->getOperand(1), ConstInt, "", CI);
241 Value *NewVec = new ShuffleVectorInst(Inst, PVal, ConstVec, "", CI);
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp1192 } else if (const PseudoSourceValue *PVal = getPseudoValue()) {
1194 assert(PVal && "Expected a pseudo source value");
1195 switch (PVal->kind()) {
1209 int FrameIndex = cast<FixedStackPseudoSourceValue>(PVal)->getFrameIndex();
1216 cast<GlobalValuePseudoSourceValue>(PVal)->getValue()->printAsOperand(
1222 OS, cast<ExternalSymbolPseudoSourceValue>(PVal)->getSymbol());
1231 Formatter->printCustomPseudoSourceValue(OS, MST, *PVal);
H A DRegisterCoalescer.cpp1123 VNInfo *PVal = IntA.getVNInfoBefore(LIS->getMBBEndIdx(Pred)); local
1124 MachineInstr *DefMI = LIS->getInstructionFromIndex(PVal->def);
1143 if (PVal->def < VNI->def && VNI->def < LIS->getMBBEndIdx(Pred)) {
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h234 ArgsUnion PVal(Parm);
235 memcpy(getArgsBuffer(), &PVal, sizeof(ArgsUnion)); local
266 ArgsUnion PVal(ArgKind);
267 memcpy(getArgsBuffer(), &PVal, sizeof(ArgsUnion)); local
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1338 const PseudoSourceValue *PVal = (*MMOI)->getPseudoValue();
1339 assert(PVal->kind() == PseudoSourceValue::FixedStack &&
1341 int FI = cast<FixedStackPseudoSourceValue>(PVal)->getFrameIndex();
1960 const PseudoSourceValue *PVal = (*MMOI)->getPseudoValue();
1961 if (PVal->isAliased(MFI))
H A DVarLocBasedImpl.cpp1296 const PseudoSourceValue *PVal = (*MMOI)->getPseudoValue();
1297 assert(PVal->kind() == PseudoSourceValue::FixedStack &&
1299 int FI = cast<FixedStackPseudoSourceValue>(PVal)->getFrameIndex();
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6687 SDValue PVal, KVal, QVal;
6699 PVal = DAG.getBuildVector(VT, DL, PAmts);
6706 PVal = DAG.getSplatVector(VT, DL, PAmts[0]);
6710 PVal = PAmts[0];
6724 SDValue Op0 = DAG.getNode(ISD::MUL, DL, VT, N, PVal);
6941 SDValue PVal, AVal, KVal, QVal;
6957 PVal = DAG.getBuildVector(VT, DL, PAmts);
6966 PVal = DAG.getSplatVector(VT, DL, PAmts[0]);
6972 PVal = PAmts[0];
6979 SDValue Op0 = DAG.getNode(ISD::MUL, DL, VT, N, PVal);
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5591 Value *PVal = CombinedInfo.Pointers[I]; local
5596 Builder.CreateAlignedStore(PVal, P,

Completed in 312 milliseconds