Home
last modified time | relevance | path

Searched refs:PLowerBound (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2055 Value *PLowerBound = Builder.CreateAlloca(IVTy, nullptr, "p.lowerbound"); in applyStaticWorkshareLoop() local
2066 Builder.CreateStore(Zero, PLowerBound); in applyStaticWorkshareLoop()
2081 Value *LowerBound = Builder.CreateLoad(IVTy, PLowerBound); in applyStaticWorkshareLoop()
2143 Value *PLowerBound = in applyStaticChunkedWorkshareLoop() local
2161 Builder.CreateStore(Zero, PLowerBound); in applyStaticChunkedWorkshareLoop()
2175 /*plower=*/PLowerBound, /*pupper=*/PUpperBound, in applyStaticChunkedWorkshareLoop()
2181 Builder.CreateLoad(InternalIVTy, PLowerBound, "omp_firstchunk.lb"); in applyStaticChunkedWorkshareLoop()
2385 Value *PLowerBound = Builder.CreateAlloca(IVTy, nullptr, "p.lowerbound"); in applyDynamicWorkshareLoop() local
2396 Builder.CreateStore(One, PLowerBound); in applyDynamicWorkshareLoop()
2431 PLowerBound, PUpperBound, PStride}); in applyDynamicWorkshareLoop()
[all …]
/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp1945 AllocaInst *PLowerBound = dyn_cast<AllocaInst>(&*(AllocaIter++)); in TEST_F() local
1949 EXPECT_NE(PLowerBound, nullptr); in TEST_F()
1980 EXPECT_EQ(LoadedLowerBound->getPointerOperand(), PLowerBound); in TEST_F()
2147 AllocaInst *PLowerBound = dyn_cast<AllocaInst>(&*(AllocaIter++)); in TEST_P() local
2151 EXPECT_NE(PLowerBound, nullptr); in TEST_P()