Searched refs:HasReturn (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86PadShortFunction.cpp | 38 bool HasReturn; member 44 VisitedBBInfo() : HasReturn(false), Cycles(0) {} in VisitedBBInfo() 45 VisitedBBInfo(bool HasReturn, unsigned int Cycles) in VisitedBBInfo() 46 : HasReturn(HasReturn), Cycles(Cycles) {} in VisitedBBInfo() 180 return BBInfo.HasReturn; in cyclesUntilReturn()
|
D | ShadowCallStack.cpp | 208 bool HasReturn = false; in runOnMachineFunction() local 215 HasReturn = true; in runOnMachineFunction() 228 if (!HasReturn) in runOnMachineFunction()
|
/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/subzero/src/ |
D | IceCfgNode.h | 60 void setHasReturn() { HasReturn = true; } in setHasReturn() 61 bool getHasReturn() const { return HasReturn; } in getHasReturn() 143 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 __anoncb2858680111::CallAnalyzer 213 HasReturn(false), HasIndirectBr(false), HasFrameEscape(false), in CallAnalyzer() 973 bool Free = !HasReturn; in visitReturnInst() 974 HasReturn = true; in visitReturnInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | InlineCost.cpp | 137 bool HasReturn; member in __anona6311d000111::CallAnalyzer 284 ContainsNoDuplicateCall(false), HasReturn(false), HasIndirectBr(false), in CallAnalyzer() 1310 bool Free = !HasReturn; in visitReturnInst() 1311 HasReturn = true; in visitReturnInst()
|
/external/pdfium/fxjs/xfa/ |
D | cfxjse_class.cpp | 123 if (result.HasReturn()) in DynPropGetterAdapter_MethodCallback()
|