/external/llvm/lib/Target/X86/ |
D | X86PadShortFunction.cpp | 40 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/ |
D | X86PadShortFunction.cpp | 40 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/ |
D | X86PadShortFunction.cpp | 40 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/ |
D | IceCfgNode.h | 60 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
|
D | WasmTranslator.cpp | 1144 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/ |
D | js_define.h | 85 if (result.HasReturn()) in JSPropGetter() 135 if (result.HasReturn()) in JSMethod()
|
D | cjs_result.h | 44 bool HasReturn() const { return !return_.IsEmpty(); } in HasReturn() function
|
D | cjs_publicmethods_embeddertest.cpp | 212 ASSERT_TRUE(!ret.HasReturn()); in TEST_F() 250 EXPECT_TRUE(!ret.HasReturn()); in TEST_F()
|
D | cjs_global.cpp | 70 if (result.HasReturn()) in JSSpecialPropGet()
|
D | cjs_publicmethods.cpp | 158 if (result.HasReturn()) in JSGlobalFunc()
|
/external/llvm/lib/Analysis/ |
D | InlineCost.cpp | 100 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/ |
D | cfxjse_class.cpp | 123 if (result.HasReturn()) in DynPropGetterAdapter_MethodCallback()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | InlineCost.cpp | 215 bool HasReturn = false; member in __anon18c107e60111::CallAnalyzer 1556 bool Free = !HasReturn; in visitReturnInst() 1557 HasReturn = true; in visitReturnInst()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | InlineCost.cpp | 275 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/ |
D | AMDGPULegalizerInfo.cpp | 3885 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()
|