Searched refs:check_tail (Results 1 – 7 of 7) sorted by relevance
/external/llvm/test/ExecutionEngine/MCJIT/ |
D | 2005-12-02-TailCallBug.ll | 6 %f = bitcast i32 (i32, i32*, i32)* @check_tail to i32* ; <i32*> [#uses=1] 7 %res = tail call fastcc i32 @check_tail( i32 10, i32* %f, i32 10 ) ; <i32> [#uses=1] 11 define fastcc i32 @check_tail(i32 %x, i32* %f, i32 %g) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/MCJIT/ |
D | 2005-12-02-TailCallBug.ll | 6 %f = bitcast i32 (i32, i32*, i32)* @check_tail to i32* ; <i32*> [#uses=1] 7 %res = tail call fastcc i32 @check_tail( i32 10, i32* %f, i32 10 ) ; <i32> [#uses=1] 11 define fastcc i32 @check_tail(i32 %x, i32* %f, i32 %g) {
|
/external/swiftshader/third_party/LLVM/test/ExecutionEngine/ |
D | 2005-12-02-TailCallBug.ll | 6 %f = bitcast i32 (i32, i32*, i32)* @check_tail to i32* ; <i32*> [#uses=1] 7 %res = tail call fastcc i32 @check_tail( i32 10, i32* %f, i32 10 ) ; <i32> [#uses=1] 11 define fastcc i32 @check_tail(i32 %x, i32* %f, i32 %g) {
|
/external/llvm/test/ExecutionEngine/OrcMCJIT/ |
D | 2005-12-02-TailCallBug.ll | 6 %f = bitcast i32 (i32, i32*, i32)* @check_tail to i32* ; <i32*> [#uses=1] 7 %res = tail call fastcc i32 @check_tail( i32 10, i32* %f, i32 10 ) ; <i32> [#uses=1] 11 define fastcc i32 @check_tail(i32 %x, i32* %f, i32 %g) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/OrcMCJIT/ |
D | 2005-12-02-TailCallBug.ll | 6 %f = bitcast i32 (i32, i32*, i32)* @check_tail to i32* ; <i32*> [#uses=1] 7 %res = tail call fastcc i32 @check_tail( i32 10, i32* %f, i32 10 ) ; <i32> [#uses=1] 11 define fastcc i32 @check_tail(i32 %x, i32* %f, i32 %g) {
|
/external/v8/src/ |
D | layout-descriptor.cc | 265 bool LayoutDescriptor::IsConsistentWithMap(Map* map, bool check_tail) { in IsConsistentWithMap() argument 285 if (check_tail) { in IsConsistentWithMap()
|
D | layout-descriptor.h | 75 bool IsConsistentWithMap(Map* map, bool check_tail = false);
|