Searched refs:IsTail (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | copy_insertion.cc | 744 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/ |
D | DwarfDebug.cpp | 936 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()
|
D | DwarfCompileUnit.h | 260 DIE &constructCallSiteEntryDIE(DIE &ScopeDIE, DIE *CalleeDIE, bool IsTail,
|
D | DwarfCompileUnit.cpp | 1066 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/ |
D | DwarfCompileUnit.h | 254 bool IsTail, const MCSymbol *PCAddr,
|
D | DwarfCompileUnit.cpp | 960 DIE &ScopeDIE, const DISubprogram *CalleeSP, bool IsTail, in constructCallSiteEntryDIE() argument 977 if (IsTail) in constructCallSiteEntryDIE() 986 } else if (!IsTail || DD->tuneForGDB()) { in constructCallSiteEntryDIE()
|
D | DwarfDebug.cpp | 757 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/ |
D | LLParser.h | 490 CallInst::TailCallKind IsTail);
|