Searched refs:FinalValue (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | OutputSections.cpp | 372 uint64_t FinalValue = in applyPatches() local 374 FinalValue += (*RangeSection)->StartOffset; in applyPatches() 376 Section.apply(Patch.PatchOffset, dwarf::DW_FORM_sec_offset, FinalValue); in applyPatches() 388 uint64_t FinalValue = in applyPatches() local 390 FinalValue += (*LocationSection)->StartOffset; in applyPatches() 392 Section.apply(Patch.PatchOffset, dwarf::DW_FORM_sec_offset, FinalValue); in applyPatches() 461 uint64_t FinalValue = Patch.SectionPtr.getPointer()->StartOffset; in applyPatches() local 465 FinalValue += in applyPatches() 468 Section.apply(Patch.PatchOffset, dwarf::DW_FORM_sec_offset, FinalValue); in applyPatches()
|
| /src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldMachOARM.h | 247 uint64_t FinalValue = Value & 0xffffff; in resolveRelocation() local 254 writeBytesUnaligned((Temp & ~0xffffff) | FinalValue, LocalAddress, 4); in resolveRelocation()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ComplexDeinterleavingPass.cpp | 1674 Value *FinalValue = nullptr; in identifyDeinterleave() local 1678 m_Value(FinalValue)))) { in identifyDeinterleave() 1681 PlaceholderNode->ReplacementNode = FinalValue; in identifyDeinterleave()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 2669 auto FinalValue = Builder.CreateLoad(ValueTy, Alloca); in eliminateSwiftErrorArgument() local 2670 (void) emitSetSwiftErrorValue(Builder, FinalValue, Shape); in eliminateSwiftErrorArgument()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 7219 Value *FinalValue = in createAndCollectMergePhiForReduction() local 7240 PHINode::Create(FinalValue->getType(), 2, "bc.merge.rdx", in createAndCollectMergePhiForReduction() 7248 BCBlockPhi->addIncoming(FinalValue, Incoming); in createAndCollectMergePhiForReduction()
|