Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugFixup.cpp88 struct StackElem { in runOnMachineFunction() struct
92 std::vector<StackElem> Stack; in runOnMachineFunction()
/openbsd/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp841 auto StackElem = CallStack.top(); in HasPreserveFieldInfoCall() local
842 if (StackElem.second.Kind == BPFPreserveFieldInfoAI) in HasPreserveFieldInfoCall()
881 auto StackElem = CallStack.top(); in computeBaseAndAccessKey() local
882 Call = StackElem.first; in computeBaseAndAccessKey()
883 CInfo = StackElem.second; in computeBaseAndAccessKey()
963 auto StackElem = CallStack.top(); in computeBaseAndAccessKey() local
964 CInfo = StackElem.second; in computeBaseAndAccessKey()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp1150 StackElem.DeclareMapperVar = Ref; in addDeclareMapperVarRef()
1413 StackElem.AlignedMap[D] = NewDE; in addUniqueAligned()
1428 StackElem.NontemporalMap[D] = NewDE; in addUniqueNontemporal()
1439 StackElem.LCVMap.try_emplace( in addLoopControlVariable()
1448 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()
1449 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()
1460 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()
1461 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()
1971 auto LI = StackElem.LCVMap.find(D); in hasExplicitDSA()
1972 if (LI != StackElem.LCVMap.end()) in hasExplicitDSA()
[all …]