HomeSort by relevance Sort by last modified time
    Searched refs:isBranch (Results 1 - 25 of 130) sorted by null

1 2 3 4 5 6

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCInstrAnalysis.h 31 virtual bool isBranch(const MCInst &Inst) const {
32 return Info->get(Inst.getOpcode()).isBranch();
36 return Info->get(Inst.getOpcode()).isBranch();
MCInstrDesc.h 323 /// isBranch - Returns true if this is a conditional, unconditional, or
327 bool isBranch() const {
342 return isBranch() & !isBarrier() & !isIndirectBranch();
350 return isBranch() & isBarrier() & !isIndirectBranch();
430 /// 3. Calling, branching, returning: use isCall/isReturn/isBranch.
  /external/llvm/include/llvm/MC/
MCInstrAnalysis.h 34 virtual bool isBranch(const MCInst &Inst) const {
35 return Info->get(Inst.getOpcode()).isBranch();
MCInstrDesc.h 233 bool isBranch() const { return Flags & (1 << MCID::Branch); }
244 return isBranch() & !isBarrier() & !isIndirectBranch();
252 return isBranch() & isBarrier() & !isIndirectBranch();
365 /// 3. Calling, branching, returning: use isCall/isReturn/isBranch.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstrAnalysis.h 35 virtual bool isBranch(const MCInst &Inst) const {
36 return Info->get(Inst.getOpcode()).isBranch();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCInstrAnalysis.h 35 virtual bool isBranch(const MCInst &Inst) const {
36 return Info->get(Inst.getOpcode()).isBranch();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCInstrAnalysis.h 35 virtual bool isBranch(const MCInst &Inst) const {
36 return Info->get(Inst.getOpcode()).isBranch();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCInstrAnalysis.h 35 virtual bool isBranch(const MCInst &Inst) const {
36 return Info->get(Inst.getOpcode()).isBranch();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCInstrAnalysis.h 35 virtual bool isBranch(const MCInst &Inst) const {
36 return Info->get(Inst.getOpcode()).isBranch();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCInstrAnalysis.h 35 virtual bool isBranch(const MCInst &Inst) const {
36 return Info->get(Inst.getOpcode()).isBranch();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCInstrAnalysis.h 35 virtual bool isBranch(const MCInst &Inst) const {
36 return Info->get(Inst.getOpcode()).isBranch();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstrAnalysis.h 35 virtual bool isBranch(const MCInst &Inst) const {
36 return Info->get(Inst.getOpcode()).isBranch();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCInstrAnalysis.h 35 virtual bool isBranch(const MCInst &Inst) const {
36 return Info->get(Inst.getOpcode()).isBranch();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCInstrAnalysis.h 35 virtual bool isBranch(const MCInst &Inst) const {
36 return Info->get(Inst.getOpcode()).isBranch();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCInstrAnalysis.h 35 virtual bool isBranch(const MCInst &Inst) const {
36 return Info->get(Inst.getOpcode()).isBranch();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCInstrAnalysis.h 35 virtual bool isBranch(const MCInst &Inst) const {
36 return Info->get(Inst.getOpcode()).isBranch();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCInstrAnalysis.h 35 virtual bool isBranch(const MCInst &Inst) const {
36 return Info->get(Inst.getOpcode()).isBranch();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCInstrAnalysis.h 35 virtual bool isBranch(const MCInst &Inst) const {
36 return Info->get(Inst.getOpcode()).isBranch();
  /toolchain/binutils/binutils-2.27/opcodes/
arc-dis.h 98 unsigned char isBranch;
  /external/llvm/lib/MC/
MCInstrDesc.cpp 35 if (isBranch() || isCall() || isReturn() || isIndirectBranch())
  /external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
EDInst.h 127 /// isBranch - Returns true if the instruction is a branch
128 bool isBranch();
EDInst.cpp 84 bool EDInst::isBranch() {
111 if (isBranch() &&
  /external/llvm/lib/Target/Hexagon/
HexagonBranchRelaxation.cpp 167 (SecondTerm->isBranch() || SecondTerm->isCall()) &&
186 if (!MI.isBranch() || !isJumpOutOfRange(MI, BlockToInstOffset))
  /external/swiftshader/third_party/LLVM/tools/llvm-objdump/
MCFunction.cpp 58 if (Ana->isBranch(Inst)) {
118 if (Ana->isBranch(Inst.Inst)) {
  /art/tools/dexfuzz/src/dexfuzz/program/mutators/
RandomInstructionGenerator.java 210 boolean isBranch = false;
213 isBranch = true;
217 if (!isBranch) {
250 if (isBranch) {

Completed in 734 milliseconds

1 2 3 4 5 6