HomeSort by relevance Sort by last modified time
    Searched refs:ImmBranch (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/Mips/
MipsConstantIslandPass.cpp 314 /// ImmBranch - One per immediate branch, keeping the machine instruction
318 struct ImmBranch {
323 ImmBranch(MachineInstr *mi, unsigned maxdisp, bool cond, int ubr)
329 std::vector<ImmBranch> ImmBranches;
403 bool fixupImmediateBr(ImmBranch &Br);
404 bool fixupConditionalBr(ImmBranch &Br);
405 bool fixupUnconditionalBr(ImmBranch &Br);
736 ImmBranches.push_back(ImmBranch(&MI, MaxOffs, isCond, UOpc));
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMConstantIslandPass.cpp 137 /// ImmBranch - One per immediate branch, keeping the machine instruction
141 struct ImmBranch {
146 ImmBranch(MachineInstr *mi, unsigned maxdisp, bool cond, int ubr)
152 std::vector<ImmBranch> ImmBranches;
210 bool FixUpImmediateBr(MachineFunction &MF, ImmBranch &Br);
211 bool FixUpConditionalBr(MachineFunction &MF, ImmBranch &Br);
212 bool FixUpUnconditionalBr(MachineFunction &MF, ImmBranch &Br);
568 ImmBranches.push_back(ImmBranch(I, MaxOffs, isCond, UOpc));
    [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 240 /// ImmBranch - One per immediate branch, keeping the machine instruction
244 struct ImmBranch {
249 ImmBranch(MachineInstr *mi, unsigned maxdisp, bool cond, unsigned ubr)
255 std::vector<ImmBranch> ImmBranches;
318 bool fixupImmediateBr(ImmBranch &Br);
319 bool fixupConditionalBr(ImmBranch &Br);
320 bool fixupUnconditionalBr(ImmBranch &Br);
809 ImmBranches.push_back(ImmBranch(&I, MaxOffs, isCond, UOpc));
    [all...]
  /external/v8/src/arm64/
instructions-arm64.cc 191 offset = ImmBranch() << kInstructionSizeLog2;
instructions-arm64.h 314 int ImmBranch() const {

Completed in 2351 milliseconds