Searched refs:isBranch (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.10/JavaScriptCore-7600.1.17/offlineasm/
H A Dinstructions.rb332 def isBranch(instruction) method
/macosx-10.10/llvmCore-3425.0.34/include/llvm/MC/
H A DMCInstrAnalysis.h31 virtual bool isBranch(const MCInst &Inst) const { function in class:llvm::MCInstrAnalysis
32 return Info->get(Inst.getOpcode()).isBranch();
H A DMCInstrDesc.h231 /// isBranch - Returns true if this is a conditional, unconditional, or
235 bool isBranch() const { function in class:llvm::MCInstrDesc
250 return isBranch() & !isBarrier() & !isIndirectBranch();
258 return isBranch() & isBarrier() & !isIndirectBranch();
344 /// 3. Calling, branching, returning: use isCall/isReturn/isBranch.
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Darc-dis.h74 unsigned char isBranch; member in struct:arcDisState
H A Darc-dis.c550 state->isBranch = 0;
756 state->isBranch = 1;
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DBytecodeBasicBlock.cpp35 static bool isBranch(OpcodeID opcodeID) function in namespace:JSC
151 if (isBranch(opcodeID) || isTerminal(opcodeID) || isThrow(opcodeID))
204 if (isBranch(opcodeID)) {
/macosx-10.10/llvmCore-3425.0.34/lib/MC/MCDisassembler/
H A DEDInst.h127 /// isBranch - Returns true if the instruction is a branch
128 bool isBranch();
H A DEDInst.cpp84 bool EDInst::isBranch() { function in class:EDInst
111 if (isBranch() &&
H A DEDMain.cpp107 return ((EDInst*)inst)->isBranch();
/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp182 /// @param isBranch - If the instruction is a branch instruction
192 /// returns zero and isBranch is true then a symbol look up for immediate Value
196 static bool tryAddingSymbolicOperand(int64_t Value, bool isBranch, argument
214 if (isBranch)
226 else if (isBranch) {
231 if (!Name && !isBranch)
325 bool isBranch = false; local
328 isBranch = true;
391 isBranch = true;
404 isBranch
[all...]
/macosx-10.10/llvmCore-3425.0.34/tools/llvm-objdump/
H A DMCFunction.cpp58 if (Ana->isBranch(Inst)) {
118 if (Ana->isBranch(Inst.Inst)) {
/macosx-10.10/llvmCore-3425.0.34/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp162 if (MI->isBranch() && !MI->isBarrier())
189 if (!I->isBranch())
/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DMachineInstr.h367 /// isBranch - Returns true if this is a conditional, unconditional, or
371 bool isBranch(QueryType Type = AnyInBundle) const {
386 return isBranch(Type) & !isBarrier(Type) & !isIndirectBranch(Type);
394 return isBranch(Type) & isBarrier(Type) & !isIndirectBranch(Type);
/macosx-10.10/llvmCore-3425.0.34/lib/Target/ARM/
H A DThumb2ITBlockPass.cpp198 (!MI->isBranch() && !MI->isReturn()) ; ++MBBI) {
/macosx-10.10/llvmCore-3425.0.34/lib/Target/MBlaze/
H A DMBlazeDelaySlotFiller.cpp211 if (I->hasDelaySlot() || I->isBranch() || isDelayFiller(MBB,I) ||
/macosx-10.10/llvmCore-3425.0.34/tools/llvm-mc/
H A DDisassembler.cpp308 if (inst->isBranch())
/macosx-10.10/llvmCore-3425.0.34/utils/TableGen/
H A DCodeGenInstruction.h220 bool isBranch; member in class:llvm::CodeGenInstruction
H A DInstrInfoEmitter.cpp316 if (Inst.isBranch) OS << "|(1<<MCID::Branch)";
H A DCodeGenInstruction.cpp296 isBranch = R->getValueAsBit("isBranch");
/macosx-10.10/llvmCore-3425.0.34/lib/Target/Mips/
H A DMipsCodeEmitter.cpp164 && MI.isBranch())
/macosx-10.10/llvmCore-3425.0.34/lib/Target/Sparc/
H A DSparcInstrInfo.cpp147 if (!I->isBranch())
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGNode.h914 bool isBranch() function in struct:JSC::DFG::Node
952 ASSERT(isBranch());
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DIfConversion.cpp584 if (!TIE->isBranch())
589 if (!FIE->isBranch())
1489 if (IgnoreBr && I->isBranch())
H A DTwoAddressInstructionPass.cpp742 KillMI->isBranch() || KillMI->isTerminator())
798 OtherMI->isBranch() || OtherMI->isTerminator())
947 OtherMI->isBranch() || OtherMI->isTerminator())
H A DTargetInstrInfoImpl.cpp148 if (MI->isBranch() && !MI->isBarrier())

Completed in 393 milliseconds

12