Home
last modified time | relevance | path

Searched defs:BasicBlockInfo (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMBasicBlockInfo.h41 struct BasicBlockInfo { struct
73 BasicBlockInfo() = default; argument
78 unsigned internalKnownBits() const { in internalKnownBits()
91 unsigned PO = Offset + Size;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDGCNPreRALongBranchReg.cpp42 struct BasicBlockInfo { struct in __anonb11ad29a0111::GCNPreRALongBranchReg
45 uint64_t Offset = 0;
47 uint64_t Size = 0;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDBranchRelaxation.cpp50 struct BasicBlockInfo { struct in __anonefebf7120111::BranchRelaxation
55 unsigned Offset = 0;
62 unsigned Size = 0;
68 unsigned postOffset(const MachineBasicBlock &MBB) const { in postOffset()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/CSKY/
HDCSKYConstantIslandPass.cpp87 struct BasicBlockInfo { struct in __anonbaf0025e0111::CSKYConstantIslands
97 unsigned Offset = 0;
104 unsigned Size = 0;
108 unsigned postOffset() const { return Offset + Size; } in postOffset()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsConstantIslandPass.cpp204 struct BasicBlockInfo { struct in __anon025168bc0111::MipsConstantIslands
214 unsigned Offset = 0;
221 unsigned Size = 0;
225 unsigned postOffset() const { return Offset + Size; } in postOffset()