|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/IR/Instructions.h 2946 return (I->getOpcode() == Instruction::Ret);
lib/Analysis/ObjCARCInstKind.cpp 246 case Instruction::Ret:
lib/Analysis/StackSafetyAnalysis.cpp 314 case Instruction::Ret:
lib/Analysis/TargetTransformInfo.cpp 1149 case Instruction::Ret:
lib/Analysis/ValueTracking.cpp 3959 case Instruction::Ret:
lib/AsmParser/LLLexer.cpp 867 INSTKEYWORD(ret, Ret);
lib/Bitcode/Writer/BitcodeWriter.cpp 2707 case Instruction::Ret:
lib/CodeGen/SafeStack.cpp 318 case Instruction::Ret:
lib/CodeGen/StackProtector.cpp 205 case Instruction::Ret:
lib/CodeGen/TargetLoweringBase.cpp 1578 case Ret: return 0;
lib/IR/Instruction.cpp 295 case Ret: return "ret";
lib/IR/Instructions.cpp 865 : Instruction(Type::getVoidTy(RI.getContext()), Instruction::Ret,
874 : Instruction(Type::getVoidTy(C), Instruction::Ret,
882 : Instruction(Type::getVoidTy(C), Instruction::Ret,
890 : Instruction(Type::getVoidTy(Context), Instruction::Ret,
lib/Target/AArch64/AArch64FastISel.cpp 5216 case Instruction::Ret:
lib/Target/AArch64/AArch64TargetTransformInfo.cpp 134 case Instruction::Ret:
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp 454 case Instruction::Ret:
797 case Instruction::Ret:
lib/Target/ARM/ARMCodeGenPrepare.cpp 817 case Instruction::Ret:
lib/Target/ARM/ARMFastISel.cpp 2870 case Instruction::Ret:
lib/Target/Mips/MipsFastISel.cpp 2071 case Instruction::Ret:
lib/Target/PowerPC/PPCFastISel.cpp 1975 case Instruction::Ret:
lib/Target/PowerPC/PPCTargetTransformInfo.cpp 170 case Instruction::Ret:
lib/Target/SystemZ/SystemZTargetTransformInfo.cpp 175 case Instruction::Ret:
lib/Target/WebAssembly/WebAssemblyFastISel.cpp 1386 case Instruction::Ret:
lib/Target/X86/X86FastISel.cpp 3609 case Instruction::Ret:
lib/Target/X86/X86TargetTransformInfo.cpp 3041 case Instruction::Ret:
lib/Transforms/IPO/Attributor.cpp 889 for (Instruction *RI : OpcodeInstMap[Instruction::Ret])
1123 if (!A.checkForAllInstructions(CheckReturnInst, *this, {Instruction::Ret}))
2871 {(unsigned)Instruction::Ret}))
4702 case Instruction::Ret:
lib/Transforms/IPO/CalledValuePropagation.cpp 179 case Instruction::Ret:
lib/Transforms/IPO/FunctionAttrs.cpp 560 case Instruction::Ret:
lib/Transforms/Scalar/CorrelatedValuePropagation.cpp 893 case Instruction::Ret: {
tools/lldb/source/Expression/IRInterpreter.cpp 582 case Instruction::Ret:
1354 case Instruction::Ret: {
unittests/Analysis/SparsePropagation.cpp 147 case Instruction::Ret: