Searched refs:LastValue (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ExternalASTSource.h | 424 T LastValue; member 427 : ExternalSource(Source), LastValue(Value) {} in LazyData() 457 LazyVal->LastValue = NewValue; in set() 473 return LazyVal->LastValue; in get() 481 return LazyVal->LastValue; in getNotUpdated()
|
/freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
H A D | Interpreter.cpp | 478 if (LastValue.isValid()) { in ParseAndExecute() 480 LastValue.dump(); in ParseAndExecute() 481 LastValue.clear(); in ParseAndExecute() 483 *V = std::move(LastValue); in ParseAndExecute() 857 auto *OutValue = CStyleCastPtrExpr(S, Ctx.VoidPtrTy, (uintptr_t)&LastValue); in SynthesizeExpr()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StandardLibrary.cpp | 52 *LanguageMappings[static_cast<unsigned>(Lang::LastValue) + 1]; 180 for (unsigned L = 0; L <= static_cast<unsigned>(Lang::LastValue); ++L) in ensureInitialized()
|
/freebsd/contrib/llvm-project/clang/include/clang/Interpreter/ |
H A D | Interpreter.h | 105 Value LastValue; variable
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/ |
H A D | StandardLibrary.h | 33 enum class Lang { C = 0, CXX, LastValue = CXX }; enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopUnrollAndJam.cpp | 466 if (Value *LastValue = LastValueMap[OldValue]) in UnrollAndJamLoop() local 467 Phi.setIncomingValue(b, LastValue); in UnrollAndJamLoop()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 1372 Instruction *LastValue = nullptr; in rematerializeChain() local 1389 assert(LastValue); in rematerializeChain() 1390 ClonedValue->replaceUsesOfWith(LastValue, LastClonedValue); in rematerializeChain() 1413 LastValue = Instr; in rematerializeChain()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 1875 SDValue LastValue = Bits[0].hasValue() ? Bits[0].getValue() : SDValue(); in collectBitGroups() local 1882 ThisValue = LastValue; in collectBitGroups() 1899 if (ThisRLAmt == LastRLAmt && ThisValue == LastValue) in collectBitGroups() 1905 if (LastValue.getNode()) in collectBitGroups() 1906 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups() 1909 LastValue = ThisValue; in collectBitGroups() 1913 if (LastValue.getNode()) in collectBitGroups() 1914 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()
|
H A D | PPCISelLowering.cpp | 5588 SDValue LastValue = CallSeqStart.getValue(CallSeqStart->getNumValues() - 1); in getOutputChainFromCallSeq() local 5589 if (LastValue.getValueType() != MVT::Glue) in getOutputChainFromCallSeq() 5590 return LastValue; in getOutputChainFromCallSeq()
|