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

  /external/llvm/include/llvm/MC/
MCInstrAnalysis.h 34 virtual bool isBranch(const MCInst &Inst) const {
35 return Info->get(Inst.getOpcode()).isBranch();
MCInstrDesc.h 257 bool isBranch() const {
272 return isBranch() & !isBarrier() & !isIndirectBranch();
280 return isBranch() & isBarrier() & !isIndirectBranch();
287 if (isBranch() || isCall() || isReturn() || isIndirectBranch())
387 /// 3. Calling, branching, returning: use isCall/isReturn/isBranch.
  /external/llvm/lib/Target/X86/Disassembler/
X86Disassembler.cpp 191 /// @param isBranch - If the instruction is a branch instruction
201 /// returns zero and isBranch is true then a symbol look up for immediate Value
205 static bool tryAddingSymbolicOperand(int64_t Value, bool isBranch,
209 return Dis->tryAddingSymbolicOperand(MI, Value, Address, isBranch,
295 bool isBranch = false;
298 isBranch = true;
368 isBranch = true;
375 isBranch = true;
385 if(!tryAddingSymbolicOperand(immediate + pcrel, isBranch, insn.startLocation,
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 624 bool HexagonInstrInfo::isBranch (const MachineInstr *MI) const {
625 return MI->getDesc().isBranch();
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 89 milliseconds