Home
last modified time | relevance | path

Searched defs:IsReturn (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/tint/src/ast/
Dreturn_statement_test.cc40 TEST_F(ReturnStatementTest, IsReturn) { in TEST_F() argument
/third_party/spirv-tools/source/opt/
Dbasic_block.h207 bool IsReturn() const { return ctail()->IsReturn(); } in IsReturn() function
Dinstruction.h474 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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86VZeroUpper.cpp204 bool IsReturn = MI.isReturn(); in processBasicBlock() local
/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