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

1 2

  /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.
  /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.
  /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();
MCInstrDesc.h 261 bool isBranch() const { return Flags & (1ULL << MCID::Branch); }
272 return isBranch() & !isBarrier() & !isIndirectBranch();
280 return isBranch() & isBarrier() & !isIndirectBranch();
393 /// 3. Calling, branching, returning: use isCall/isReturn/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();
MCInstrDesc.h 261 bool isBranch() const { return Flags & (1ULL << MCID::Branch); }
272 return isBranch() & !isBarrier() & !isIndirectBranch();
280 return isBranch() & isBarrier() & !isIndirectBranch();
393 /// 3. Calling, branching, returning: use isCall/isReturn/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();
  /external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
EDInst.cpp 84 bool EDInst::isBranch() {
111 if (isBranch() &&
  /toolchain/binutils/binutils-2.27/opcodes/
arc-dis.h 98 unsigned char isBranch;
  /external/llvm/lib/Target/X86/Disassembler/
X86Disassembler.cpp 265 /// @param isBranch - If the instruction is a branch instruction
275 /// returns zero and isBranch is true then a symbol look up for immediate Value
279 static bool tryAddingSymbolicOperand(int64_t Value, bool isBranch,
283 return Dis->tryAddingSymbolicOperand(MI, Value, Address, isBranch,
369 bool isBranch = false;
372 isBranch = true;
627 isBranch = true;
633 isBranch = true;
640 isBranch = true;
650 if(!tryAddingSymbolicOperand(immediate + pcrel, isBranch, insn.startLocation
    [all...]
  /external/swiftshader/src/Shader/
Shader.cpp 1098 bool Shader::Instruction::isBranch() const
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.h 220 bool isBranch;

Completed in 693 milliseconds

1 2