Searched refs:LocationVec (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | StackMaps.h | 191 typedef SmallVector<Location, 8> LocationVec; typedef 199 LocationVec Locations; 203 LocationVec &&Locations, LiveOutVec &&LiveOuts) in CallsiteInfo() 217 MachineInstr::const_mop_iterator MOE, LocationVec &Locs,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | StackMaps.h | 258 using LocationVec = SmallVector<Location, 8>; variable 273 LocationVec Locations; 278 LocationVec &&Locations, LiveOutVec &&LiveOuts) in CallsiteInfo() 293 MachineInstr::const_mop_iterator MOE, LocationVec &Locs,
|
/external/llvm/lib/CodeGen/ |
D | StackMaps.cpp | 89 MachineInstr::const_mop_iterator MOE, LocationVec &Locs, in parseOperand() 164 const LocationVec &CSLocs = CSI.Locations; in print() 291 LocationVec Locations; in recordStackMapOpers() 473 const LocationVec &CSLocs = CSI.Locations; in emitCallsiteEntries()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | StackMaps.cpp | 104 MachineInstr::const_mop_iterator MOE, LocationVec &Locs, in parseOperand() 180 const LocationVec &CSLocs = CSI.Locations; in print() 307 LocationVec Locations; in recordStackMapOpers() 498 const LocationVec &CSLocs = CSI.Locations; in emitCallsiteEntries()
|