Home
last modified time | relevance | path

Searched refs:hasLazyArguments (Results 1 – 8 of 8) sorted by relevance

/external/llvm/unittests/IR/
DFunctionTest.cpp16 TEST(FunctionTest, hasLazyArguments) { in TEST() argument
25 EXPECT_TRUE(F->hasLazyArguments()); in TEST()
29 EXPECT_TRUE(F->hasLazyArguments()); in TEST()
31 EXPECT_TRUE(F->hasLazyArguments()); in TEST()
35 EXPECT_FALSE(F->hasLazyArguments()); in TEST()
47 EXPECT_TRUE(F1->hasLazyArguments()); in TEST()
48 EXPECT_TRUE(F2->hasLazyArguments()); in TEST()
55 EXPECT_TRUE(F1->hasLazyArguments()); in TEST()
56 EXPECT_TRUE(F2->hasLazyArguments()); in TEST()
64 EXPECT_FALSE(F1->hasLazyArguments()); in TEST()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DFunctionTest.cpp17 TEST(FunctionTest, hasLazyArguments) { in TEST() argument
26 EXPECT_TRUE(F->hasLazyArguments()); in TEST()
30 EXPECT_TRUE(F->hasLazyArguments()); in TEST()
32 EXPECT_TRUE(F->hasLazyArguments()); in TEST()
36 EXPECT_FALSE(F->hasLazyArguments()); in TEST()
48 EXPECT_TRUE(F1->hasLazyArguments()); in TEST()
49 EXPECT_TRUE(F2->hasLazyArguments()); in TEST()
56 EXPECT_TRUE(F1->hasLazyArguments()); in TEST()
57 EXPECT_TRUE(F2->hasLazyArguments()); in TEST()
65 EXPECT_FALSE(F1->hasLazyArguments()); in TEST()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/
DFunction.h106 bool hasLazyArguments() const {
110 if (hasLazyArguments())
/external/llvm/include/llvm/IR/
DFunction.h87 bool hasLazyArguments() const {
93 if (hasLazyArguments())
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h93 bool hasLazyArguments() const { in hasLazyArguments() function
99 if (hasLazyArguments()) in CheckLazyArguments()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DFunction.h105 bool hasLazyArguments() const { in hasLazyArguments() function
111 if (hasLazyArguments()) in CheckLazyArguments()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DFunction.cpp272 assert(!hasLazyArguments()); in BuildLazyArguments()
292 if (!hasLazyArguments()) { in stealArgumentListFrom()
301 if (Src.hasLazyArguments()) in stealArgumentListFrom()
321 assert(!hasLazyArguments()); in stealArgumentListFrom()
/external/llvm/lib/IR/
DFunction.cpp310 if (!hasLazyArguments()) { in stealArgumentListFrom()
319 if (Src.hasLazyArguments()) in stealArgumentListFrom()