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

  /external/llvm/lib/Target/X86/
X86InstrInfo.h 471 getUnconditionalBranch(MCInst &Branch,
X86InstrInfo.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 577 getUnconditionalBranch(MCInst &MI,
580 "TargetInstrInfo::getUnconditionalBranch!");
589 /// either the instruction returned by getUnconditionalBranch or the
591 /// getUnconditionalBranch returns a single, specific instruction. This
603 // getUnconditionalBranch on the appropriate Target will fail anyway, and
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsSEInstrInfo.cpp 28 static unsigned getUnconditionalBranch(const MipsSubtarget &STI) {
35 : MipsInstrInfo(STI, getUnconditionalBranch(STI)), RI() {}
    [all...]

Completed in 289 milliseconds