Home
last modified time | relevance | path

Searched refs:IsTail (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dcopy_insertion.cc744 DCHECK(IsTail(*last_dest)); in TryElideCopy()
755 } else if (IsTail(*src)) { in TryElideCopy()
867 bool IsTail(const ValueNode& node) const { in IsTail() function in xla::__anon747efefc0111::CopyRemover
879 if (IsTail(node)) { in Next()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp936 bool IsTail = TII->isTailCall(MI); in constructCallSiteEntryDIEs() local
949 (!IsTail || CU.useGNUAnalogForDwarf5Feature()) in constructCallSiteEntryDIEs()
956 IsTail ? getLabelBeforeInsn(TopLevelCallMI) : nullptr; in constructCallSiteEntryDIEs()
958 assert((IsTail || PCAddr) && "Non-tail call without return PC"); in constructCallSiteEntryDIEs()
965 << (IsTail ? " [IsTail]" : "") << "\n"); in constructCallSiteEntryDIEs()
968 ScopeDIE, CalleeDIE, IsTail, PCAddr, CallAddr, CallReg); in constructCallSiteEntryDIEs()
1899 bool IsTail = TII->isTailCall(*MI); in beginInstruction() local
1902 if (IsTail) in beginInstruction()
DDwarfCompileUnit.h260 DIE &constructCallSiteEntryDIE(DIE &ScopeDIE, DIE *CalleeDIE, bool IsTail,
DDwarfCompileUnit.cpp1066 bool IsTail, in constructCallSiteEntryDIE() argument
1084 if (IsTail) { in constructCallSiteEntryDIE()
1110 if (!IsTail || useGNUAnalogForDwarf5Feature()) { in constructCallSiteEntryDIE()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h254 bool IsTail, const MCSymbol *PCAddr,
DDwarfCompileUnit.cpp960 DIE &ScopeDIE, const DISubprogram *CalleeSP, bool IsTail, in constructCallSiteEntryDIE() argument
977 if (IsTail) in constructCallSiteEntryDIE()
986 } else if (!IsTail || DD->tuneForGDB()) { in constructCallSiteEntryDIE()
DDwarfDebug.cpp757 bool IsTail = TII->isTailCall(MI); in constructCallSiteEntryDIEs() local
770 (IsTail && !tuneForGDB()) in constructCallSiteEntryDIEs()
782 assert((IsTail || PCOffset || PCAddr) && in constructCallSiteEntryDIEs()
790 << (IsTail ? " [IsTail]" : "") << "\n"); in constructCallSiteEntryDIEs()
793 CU.constructCallSiteEntryDIE(ScopeDIE, CalleeSP, IsTail, PCAddr, in constructCallSiteEntryDIEs()
/external/llvm/lib/AsmParser/
DLLParser.h490 CallInst::TailCallKind IsTail);