Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugFixup.cpp70 struct StackElem { in runOnMachineFunction() struct
74 std::vector<StackElem> Stack; in runOnMachineFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp750 auto StackElem = CallStack.top(); in HasPreserveFieldInfoCall() local
751 if (StackElem.second.Kind == BPFPreserveFieldInfoAI) in HasPreserveFieldInfoCall()
790 auto StackElem = CallStack.top(); in computeBaseAndAccessKey() local
791 Call = StackElem.first; in computeBaseAndAccessKey()
792 CInfo = StackElem.second; in computeBaseAndAccessKey()
872 auto StackElem = CallStack.top(); in computeBaseAndAccessKey() local
873 CInfo = StackElem.second; in computeBaseAndAccessKey()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp1091 StackElem.DeclareMapperVar = Ref; in addDeclareMapperVarRef()
1280 StackElem.AlignedMap[D] = NewDE; in addUniqueAligned()
1295 StackElem.NontemporalMap[D] = NewDE; in addUniqueNontemporal()
1306 StackElem.LCVMap.try_emplace( in addLoopControlVariable()
1315 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()
1316 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()
1327 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()
1328 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()
1840 auto LI = StackElem.LCVMap.find(D); in hasExplicitDSA()
1841 if (LI != StackElem.LCVMap.end()) in hasExplicitDSA()
[all …]