Home
last modified time | relevance | path

Searched refs:SlotMap (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h126 SlotMapTy SlotMap; member
135 return SlotMap.find(V); in find()
138 SlotMapTy::const_iterator end() const { return SlotMap.end(); } in end()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h147 SlotMapTy SlotMap; member
156 return SlotMap.find(V); in find()
159 SlotMapTy::const_iterator end() const { return SlotMap.end(); } in end()
/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp514 SpillMap.SlotMap[V] = cast<FrameIndexSDNode>(Loc)->getIndex(); in lowerStatepointMetaArgs()
522 SpillMap.SlotMap[V] = None; in lowerStatepointMetaArgs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp573 SpillMap.SlotMap[V] = cast<FrameIndexSDNode>(Loc)->getIndex(); in lowerStatepointMetaArgs()
581 SpillMap.SlotMap[V] = None; in lowerStatepointMetaArgs()