Home
last modified time | relevance | path

Searched refs:isReturn (Results 1 – 25 of 237) sorted by relevance

12345678910

/external/llvm/include/llvm/MC/
DMCInstrAnalysis.h54 virtual bool isReturn(const MCInst &Inst) const { in isReturn() function
55 return Info->get(Inst.getOpcode()).isReturn(); in isReturn()
/external/llvm-project/llvm/include/llvm/MC/
DMCInstrAnalysis.h57 virtual bool isReturn(const MCInst &Inst) const { in isReturn() function
58 return Info->get(Inst.getOpcode()).isReturn(); in isReturn()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrAnalysis.h57 virtual bool isReturn(const MCInst &Inst) const { in isReturn() function
58 return Info->get(Inst.getOpcode()).isReturn(); in isReturn()
/external/llvm/lib/Target/Lanai/
DLanaiDelaySlotFiller.cpp202 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-project/llvm/lib/Target/Lanai/
DLanaiDelaySlotFiller.cpp200 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/
DLanaiDelaySlotFiller.cpp200 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/X86/
DX86PadShortFunction.cpp139 assert(ReturnLoc->isReturn() && !ReturnLoc->isCall() && in runOnMachineFunction()
194 if (MI.isReturn() && !MI.isCall()) { in cyclesUntilReturn()
DX86VZeroUpper.cpp187 bool IsReturnFromX86INTR = IsX86INTR && MI.isReturn(); in processBasicBlock()
188 bool IsControlFlow = MI.isCall() || MI.isReturn(); in processBasicBlock()
/external/llvm-project/llvm/lib/Target/X86/
DX86PadShortFunction.cpp151 assert(ReturnLoc->isReturn() && !ReturnLoc->isCall() && in runOnMachineFunction()
206 if (MI.isReturn() && !MI.isCall()) { in cyclesUntilReturn()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86PadShortFunction.cpp150 assert(ReturnLoc->isReturn() && !ReturnLoc->isCall() && in runOnMachineFunction()
205 if (MI.isReturn() && !MI.isCall()) { in cyclesUntilReturn()
DX86AvoidTrailingCall.cpp57 return MI.isCall() && !MI.isReturn(); in isCallInstruction()
/external/llvm-project/llvm/lib/CodeGen/
DXRayInstrumentation.cpp97 if (T.isReturn() && in replaceRetWithPatchableRet()
130 if (T.isReturn() && in prependRetWithPatchableExit()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DXRayInstrumentation.cpp97 if (T.isReturn() && in replaceRetWithPatchableRet()
130 if (T.isReturn() && in prependRetWithPatchableExit()
/external/llvm-project/clang-tools-extra/clang-tidy/abseil/
DTimeSubtractionCheck.cpp67 static bool isReturn(const MatchFinder::MatchResult &Result, const Expr *Node) { in isReturn() function
86 isReturn(Result, Node)); in parensRequired()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrCall.td63 let isReturn = 1, isTerminator = 1, hasCtrlDep = 1, isBarrier = 1 in
70 let isReturn = 1 in
/external/javassist/src/main/javassist/bytecode/analysis/
DUtil.java45 public static boolean isReturn(int opcode) { in isReturn() method in Util
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrCall.td77 let isReturn = 1 in
100 let isReturn = 1 in
109 let isCodeGenOnly = 1, isReturn = 1 in
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrControl.td81 let isReturn = 1 in {
91 } // isReturn = 1
/external/llvm-project/llvm/lib/MC/
DMCInstrDesc.cpp23 if (isBranch() || isCall() || isReturn() || isIndirectBranch()) in mayAffectControlFlow()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMOptimizeBarriersPass.cpp47 MI->isReturn()); in CanMovePastDMB()
/external/llvm/lib/Target/ARM/
DARMOptimizeBarriersPass.cpp50 MI->isReturn()); in CanMovePastDMB()
/external/llvm-project/llvm/lib/Target/ARM/
DARMOptimizeBarriersPass.cpp47 MI->isReturn()); in CanMovePastDMB()
/external/llvm/lib/MC/
DMCInstrDesc.cpp35 if (isBranch() || isCall() || isReturn() || isIndirectBranch()) in mayAffectControlFlow()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCInstrDesc.cpp34 if (isBranch() || isCall() || isReturn() || isIndirectBranch()) in mayAffectControlFlow()
/external/llvm/lib/CodeGen/
DXRayInstrumentation.cpp73 if (T.isReturn() && T.getOpcode() == TII->getReturnOpcode()) { in runOnMachineFunction()

12345678910