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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
RISCVInstrInfo.cpp 183 static void parseCondBranch(MachineInstr &LastInst, MachineBasicBlock *&Target,
265 parseCondBranch(*I, TBB, Cond);
272 parseCondBranch(*std::prev(I), TBB, Cond);
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 154 static void parseCondBranch(MachineInstr *LastInst, MachineBasicBlock *&Target,
184 parseCondBranch(LastInst, TBB, Cond);
218 parseCondBranch(SecondLastInst, TBB, Cond);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 154 static void parseCondBranch(MachineInstr *LastInst, MachineBasicBlock *&Target,
184 parseCondBranch(LastInst, TBB, Cond);
218 parseCondBranch(SecondLastInst, TBB, Cond);
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 64 static void parseCondBranch(MachineInstr *LastInst, MachineBasicBlock *&Target,
121 parseCondBranch(LastInst, TBB, Cond);
155 parseCondBranch(SecondLastInst, TBB, Cond);
414 // Parse the condition code, see parseCondBranch() above.
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 116 static void parseCondBranch(MachineInstr *LastInst, MachineBasicBlock *&Target,
223 parseCondBranch(LastInst, TBB, Cond);
257 parseCondBranch(SecondLastInst, TBB, Cond);
535 // Parse the condition code, see parseCondBranch() above.
    [all...]

Completed in 691 milliseconds