HomeSort by relevance Sort by last modified time
    Searched refs:isCall (Results 1 - 25 of 272) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/llvm/include/llvm/MC/
MCInstrAnalysis.h 50 virtual bool isCall(const MCInst &Inst) const {
51 return Info->get(Inst.getOpcode()).isCall();
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCInstrAnalysis.h 47 virtual bool isCall(const MCInst &Inst) const {
48 return Info->get(Inst.getOpcode()).isCall();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstrAnalysis.h 51 virtual bool isCall(const MCInst &Inst) const {
52 return Info->get(Inst.getOpcode()).isCall();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCInstrAnalysis.h 51 virtual bool isCall(const MCInst &Inst) const {
52 return Info->get(Inst.getOpcode()).isCall();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCInstrAnalysis.h 51 virtual bool isCall(const MCInst &Inst) const {
52 return Info->get(Inst.getOpcode()).isCall();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCInstrAnalysis.h 51 virtual bool isCall(const MCInst &Inst) const {
52 return Info->get(Inst.getOpcode()).isCall();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCInstrAnalysis.h 51 virtual bool isCall(const MCInst &Inst) const {
52 return Info->get(Inst.getOpcode()).isCall();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCInstrAnalysis.h 51 virtual bool isCall(const MCInst &Inst) const {
52 return Info->get(Inst.getOpcode()).isCall();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCInstrAnalysis.h 51 virtual bool isCall(const MCInst &Inst) const {
52 return Info->get(Inst.getOpcode()).isCall();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstrAnalysis.h 51 virtual bool isCall(const MCInst &Inst) const {
52 return Info->get(Inst.getOpcode()).isCall();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCInstrAnalysis.h 51 virtual bool isCall(const MCInst &Inst) const {
52 return Info->get(Inst.getOpcode()).isCall();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCInstrAnalysis.h 51 virtual bool isCall(const MCInst &Inst) const {
52 return Info->get(Inst.getOpcode()).isCall();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCInstrAnalysis.h 51 virtual bool isCall(const MCInst &Inst) const {
52 return Info->get(Inst.getOpcode()).isCall();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCInstrAnalysis.h 51 virtual bool isCall(const MCInst &Inst) const {
52 return Info->get(Inst.getOpcode()).isCall();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCInstrAnalysis.h 51 virtual bool isCall(const MCInst &Inst) const {
52 return Info->get(Inst.getOpcode()).isCall();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCInstrAnalysis.h 51 virtual bool isCall(const MCInst &Inst) const {
52 return Info->get(Inst.getOpcode()).isCall();
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86VZeroUpper.cpp 66 assert(MI->getDesc().isCall() && "Isn't a call instruction");
98 if (MI->getDesc().isCall() && !isCallToModuleFn(MI)) {
  /external/llvm/include/llvm/IR/
CallSite.h 75 /// isCall - true if a CallInst is enclosed.
76 /// Note that !isCall() does not mean it is an InvokeInst enclosed,
78 bool isCall() const { return I.getInt(); }
224 return (*this)->op_end() - (isCall() ? 1 : 3);
247 return isCall() && cast<CallInst>(getInstruction())->isMustTailCall();
252 return isCall() && cast<CallInst>(getInstruction())->isTailCall();
257 return isCall() \
263 if (isCall()) \
281 if (isCall())
527 if (isCall())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 82 /// Return true if a CallInst is enclosed. Note that !isCall() does not mean
84 bool isCall() const { return I.getInt(); }
248 return (*this)->op_end() - (isCall() ? 1 : 3);
269 return isCall() && cast<CallInst>(getInstruction())->isMustTailCall();
274 return isCall() && cast<CallInst>(getInstruction())->isTailCall();
279 return isCall() \
285 if (isCall()) \
303 if (isCall())
544 if (isCall())
616 if (isCall()) // Skip Calle
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 82 /// Return true if a CallInst is enclosed. Note that !isCall() does not mean
84 bool isCall() const { return I.getInt(); }
248 return (*this)->op_end() - (isCall() ? 1 : 3);
269 return isCall() && cast<CallInst>(getInstruction())->isMustTailCall();
274 return isCall() && cast<CallInst>(getInstruction())->isTailCall();
279 return isCall() \
285 if (isCall()) \
303 if (isCall())
544 if (isCall())
616 if (isCall()) // Skip Calle
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CallSite.h 71 /// 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(); }
158 return isCall() \
164 if (isCall()) \
252 if (isCall())
259 if (isCall()) // Skip Callee
  /external/llvm/lib/MC/
MCInstrDesc.cpp 35 if (isBranch() || isCall() || isReturn() || isIndirectBranch())
  /external/llvm/lib/Target/ARM/
ARMOptimizeBarriersPass.cpp 49 MI->isCall() ||
  /external/llvm/lib/Target/X86/
X86VZeroUpper.cpp 132 if (MI.isCall() && MO.isRegMask() && !clobbersAllYmmRegs(MO))
146 assert(MI.isCall() && "Can only be called on call instructions.");
188 bool IsControlFlow = MI.isCall() || MI.isReturn();
217 if (MI.isCall() && !callClobbersAnyYmmReg(MI))
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCJITInfo.cpp 49 static void EmitBranchToAt(uint64_t At, uint64_t To, bool isCall, bool is64Bit){
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

Completed in 760 milliseconds

1 2 3 4 5 6 7 8 91011