Home
last modified time | relevance | path

Searched refs:BlockDistance (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNPreRALongBranchReg.cpp129 uint64_t BlockDistance = static_cast<uint64_t>( in runOnMachineFunction() local
133 if (!TII->isBranchOffsetInRange(Last->getOpcode(), BlockDistance)) { in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp132 int BlockDistance = in expandBranches() local
134 int BranchDistance = BlockDistance - MBBStartOffset; in expandBranches()