Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.h446 llvm::Value *IsInSPMDModeFlag = nullptr; member
H A DCGOpenMPRuntimeNVPTX.cpp2172 I->getSecond().IsInSPMDModeFlag = IsSPMD; in emitGenericVarsProlog()
2241 I->getSecond().IsInSPMDModeFlag = nullptr; in emitGenericVarsProlog()
2257 I->getSecond().IsInSPMDModeFlag = nullptr; in emitGenericVarsProlog()
2303 assert(I->getSecond().IsInSPMDModeFlag && in emitGenericVarsProlog()
2318 Bld.CreateSelect(I->getSecond().IsInSPMDModeFlag, in emitGenericVarsProlog()
2389 Bld.CreateCondBr(I->getSecond().IsInSPMDModeFlag, ExitBB, NonSPMDBB); in emitGenericVarsEpilog()