Home
last modified time | relevance | path

Searched refs:HasReturn (Results 1 – 15 of 15) sorted by relevance

/external/llvm/lib/Target/X86/
DX86PadShortFunction.cpp40 bool HasReturn; member
46 VisitedBBInfo() : HasReturn(false), Cycles(0) {} in VisitedBBInfo()
47 VisitedBBInfo(bool HasReturn, unsigned int Cycles) in VisitedBBInfo()
48 : HasReturn(HasReturn), Cycles(Cycles) {} in VisitedBBInfo()
185 return BBInfo.HasReturn; in cyclesUntilReturn()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86PadShortFunction.cpp40 bool HasReturn; member
46 VisitedBBInfo() : HasReturn(false), Cycles(0) {} in VisitedBBInfo()
47 VisitedBBInfo(bool HasReturn, unsigned int Cycles) in VisitedBBInfo()
48 : HasReturn(HasReturn), Cycles(Cycles) {} in VisitedBBInfo()
196 return BBInfo.HasReturn; in cyclesUntilReturn()
/external/llvm-project/llvm/lib/Target/X86/
DX86PadShortFunction.cpp40 bool HasReturn; member
46 VisitedBBInfo() : HasReturn(false), Cycles(0) {} in VisitedBBInfo()
47 VisitedBBInfo(bool HasReturn, unsigned int Cycles) in VisitedBBInfo()
48 : HasReturn(HasReturn), Cycles(Cycles) {} in VisitedBBInfo()
197 return BBInfo.HasReturn; in cyclesUntilReturn()
/external/swiftshader/third_party/subzero/src/
DIceCfgNode.h60 void setHasReturn() { HasReturn = true; } in setHasReturn()
61 bool getHasReturn() const { return HasReturn; } in getHasReturn()
142 bool HasReturn = false; /// does this block need an epilog? variable
DWasmTranslator.cpp1144 const bool HasReturn = Module->signatures[SigIndex]->return_count() != 0; in CallIndirect() local
1146 HasReturn ? toIceType(Module->signatures[SigIndex]->GetReturn()) in CallIndirect()
1149 auto *Dest = HasReturn ? makeVariable(DestTy) : nullptr; in CallIndirect()
1153 HasReturn ? InstPhi::create(Func, IndirectTable.size(), Dest) : nullptr; in CallIndirect()
/external/pdfium/fxjs/
Djs_define.h85 if (result.HasReturn()) in JSPropGetter()
135 if (result.HasReturn()) in JSMethod()
Dcjs_result.h44 bool HasReturn() const { return !return_.IsEmpty(); } in HasReturn() function
Dcjs_publicmethods_embeddertest.cpp212 ASSERT_TRUE(!ret.HasReturn()); in TEST_F()
250 EXPECT_TRUE(!ret.HasReturn()); in TEST_F()
Dcjs_global.cpp70 if (result.HasReturn()) in JSSpecialPropGet()
Dcjs_publicmethods.cpp158 if (result.HasReturn()) in JSGlobalFunc()
/external/llvm/lib/Analysis/
DInlineCost.cpp100 bool HasReturn; member in __anoned94fc440111::CallAnalyzer
213 HasReturn(false), HasIndirectBr(false), HasFrameEscape(false), in CallAnalyzer()
973 bool Free = !HasReturn; in visitReturnInst()
974 HasReturn = true; in visitReturnInst()
/external/pdfium/fxjs/xfa/
Dcfxjse_class.cpp123 if (result.HasReturn()) in DynPropGetterAdapter_MethodCallback()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInlineCost.cpp215 bool HasReturn = false; member in __anon18c107e60111::CallAnalyzer
1556 bool Free = !HasReturn; in visitReturnInst()
1557 HasReturn = true; in visitReturnInst()
/external/llvm-project/llvm/lib/Analysis/
DInlineCost.cpp275 bool HasReturn = false; member in __anonae1cb0f20111::CallAnalyzer
1718 bool Free = !HasReturn; in visitReturnInst()
1719 HasReturn = true; in visitReturnInst()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPULegalizerInfo.cpp3885 const bool HasReturn = MI.getNumExplicitDefs() != 0; in legalizeBufferAtomic() local
3890 if (HasReturn) { in legalizeBufferAtomic()
3906 const unsigned NumVIndexOps = (IsCmpSwap ? 8 : 7) + HasReturn; in legalizeBufferAtomic()
3933 if (HasReturn) in legalizeBufferAtomic()