Home
last modified time | relevance | path

Searched refs:GAddr (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/test/Transforms/LoopVectorize/X86/
Duniform_mem_op.ll599 @GAddr = external global i32 align 4
616 ; CHECK-NEXT: [[TMP4:%.*]] = load i32, i32* @GAddr, align 4
619 ; CHECK-NEXT: [[TMP5:%.*]] = load i32, i32* @GAddr, align 4
622 ; CHECK-NEXT: [[TMP6:%.*]] = load i32, i32* @GAddr, align 4
625 ; CHECK-NEXT: [[TMP7:%.*]] = load i32, i32* @GAddr, align 4
649 ; CHECK-NEXT: [[LOAD:%.*]] = load i32, i32* @GAddr, align 4
664 %load = load i32, i32* @GAddr
691 ; CHECK-NEXT: [[TMP4:%.*]] = load i32, i32* getelementptr (i32, i32* @GAddr, i64 5), align 4
694 ; CHECK-NEXT: [[TMP5:%.*]] = load i32, i32* getelementptr (i32, i32* @GAddr, i64 5), align 4
697 ; CHECK-NEXT: [[TMP6:%.*]] = load i32, i32* getelementptr (i32, i32* @GAddr, i64 5), align 4
[all …]
/external/llvm-project/llvm/unittests/CodeGen/
DSelectionDAGAddressAnalysisTest.cpp208 SDValue GAddr = DAG->getGlobalAddress(G, Loc, GTy); in TEST_F() local
209 SDValue GStore = DAG->getStore(DAG->getEntryNode(), Loc, GValue, GAddr, in TEST_F()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp1990 llvm::Value *GAddr = in getAddrOfArtificialThreadPrivate() local
1994 cast<llvm::GlobalVariable>(GAddr)->setThreadLocal(/*Val=*/true); in getAddrOfArtificialThreadPrivate()
1995 return Address(GAddr, CGM.getContext().getTypeAlignInChars(VarType)); in getAddrOfArtificialThreadPrivate()
2001 CGF.Builder.CreatePointerBitCastOrAddrSpaceCast(GAddr, CGM.VoidPtrTy), in getAddrOfArtificialThreadPrivate()