Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugFixup.cpp70 struct StackElem { in runOnMachineFunction() struct
74 std::vector<StackElem> Stack; in runOnMachineFunction()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp1135 StackElem.DeclareMapperVar = Ref; in addDeclareMapperVarRef()
1382 StackElem.AlignedMap[D] = NewDE; in addUniqueAligned()
1397 StackElem.NontemporalMap[D] = NewDE; in addUniqueNontemporal()
1408 StackElem.LCVMap.try_emplace( in addLoopControlVariable()
1417 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()
1418 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()
1429 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()
1430 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()
1940 auto LI = StackElem.LCVMap.find(D); in hasExplicitDSA()
1941 if (LI != StackElem.LCVMap.end()) in hasExplicitDSA()
[all …]