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

1 2 3 4 5

  /external/llvm/include/llvm/MC/
MCInstrAnalysis.h 54 virtual bool isReturn(const MCInst &Inst) const {
55 return Info->get(Inst.getOpcode()).isReturn();
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCInstrAnalysis.h 51 virtual bool isReturn(const MCInst &Inst) const {
52 return Info->get(Inst.getOpcode()).isReturn();
MCInstrDesc.h 286 bool isReturn() const {
430 /// 3. Calling, branching, returning: use isCall/isReturn/isBranch.
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCInstrAnalysis.h 55 virtual bool isReturn(const MCInst &Inst) const {
56 return Info->get(Inst.getOpcode()).isReturn();
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCInstrAnalysis.h 55 virtual bool isReturn(const MCInst &Inst) const {
56 return Info->get(Inst.getOpcode()).isReturn();
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCInstrAnalysis.h 55 virtual bool isReturn(const MCInst &Inst) const {
56 return Info->get(Inst.getOpcode()).isReturn();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstrAnalysis.h 55 virtual bool isReturn(const MCInst &Inst) const {
56 return Info->get(Inst.getOpcode()).isReturn();
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCInstrAnalysis.h 55 virtual bool isReturn(const MCInst &Inst) const {
56 return Info->get(Inst.getOpcode()).isReturn();
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCInstrAnalysis.h 55 virtual bool isReturn(const MCInst &Inst) const {
56 return Info->get(Inst.getOpcode()).isReturn();
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCInstrAnalysis.h 55 virtual bool isReturn(const MCInst &Inst) const {
56 return Info->get(Inst.getOpcode()).isReturn();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstrAnalysis.h 55 virtual bool isReturn(const MCInst &Inst) const {
56 return Info->get(Inst.getOpcode()).isReturn();
  /external/javassist/src/main/javassist/bytecode/analysis/
Util.java 44 public static boolean isReturn(int opcode) {
SubroutineScanner.java 99 if (Util.isReturn(opcode) || opcode == RET || opcode == ATHROW)
  /frameworks/rs/script_api/
Scanner.h 100 ParameterEntry* parseArgString(bool isReturn);
Scanner.cpp 163 ParameterEntry* Scanner::parseArgString(bool isReturn) {
175 if (!isReturn) {
195 if (s == "void" && !isReturn) {
  /external/llvm/lib/CodeGen/
XRayInstrumentation.cpp 73 if (T.isReturn() && T.getOpcode() == TII->getReturnOpcode()) {
  /external/llvm/lib/MC/
MCInstrDesc.cpp 35 if (isBranch() || isCall() || isReturn() || isIndirectBranch())
  /external/llvm/lib/Target/ARM/
ARMOptimizeBarriersPass.cpp 50 MI->isReturn());
  /external/llvm/lib/Target/X86/
X86PadShortFunction.cpp 139 assert(ReturnLoc->isReturn() && !ReturnLoc->isCall() &&
194 if (MI.isReturn() && !MI.isCall()) {
X86VZeroUpper.cpp 187 bool IsReturnFromX86INTR = IsX86INTR && MI.isReturn();
188 bool IsControlFlow = MI.isCall() || MI.isReturn();
  /external/swiftshader/third_party/LLVM/tools/llvm-objdump/
MCFunction.cpp 72 } else if (Ana->isReturn(Inst)) {
132 if (!Ana->isReturn(Inst.Inst) && llvm::next(i) != e)
  /external/llvm/lib/Target/Lanai/
LanaiDelaySlotFiller.cpp 202 assert((!MI->isCall() && !MI->isReturn()) &&
232 unsigned E = MI->isCall() || MI->isReturn() ? MCID.getNumOperands()
252 if (MI->isCall() || MI->isReturn())
  /external/r8/src/main/java/com/android/tools/r8/ir/code/
Return.java 103 public boolean isReturn() {
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsDelaySlotFiller.cpp 194 assert((!MCID.isCall() && !MCID.isReturn()) &&
224 unsigned e = MCID.isCall() || MCID.isReturn() ? MCID.getNumOperands() :
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
DeadMachineInstructionElim.cpp 105 if (!MBB->empty() && MBB->back().getDesc().isReturn())

Completed in 4124 milliseconds

1 2 3 4 5