Home
last modified time | relevance | path

Searched refs:IsReturn (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86VZeroUpper.cpp204 bool IsReturn = MI.isReturn(); in processBasicBlock() local
205 bool IsControlFlow = IsCall || IsReturn; in processBasicBlock()
209 if (IsX86INTR && IsReturn) in processBasicBlock()
/third_party/spirv-tools/source/opt/
Dbasic_block.h207 bool IsReturn() const { return ctail()->IsReturn(); } in IsReturn() function
Dinstruction.h502 bool IsReturn() const { return spvOpcodeIsReturn(opcode()); } in IsReturn() function
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dbasic_block.h207 bool IsReturn() const { return ctail()->IsReturn(); } in IsReturn() function
Dinstruction.h488 bool IsReturn() const { return spvOpcodeIsReturn(opcode()); } in IsReturn() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dbasic_block.h207 bool IsReturn() const { return ctail()->IsReturn(); } in IsReturn() function
Dinstruction.h488 bool IsReturn() const { return spvOpcodeIsReturn(opcode()); } in IsReturn() function
/third_party/skia/third_party/externals/tint/src/ast/
Dreturn_statement_test.cc40 TEST_F(ReturnStatementTest, IsReturn) { in TEST_F() argument
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_inline_function.cpp177 if (block.terminator()->IsReturn()) { in Apply()
198 called_function->entry()->terminator()->IsReturn()) && in Apply()
Dfuzzer_util.cpp1906 if (block->IsReturn()) { in GetReachableReturnBlocks()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_inline_function.cpp177 if (block.terminator()->IsReturn()) { in Apply()
198 called_function->entry()->terminator()->IsReturn()) && in Apply()
Dfuzzer_util.cpp1906 if (block->IsReturn()) { in GetReachableReturnBlocks()
/third_party/spirv-tools/source/fuzz/
Dtransformation_inline_function.cpp177 if (block.terminator()->IsReturn()) { in Apply()
198 called_function->entry()->terminator()->IsReturn()) && in Apply()
Dfuzzer_util.cpp1906 if (block->IsReturn()) { in GetReachableReturnBlocks()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDILCFGStructurizer.cpp645 bool IsReturn = (MBB->succ_size() == 0); in isReturnBlock() local
647 assert(IsReturn); in isReturnBlock()
648 else if (IsReturn) in isReturnBlock()
651 return IsReturn; in isReturnBlock()
/third_party/node/deps/v8/src/debug/
Ddebug.h74 bool IsReturn() const { return type_ == DEBUG_BREAK_SLOT_AT_RETURN; } in IsReturn() function
Ddebug.cc586 step_break = step_break || location.IsReturn() || in Break()
1215 if (location.IsReturn() || in PrepareStep()
2085 return location.IsReturn(); in IsBreakAtReturn()
Ddebug-scopes.cc241 ignore_nested_scopes = location.IsReturn(); in TryParseAndRetrieveScopes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsInstrInfo.td531 class IsReturn {