OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:istailcall
(Results
126 - 150
of
260
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/external/swiftshader/third_party/LLVM/lib/Analysis/
Lint.cpp
253
if (CS.isCall() && cast<CallInst>(CS.getInstruction())->
isTailCall
())
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h
417
void LowerCallTo(ImmutableCallSite CS, SDValue Callee, bool
IsTailCall
,
LegalizeDAG.cpp
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.h
455
bool &
isTailCall
,
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXISelLowering.cpp
347
bool &
isTailCall
,
/external/swiftshader/third_party/LLVM/lib/VMCore/
AutoUpgrade.cpp
318
NewCI->setTailCall(CI->
isTailCall
());
/external/syslinux/com32/lua/src/
ldebug.c
241
ar->
istailcall
= (ci) ? ci->callstatus & CIST_TAIL : 0;
lauxlib.c
136
if (ar.
istailcall
)
/external/v8/src/debug/
debug.h
79
inline bool
IsTailCall
() const {
/external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp
785
return CI->
isTailCall
();
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
[
all
...]
/external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
[
all
...]
/external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c
[
all
...]
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm_ocaml.c
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcISelLowering.cpp
351
bool &
isTailCall
,
358
isTailCall
= false;
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCalls.cpp
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lauxlib.c
136
if (ar.
istailcall
)
/external/clang/lib/CodeGen/
CGObjC.cpp
[
all
...]
/external/llvm/include/llvm/Target/
TargetLowering.h
[
all
...]
/external/llvm/lib/Analysis/
Lint.cpp
266
if (CS.isCall() && cast<CallInst>(CS.getInstruction())->
isTailCall
())
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DwarfEHPrepare.cpp
343
NewSelector->setTailCall(II->
isTailCall
());
/external/v8/src/compiler/
code-generator.cc
513
if (instr->
IsTailCall
()) {
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h
[
all
...]
/external/llvm/lib/IR/
Core.cpp
[
all
...]
Completed in 1599 milliseconds
1
2
3
4
5
6
7
8
9
10
11