Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDExternalASTSource.h425 T LastValue; member
428 : ExternalSource(Source), LastValue(Value) {} in LazyData()
458 LazyVal->LastValue = NewValue; in set()
474 return LazyVal->LastValue; in get()
482 return LazyVal->LastValue; in getNotUpdated()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDLoopUnrollAndJam.cpp428 if (Value *LastValue = LastValueMap[OldValue]) in UnrollAndJamLoop() local
429 Phi.setIncomingValue(b, LastValue); in UnrollAndJamLoop()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDRewriteStatepointsForGC.cpp2095 Instruction *LastValue = nullptr; in rematerializeLiveValues() local
2110 assert(LastValue); in rematerializeLiveValues()
2111 ClonedValue->replaceUsesOfWith(LastValue, LastClonedValue); in rematerializeLiveValues()
2134 LastValue = Instr; in rematerializeLiveValues()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelDAGToDAG.cpp1467 SDValue LastValue = Bits[0].hasValue() ? Bits[0].getValue() : SDValue(); in collectBitGroups() local
1474 ThisValue = LastValue; in collectBitGroups()
1491 if (ThisRLAmt == LastRLAmt && ThisValue == LastValue) in collectBitGroups()
1497 if (LastValue.getNode()) in collectBitGroups()
1498 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()
1501 LastValue = ThisValue; in collectBitGroups()
1505 if (LastValue.getNode()) in collectBitGroups()
1506 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()
HDPPCISelLowering.cpp5250 SDValue LastValue = CallSeqStart.getValue(CallSeqStart->getNumValues() - 1); in getOutputChainFromCallSeq() local
5251 if (LastValue.getValueType() != MVT::Glue) in getOutputChainFromCallSeq()
5252 return LastValue; in getOutputChainFromCallSeq()