Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.cpp372 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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOARM.h247 uint64_t FinalValue = Value & 0xffffff; in resolveRelocation() local
254 writeBytesUnaligned((Temp & ~0xffffff) | FinalValue, LocalAddress, 4); in resolveRelocation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp1675 Value *FinalValue = nullptr; in identifyDeinterleave() local
1679 m_Value(FinalValue)))) { in identifyDeinterleave()
1682 PlaceholderNode->ReplacementNode = FinalValue; in identifyDeinterleave()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2639 auto FinalValue = Builder.CreateLoad(ValueTy, Alloca); in eliminateSwiftErrorArgument() local
2640 (void) emitSetSwiftErrorValue(Builder, FinalValue, Shape); in eliminateSwiftErrorArgument()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7497 Value *FinalValue = in createAndCollectMergePhiForReduction() local
7507 auto *BCBlockPhi = PHINode::Create(FinalValue->getType(), 2, "bc.merge.rdx", in createAndCollectMergePhiForReduction()
7515 BCBlockPhi->addIncoming(FinalValue, Incoming); in createAndCollectMergePhiForReduction()