Home
last modified time | relevance | path

Searched defs:VarSet (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/
H A DDbgValueHistoryCalculator.cpp85 auto &VarSet = I->second; in dropRegDescribedVar() local
98 auto &VarSet = RegVars[RegNo]; in addRegDescribedVar() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp116 auto &VarSet = I->second; in dropRegDescribedVar() local
129 auto &VarSet = RegVars[RegNo]; in addRegDescribedVar() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp300 auto &VarSet = I->second; in dropRegDescribedVar() local
313 auto &VarSet = RegVars[RegNo]; in addRegDescribedVar() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DMachineDebugify.cpp90 SmallSet<DILocalVariable *, 16> VarSet; in applyDebugifyMetadataToMachineFunction() local
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_algebraic.py82 class VarSet(object): class