/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
X86ISelLowering.h | 782 SDValue Chain, bool IsTailCall, bool Is64Bit, [all...] |
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
DeadArgumentElimination.cpp | 254 if (cast<CallInst>(Call)->isTailCall()) 832 if (cast<CallInst>(Call)->isTailCall()) [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
ldebug.c | 241 ar->istailcall = (ci) ? ci->callstatus & CIST_TAIL : 0;
|
lauxlib.c | 136 if (ar.istailcall)
|
/external/llvm/lib/Target/Hexagon/ |
HexagonInstrInfo.h | 341 bool isTailCall(const MachineInstr *MI) const;
|
/external/llvm/lib/Target/Mips/ |
MipsISelLowering.h | 495 SDValue Arg, const SDLoc &DL, bool IsTailCall,
|
/external/skia/third_party/lua/src/ |
ldebug.c | 241 ar->istailcall = (ci) ? ci->callstatus & CIST_TAIL : 0;
|
/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;
|
/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...] |
/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())
|