OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Ret
(Results
501 - 525
of
543
) sorted by null
<<
21
22
/external/swiftshader/third_party/LLVM/include/llvm/
Instructions.h
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
BitcodeWriter.cpp
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
CPPBackend.cpp
1037
const ReturnInst*
ret
= cast<ReturnInst>(I);
local
[
all
...]
/external/swiftshader/third_party/subzero/src/
IceTargetLoweringX86BaseImpl.h
[
all
...]
IceInstX86BaseImpl.h
359
: InstX86Base(Func, InstX86Base::
Ret
, Source ? 1 : 0, nullptr) {
[
all
...]
/external/v8/src/arm64/
macro-assembler-arm64.h
[
all
...]
/external/llvm/lib/Analysis/
InstructionSimplify.cpp
[
all
...]
ScalarEvolution.cpp
[
all
...]
ValueTracking.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
[
all
...]
SelectionDAGBuilder.cpp
[
all
...]
SelectionDAGISel.cpp
83
STATISTIC(NumFastIselFailRet,"Fast isel fails on
Ret
");
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
[
all
...]
SelectionDAGBuilder.cpp
[
all
...]
/external/v8/src/compiler/arm/
code-generator-arm.cc
[
all
...]
/external/v8/src/compiler/mips/
code-generator-mips.cc
[
all
...]
/external/v8/src/compiler/mips64/
code-generator-mips64.cc
[
all
...]
/external/llvm/bindings/go/llvm/
ir.go
172
Ret
Opcode = C.LLVMRet
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
ir.go
130
Ret
Opcode = C.LLVMRet
631
func (t Type) Subtypes() (
ret
[]Type) {
632
ret
= make([]Type, C.LLVMGetNumContainedTypes(t.C))
633
C.LLVMGetSubtypes(t.C, llvmTypeRefPtr(&
ret
[0]))
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
InstructionSimplify.cpp
[
all
...]
/external/v8/src/compiler/ia32/
code-generator-ia32.cc
[
all
...]
/external/llvm/include/llvm/IR/
Instructions.h
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Instructions.h
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp
[
all
...]
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
LowLevel.cpp
16
TEST_F(AssemblerX8664LowLevelTest,
Ret
) {
17
__
ret
();
26
__
ret
(Immediate(0x20));
[
all
...]
Completed in 2654 milliseconds
<<
21
22