Searched refs:DSA (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/test/MC/GOFF/ |
| H A D | ppa1.ll | 10 ; CHECK: .long 0 * DSA Size 0x0 20 ; CHECK: * Bit 0: 1 = 64-bit DSA
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | Lexicon.rst | 96 **DSA**
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | ClangOffloadBundler.rst | 284 Device Specific Archive, DSA(Tk) = {F1-Tk-DeviceBinary.X, F2-Tk-DeviceBinary.X, ...
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 7814 DSAStackTy &DSA) const; 8925 DSAStackTy &DSA) const { in buildCounterVar() 8932 DSA.getTopDSA(LCDecl, /*FromParent=*/false); in buildCounterVar() 9111 SemaRef.Diag(DSA.getConstructLoc(), in checkOpenMPIterationSpace() 9193 ISC.buildCounterVar(Captures, DSA); in checkOpenMPIterationSpace() 9210 ISC.buildFinalCondition(DSA.getCurScope()); in checkOpenMPIterationSpace() 9225 if (!HasErrors && DSA.isOrderedRegion()) { in checkOpenMPIterationSpace() 9251 DSA.getCurScope(), in checkOpenMPIterationSpace() 9256 DSA.getCurScope(), in checkOpenMPIterationSpace() 9445 DSAStackTy &DSA, in checkOpenMPLoop() argument [all …]
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 4041 SDValue DSA = DAG.getNode(ISD::DYNAMIC_STACKALLOC, dl, VTs, Ops); in visitAlloca() local 4042 setValue(&I, DSA); in visitAlloca() 4043 DAG.setRoot(DSA.getValue(1)); in visitAlloca()
|