Searched refs:PVal (Results 1 – 5 of 5) sorted by relevance
1096 } else if (const PseudoSourceValue *PVal = getPseudoValue()) { in print() local1098 assert(PVal && "Expected a pseudo source value"); in print()1099 switch (PVal->kind()) { in print()1113 int FrameIndex = cast<FixedStackPseudoSourceValue>(PVal)->getFrameIndex(); in print()1120 cast<GlobalValuePseudoSourceValue>(PVal)->getValue()->printAsOperand( in print()1126 OS, cast<ExternalSymbolPseudoSourceValue>(PVal)->getSymbol()); in print()1134 PVal->printCustom(OS); in print()
349 const PseudoSourceValue *PVal = (*MMOI)->getPseudoValue(); in extractSpillBaseRegAndOffset() local350 assert(PVal->kind() == PseudoSourceValue::FixedStack && in extractSpillBaseRegAndOffset()352 int FI = cast<FixedStackPseudoSourceValue>(PVal)->getFrameIndex(); in extractSpillBaseRegAndOffset()
1029 VNInfo *PVal = IntA.getVNInfoBefore(LIS->getMBBEndIdx(Pred)); in removePartialRedundancy() local1030 MachineInstr *DefMI = LIS->getInstructionFromIndex(PVal->def); in removePartialRedundancy()1049 if (PVal->def < VNI->def && VNI->def < LIS->getMBBEndIdx(Pred)) { in removePartialRedundancy()
261 ArgsUnion PVal(Parm); in ParsedAttr()262 memcpy(getArgsBuffer(), &PVal, sizeof(ArgsUnion)); in ParsedAttr()295 ArgsUnion PVal(ArgKind); in ParsedAttr()296 memcpy(getArgsBuffer(), &PVal, sizeof(ArgsUnion)); in ParsedAttr()
8011 llvm::Value *PVal = Pointers[I]; in emitOffloadingArrays() local8016 P, PVal->getType()->getPointerTo(/*AddrSpace=*/0)); in emitOffloadingArrays()8018 CGF.Builder.CreateStore(PVal, PAddr); in emitOffloadingArrays()