Searched defs:isCall (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCInstrAnalysis.h47 virtual bool isCall(const MCInst &Inst) const { function in class:llvm::MCInstrAnalysis
48 return Info->get(Inst.getOpcode()).isCall();
H A DMCInstrDesc.h210 bool isCall() const { function in class:llvm::MCInstrDesc
344 /// 3. Calling, branching, returning: use isCall/isReturn/isBranch.
/external/llvm/include/llvm/Support/
H A DCallSite.h71 /// isCall - true if a CallInst is enclosed.
72 /// Note that !isCall() does not mean it is an InvokeInst enclosed,
74 bool isCall() const { return I.getInt(); } function in class:llvm::CallSiteBase
158 return isCall() \
164 if (isCall()) \
267 if (isCall())
274 if (isCall()) // Skip Callee
/external/llvm/lib/Target/PowerPC/
H A DPPCJITInfo.cpp49 static void EmitBranchToAt(uint64_t At, uint64_t To, bool isCall, bool is64Bit){ argument
54 AtI[0] = BUILD_B(Offset, isCall); // b/bl target
59 AtI[3] = BUILD_BCTR(isCall); // bctr/bctrl
67 AtI[6] = BUILD_BCTR(isCall); // bctr/bctrl
/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h227 bool isCall; member in class:llvm::CodeGenInstruction

Completed in 272 milliseconds