Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineOperand.cpp1096 } else if (const PseudoSourceValue *PVal = getPseudoValue()) { in print() local
1098 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()
H A DLiveDebugValues.cpp349 const PseudoSourceValue *PVal = (*MMOI)->getPseudoValue(); in extractSpillBaseRegAndOffset() local
350 assert(PVal->kind() == PseudoSourceValue::FixedStack && in extractSpillBaseRegAndOffset()
352 int FI = cast<FixedStackPseudoSourceValue>(PVal)->getFrameIndex(); in extractSpillBaseRegAndOffset()
H A DRegisterCoalescer.cpp1029 VNInfo *PVal = IntA.getVNInfoBefore(LIS->getMBBEndIdx(Pred)); in removePartialRedundancy() local
1030 MachineInstr *DefMI = LIS->getInstructionFromIndex(PVal->def); in removePartialRedundancy()
1049 if (PVal->def < VNI->def && VNI->def < LIS->getMBBEndIdx(Pred)) { in removePartialRedundancy()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DParsedAttr.h261 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()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp8011 llvm::Value *PVal = Pointers[I]; in emitOffloadingArrays() local
8016 P, PVal->getType()->getPointerTo(/*AddrSpace=*/0)); in emitOffloadingArrays()
8018 CGF.Builder.CreateStore(PVal, PAddr); in emitOffloadingArrays()