Searched refs:LastValue (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExternalASTSource.h | 452 T LastValue; member 455 : ExternalSource(Source), LastValue(Value) {} in LazyData() 483 LazyVal->LastValue = NewValue; in set() 499 return LazyVal->LastValue; in get() 507 return LazyVal->LastValue; in getNotUpdated()
|
| /freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | Interpreter.cpp | 713 if (LastValue.isValid()) { in ParseAndExecute() 715 LastValue.dump(); in ParseAndExecute() 716 LastValue.clear(); in ParseAndExecute() 718 *V = std::move(LastValue); in ParseAndExecute()
|
| H A D | InterpreterValuePrinter.cpp | 206 CStyleCastPtrExpr(S, Ctx.VoidPtrTy, (uintptr_t)&LastValue)); in ExtractValueFromExpr()
|
| /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/Tooling/Inclusions/ |
| H A D | StandardLibrary.h | 34 enum class Lang { C = 0, CXX, LastValue = CXX }; enumerator
|
| /freebsd/contrib/llvm-project/clang/include/clang/Interpreter/ |
| H A D | Interpreter.h | 111 Value LastValue; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopUnrollAndJam.cpp | 469 if (Value *LastValue = LastValueMap[OldValue]) in UnrollAndJamLoop() local 470 Phi.setIncomingValue(b, LastValue); in UnrollAndJamLoop()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | RewriteStatepointsForGC.cpp | 1378 Instruction *LastValue = nullptr; in rematerializeChain() local 1394 assert(LastValue); in rematerializeChain() 1395 ClonedValue->replaceUsesOfWith(LastValue, LastClonedValue); in rematerializeChain() 1418 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 | 5603 SDValue LastValue = CallSeqStart.getValue(CallSeqStart->getNumValues() - 1); in getOutputChainFromCallSeq() local 5604 if (LastValue.getValueType() != MVT::Glue) in getOutputChainFromCallSeq() 5605 return LastValue; in getOutputChainFromCallSeq()
|