Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp2535 const int InitIsSPMDArgNo = 1; in updateImpl() local
2537 dyn_cast<ConstantInt>(CB->getOperand(InitIsSPMDArgNo)); in updateImpl()
2915 constexpr const int InitIsSPMDArgNo = 1; in initialize() local
2924 IRPosition::callsite_argument(*KernelInitCB, InitIsSPMDArgNo), in initialize()
2940 dyn_cast<ConstantInt>(KernelInitCB->getArgOperand(InitIsSPMDArgNo)); in initialize()
3014 const int InitIsSPMDArgNo = 1; in changeToSPMDMode() local
3021 A.changeUseAfterManifest(KernelInitCB->getArgOperandUse(InitIsSPMDArgNo), in changeToSPMDMode()
3049 const int InitIsSPMDArgNo = 1; in buildCustomStateMachine() local
3059 dyn_cast<ConstantInt>(KernelInitCB->getArgOperand(InitIsSPMDArgNo)); in buildCustomStateMachine()