Home
last modified time | relevance | path

Searched refs:_trap (Results 1 – 4 of 4) sorted by relevance

/external/llvm/test/CodeGen/ARM/
Dtrap.ll2 ; RUN: llc < %s -mtriple=arm-apple-darwin -trap-func=_trap | FileCheck %s -check-prefix=FUNC
3 ; RUN: llc < %s -mtriple=arm-apple-darwin -trap-func=_trap -O0 | FileCheck %s -check-prefix=FUNC
/external/llvm-project/llvm/test/CodeGen/ARM/
Dtrap.ll2 ; RUN: llc < %s -mtriple=arm-apple-darwin -trap-func=_trap | FileCheck %s -check-prefix=FUNC
3 ; RUN: llc < %s -mtriple=arm-apple-darwin -trap-func=_trap -O0 | FileCheck %s -check-prefix=FUNC
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp2312 _trap(); in div0Check()
2559 _trap(); in preambleDivRem()
2571 _trap(); in preambleDivRem()
5318 _trap(); in lowerIntrinsic()
6230 _trap(); in lowerUnreachable()
DIceTargetLoweringARM32.h823 void _trap() { Context.insert<InstARM32Trap>(); } in _trap() function