Searched refs:NoSize (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/XCore/ |
D | codemodel.ll | 121 ; CHECK: ldw r0, dp[NoSize+40] 126 ; LARGE-NEXT: .long NoSize 132 @NoSize = external global [0 x i32] 135 %0 = load i32, i32* getelementptr inbounds ([0 x i32], [0 x i32]* @NoSize, i32 0, i32 10)
|
/external/llvm/test/CodeGen/XCore/ |
D | codemodel.ll | 121 ; CHECK: ldw r0, dp[NoSize+40] 126 ; LARGE-NEXT: .long NoSize 132 @NoSize = external global [0 x i32] 135 %0 = load i32, i32* getelementptr inbounds ([0 x i32], [0 x i32]* @NoSize, i32 0, i32 10)
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 711 auto NoSize = [](const SmallSet<unsigned,2> &Sizes, MVT T) -> bool { in EnforceSameSize() local 725 Changed |= berase_if(AS, std::bind(NoSize, BN, std::placeholders::_1)); in EnforceSameSize() 726 Changed |= berase_if(BS, std::bind(NoSize, AN, std::placeholders::_1)); in EnforceSameSize()
|