/external/llvm/include/llvm/MC/ |
D | MCInstrAnalysis.h | 54 virtual bool isReturn(const MCInst &Inst) const { in isReturn() function 55 return Info->get(Inst.getOpcode()).isReturn(); in isReturn()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCInstrAnalysis.h | 57 virtual bool isReturn(const MCInst &Inst) const { in isReturn() function 58 return Info->get(Inst.getOpcode()).isReturn(); in isReturn()
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCInstrAnalysis.h | 57 virtual bool isReturn(const MCInst &Inst) const { in isReturn() function 58 return Info->get(Inst.getOpcode()).isReturn(); in isReturn()
|
/external/llvm-project/llvm/lib/Target/Lanai/ |
D | LanaiDelaySlotFiller.cpp | 200 assert((!MI->isCall() && !MI->isReturn()) && in delayHasHazard() 230 unsigned E = MI->isCall() || MI->isReturn() ? MCID.getNumOperands() in insertDefsUses() 250 if (MI->isCall() || MI->isReturn()) in insertDefsUses()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiDelaySlotFiller.cpp | 200 assert((!MI->isCall() && !MI->isReturn()) && in delayHasHazard() 230 unsigned E = MI->isCall() || MI->isReturn() ? MCID.getNumOperands() in insertDefsUses() 250 if (MI->isCall() || MI->isReturn()) in insertDefsUses()
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiDelaySlotFiller.cpp | 202 assert((!MI->isCall() && !MI->isReturn()) && in delayHasHazard() 232 unsigned E = MI->isCall() || MI->isReturn() ? MCID.getNumOperands() in insertDefsUses() 252 if (MI->isCall() || MI->isReturn()) in insertDefsUses()
|
/external/llvm/lib/Target/X86/ |
D | X86PadShortFunction.cpp | 139 assert(ReturnLoc->isReturn() && !ReturnLoc->isCall() && in runOnMachineFunction() 194 if (MI.isReturn() && !MI.isCall()) { in cyclesUntilReturn()
|
D | X86VZeroUpper.cpp | 187 bool IsReturnFromX86INTR = IsX86INTR && MI.isReturn(); in processBasicBlock() 188 bool IsControlFlow = MI.isCall() || MI.isReturn(); in processBasicBlock()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86PadShortFunction.cpp | 150 assert(ReturnLoc->isReturn() && !ReturnLoc->isCall() && in runOnMachineFunction() 205 if (MI.isReturn() && !MI.isCall()) { in cyclesUntilReturn()
|
D | X86AvoidTrailingCall.cpp | 57 return MI.isCall() && !MI.isReturn(); in isCallInstruction()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86PadShortFunction.cpp | 151 assert(ReturnLoc->isReturn() && !ReturnLoc->isCall() && in runOnMachineFunction() 206 if (MI.isReturn() && !MI.isCall()) { in cyclesUntilReturn()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | XRayInstrumentation.cpp | 97 if (T.isReturn() && in replaceRetWithPatchableRet() 130 if (T.isReturn() && in prependRetWithPatchableExit()
|
/external/llvm-project/clang-tools-extra/clang-tidy/abseil/ |
D | TimeSubtractionCheck.cpp | 67 static bool isReturn(const MatchFinder::MatchResult &Result, const Expr *Node) { in isReturn() function 86 isReturn(Result, Node)); in parensRequired()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | XRayInstrumentation.cpp | 97 if (T.isReturn() && in replaceRetWithPatchableRet() 130 if (T.isReturn() && in prependRetWithPatchableExit()
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrCall.td | 63 let isReturn = 1, isTerminator = 1, hasCtrlDep = 1, isBarrier = 1 in 70 let isReturn = 1 in
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
D | Util.java | 45 public static boolean isReturn(int opcode) { in isReturn() method in Util
|
/external/llvm-project/llvm/lib/MC/ |
D | MCInstrDesc.cpp | 23 if (isBranch() || isCall() || isReturn() || isIndirectBranch()) in mayAffectControlFlow()
|
/external/llvm/lib/Target/ARM/ |
D | ARMOptimizeBarriersPass.cpp | 50 MI->isReturn()); in CanMovePastDMB()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMOptimizeBarriersPass.cpp | 47 MI->isReturn()); in CanMovePastDMB()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMOptimizeBarriersPass.cpp | 47 MI->isReturn()); in CanMovePastDMB()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrControl.td | 81 let isReturn = 1 in { 91 } // isReturn = 1
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrCall.td | 77 let isReturn = 1 in 100 let isReturn = 1 in 109 let isCodeGenOnly = 1, isReturn = 1 in
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCInstrDesc.cpp | 34 if (isBranch() || isCall() || isReturn() || isIndirectBranch()) in mayAffectControlFlow()
|
/external/llvm/lib/MC/ |
D | MCInstrDesc.cpp | 35 if (isBranch() || isCall() || isReturn() || isIndirectBranch()) in mayAffectControlFlow()
|
/external/llvm/lib/CodeGen/ |
D | XRayInstrumentation.cpp | 73 if (T.isReturn() && T.getOpcode() == TII->getReturnOpcode()) { in runOnMachineFunction()
|