Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h1308 const MachineInstr &TailCall) const { in canMakeTailCallConditional()
1315 const MachineInstr &TailCall) const { in replaceBranchWithTailCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsISelLowering.h67 TailCall, enumerator
/third_party/node/deps/v8/src/compiler/
Dgraph-assembler.cc537 void GraphAssembler::TailCall(const CallDescriptor* call_descriptor, in TailCall() function in v8::internal::compiler::GraphAssembler
Dcommon-operator.cc1503 const Operator* CommonOperatorBuilder::TailCall( in TailCall() function in v8::internal::compiler::CommonOperatorBuilder
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DBranchFolding.cpp1555 MachineInstr &TailCall = *MBB->getFirstNonDebugInstr(); in OptimizeBlock() local
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc3350 enum TailCall : bool { kTailCall = true, kNoTailCall = false }; enum in v8::internal::wasm::__anon3bd82aa60111::LiftoffCompiler