Home
last modified time | relevance | path

Searched defs:TailCall (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsISelLowering.h38 TailCall, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h1186 const MachineInstr &TailCall) const { in canMakeTailCallConditional()
1193 const MachineInstr &TailCall) const { in replaceBranchWithTailCall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsISelLowering.h68 TailCall, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DBranchFolding.cpp1605 MachineInstr &TailCall = *MBB->getFirstNonDebugInstr(); in OptimizeBlock() local
/external/v8/src/compiler/
Dcommon-operator.cc1465 const Operator* CommonOperatorBuilder::TailCall( in TailCall() function in v8::internal::compiler::CommonOperatorBuilder