Lines Matching defs:isByRef
1057 llvm::ArrayRef<bool> isByRef,
1069 if (isByRef[i]) {
1115 if (isByRef[i]) {
1227 ArrayRef<llvm::Value *> privateReductionVariables, ArrayRef<bool> isByRef) {
1250 isByRef, op.getNowait());
1294 llvm::ArrayRef<bool> isByRef) {
1303 deferredStores, isByRef)))
1309 isByRef, deferredStores);
1523 llvm::ArrayRef<bool> isByRef = getIsByRef(sectionsOp.getReductionByref());
1524 assert(isByRef.size() == sectionsOp.getNumReductionVars());
1541 isByRef)))
1619 privateReductionVariables, isByRef);
1867 llvm::ArrayRef<bool> isByRef = getIsByRef(wsloopOp.getReductionByref());
1868 assert(isByRef.size() == wsloopOp.getNumReductionVars());
1920 deferredStores, isByRef)))
1933 reductionVariableMap, isByRef, deferredStores)))
2042 privateReductionVariables, isByRef)))
2054 ArrayRef<bool> isByRef = getIsByRef(opInst.getReductionByref());
2055 assert(isByRef.size() == opInst.getNumReductionVars());
2101 deferredStores, isByRef)))
2116 reductionVariableMap, isByRef, deferredStores)))
2155 reductionInfos, isByRef, false);