Home
last modified time | relevance | path

Searched defs:ImmBranch (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantIslandPass.cpp185 struct ImmBranch { struct in __anon20ab0d170111::CSKYConstantIslands
191 ImmBranch(MachineInstr *Mi, unsigned Maxdisp, bool Cond, int Ubr) in ImmBranch() argument
186 MI__anon20ab0d170111::CSKYConstantIslands::ImmBranch global() argument
187 MaxDisp__anon20ab0d170111::CSKYConstantIslands::ImmBranch global() argument
188 IsCond__anon20ab0d170111::CSKYConstantIslands::ImmBranch global() argument
189 UncondBr__anon20ab0d170111::CSKYConstantIslands::ImmBranch global() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp323 struct ImmBranch { struct in __anon680c73750111::MipsConstantIslands
324 MachineInstr *MI;
325 unsigned MaxDisp : 31;
326 bool isCond : 1;
327 int UncondBr;
329 ImmBranch(MachineInstr *mi, unsigned maxdisp, bool cond, int ubr) in ImmBranch() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp194 struct ImmBranch { struct in __anonf7e478030111::ARMConstantIslands
200 ImmBranch(MachineInstr *mi, unsigned maxdisp, bool cond, unsigned ubr) in ImmBranch() argument
195 MI__anonf7e478030111::ARMConstantIslands::ImmBranch global() argument
196 MaxDisp__anonf7e478030111::ARMConstantIslands::ImmBranch global() argument
197 isCond__anonf7e478030111::ARMConstantIslands::ImmBranch global() argument
198 UncondBr__anonf7e478030111::ARMConstantIslands::ImmBranch global() argument
[all...]