/external/bcc/src/cc/frontends/b/ |
node.h | 619 typedef StatusTuple Ret;
|
/external/clang/lib/AST/ |
VTableBuilder.cpp | 429 Out << " [ret-adj: "; [all...] |
/external/llvm/lib/AsmParser/ |
LLLexer.cpp | 758 INSTKEYWORD(ret, Ret);
|
/external/llvm/lib/CodeGen/ |
SafeStack.cpp | 304 case Instruction::Ret: { [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64TargetTransformInfo.cpp | 115 case Instruction::Ret:
|
/external/llvm/lib/Target/ARM/ |
ARMFastISel.cpp | [all...] |
/external/llvm/lib/Target/X86/ |
X86FastISel.cpp | [all...] |
/external/llvm/tools/llvm-readobj/ |
ARMWinEHPrinter.cpp | 731 SW.startLine() << "ReturnType: " << RF.Ret() << '\n';
|
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
LLLexer.cpp | 639 INSTKEYWORD(ret, Ret);
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
Instructions.cpp | 588 : TerminatorInst(Type::getVoidTy(RI.getContext()), Instruction::Ret, 598 : TerminatorInst(Type::getVoidTy(C), Instruction::Ret, 605 : TerminatorInst(Type::getVoidTy(C), Instruction::Ret, 612 : TerminatorInst(Type::getVoidTy(Context), Instruction::Ret, [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/ |
llvm.ml | 177 | Ret [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
LLLexer.cpp | 849 INSTKEYWORD(ret, Ret);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
SafeStack.cpp | 313 case Instruction::Ret: [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
Instruction.cpp | 294 case Ret: return "ret";
|
Instructions.cpp | 665 : TerminatorInst(Type::getVoidTy(RI.getContext()), Instruction::Ret, 675 : TerminatorInst(Type::getVoidTy(C), Instruction::Ret, 683 : TerminatorInst(Type::getVoidTy(C), Instruction::Ret, 691 : TerminatorInst(Type::getVoidTy(Context), Instruction::Ret, [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
AArch64TargetTransformInfo.cpp | 133 case Instruction::Ret: [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
ARMFastISel.cpp | [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
SystemZTargetTransformInfo.cpp | 176 case Instruction::Ret:
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
CorrelatedValuePropagation.cpp | 739 case Instruction::Ret: { 745 if (!RetVal) break; // handle "ret void"
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
ARMWinEHPrinter.cpp | 731 SW.startLine() << "ReturnType: " << RF.Ret() << '\n';
|
/external/swiftshader/third_party/subzero/src/ |
IceTargetLowering.cpp | 460 case Inst::Ret: [all...] |
/external/v8/src/ia32/ |
codegen-ia32.cc | 34 __ Ret(); 114 __ ret(0);
|
/external/v8/src/mips/ |
codegen-mips.cc | 568 __ Ret();
|
/external/v8/src/mips64/ |
codegen-mips64.cc | 569 __ Ret();
|
/external/v8/src/s390/ |
code-stubs-s390.cc | 362 // Also pop lr to get Ret(0). 365 __ Ret();
|