Searched defs:isCall (Results 1 - 8 of 8) sorted by path

/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/llvm/include/llvm/IR/
H A DCallSite.h70 /// isCall - true if a CallInst is enclosed.
71 /// Note that !isCall() does not mean it is an InvokeInst enclosed,
73 bool isCall() const { return I.getInt(); } function in class:llvm::CallSiteBase
166 return isCall() && cast<CallInst>(getInstruction())->isMustTailCall();
171 return isCall() && cast<CallInst>(getInstruction())->isTailCall();
176 return isCall() \
182 if (isCall()) \
317 if (isCall())
324 if (isCall()) // Skip Callee
/external/llvm/include/llvm/MC/
H A DMCInstrAnalysis.h50 virtual bool isCall(const MCInst &Inst) const { function in class:llvm::MCInstrAnalysis
51 return Info->get(Inst.getOpcode()).isCall();
H A DMCInstrDesc.h232 bool isCall() const { function in class:llvm::MCInstrDesc
287 if (isBranch() || isCall() || isReturn() || isIndirectBranch())
387 /// 3. Calling, branching, returning: use isCall/isReturn/isBranch.
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsNaClELFStreamer.cpp65 bool isCall(const MCInst &MI, bool *IsIndirectCall) { function in class:__anon26044::MipsNaClELFStreamer
171 if (isCall(Inst, &IsIndirectCall)) {
/external/llvm/lib/Target/PowerPC/
H A DPPCJITInfo.cpp55 static void EmitBranchToAt(uint64_t At, uint64_t To, bool isCall, bool is64Bit){ argument
60 AtI[0] = BUILD_B(Offset, isCall); // b/bl target
65 AtI[3] = BUILD_BCTR(isCall); // bctr/bctrl
73 AtI[6] = BUILD_BCTR(isCall); // bctr/bctrl
/external/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp68 bool isCall = false);
645 bool isCall) {
700 if (isCall &&
644 parseSparcAsmOperand(std::unique_ptr<SparcOperand> &Op, bool isCall) argument

Completed in 275 milliseconds