Searched refs:ImmBranch (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsConstantIslandPass.cpp | 323 struct ImmBranch { struct in __anon5948c16e0111::MipsConstantIslands 329 ImmBranch(MachineInstr *mi, unsigned maxdisp, bool cond, int ubr) in ImmBranch() function 335 std::vector<ImmBranch> ImmBranches; 405 bool fixupImmediateBr(ImmBranch &Br); 406 bool fixupConditionalBr(ImmBranch &Br); 407 bool fixupUnconditionalBr(ImmBranch &Br); 732 ImmBranches.push_back(ImmBranch(&MI, MaxOffs, isCond, UOpc)); in initializeFunctionInfo() 1241 ImmBranches.push_back(ImmBranch(&UserMBB->back(), in createNewWater() 1484 bool MipsConstantIslands::fixupImmediateBr(ImmBranch &Br) { in fixupImmediateBr() 1503 MipsConstantIslands::fixupUnconditionalBr(ImmBranch &Br) { in fixupUnconditionalBr() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMConstantIslandPass.cpp | 190 struct ImmBranch { struct in __anon4392f3bc0111::ARMConstantIslands 196 ImmBranch(MachineInstr *mi, unsigned maxdisp, bool cond, unsigned ubr) in ImmBranch() function 201 std::vector<ImmBranch> ImmBranches; 270 bool fixupImmediateBr(ImmBranch &Br); 271 bool fixupConditionalBr(ImmBranch &Br); 272 bool fixupUnconditionalBr(ImmBranch &Br); 757 ImmBranches.push_back(ImmBranch(&I, MaxOffs, isCond, UOpc)); in initializeFunctionInfo() 1303 ImmBranches.push_back(ImmBranch(&UserMBB->back(), in createNewWater() 1603 bool ARMConstantIslands::fixupImmediateBr(ImmBranch &Br) { in fixupImmediateBr() 1621 ARMConstantIslands::fixupUnconditionalBr(ImmBranch &Br) { in fixupUnconditionalBr() [all …]
|
/third_party/node/deps/v8/src/codegen/arm64/ |
D | instructions-arm64.cc | 195 offset = ImmBranch() * kInstrSize; in ImmPCOffset()
|
D | instructions-arm64.h | 332 int ImmBranch() const { in ImmBranch() function
|