Home
last modified time | relevance | path

Searched refs:check_tail (Results 1 – 7 of 7) sorted by relevance

/external/llvm/test/ExecutionEngine/MCJIT/
D2005-12-02-TailCallBug.ll6 %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/
D2005-12-02-TailCallBug.ll6 %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/
D2005-12-02-TailCallBug.ll6 %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/
D2005-12-02-TailCallBug.ll6 %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/
D2005-12-02-TailCallBug.ll6 %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/
Dlayout-descriptor.cc265 bool LayoutDescriptor::IsConsistentWithMap(Map* map, bool check_tail) { in IsConsistentWithMap() argument
285 if (check_tail) { in IsConsistentWithMap()
Dlayout-descriptor.h75 bool IsConsistentWithMap(Map* map, bool check_tail = false);