Home
last modified time | relevance | path

Searched defs:LiveOuts (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/CodeGen/
DStackMaps.cpp165 const LiveOutVec &LiveOuts = CSI.LiveOuts; in print() local
243 LiveOutVec LiveOuts; in parseRegisterLiveOutMask() local
292 LiveOutVec LiveOuts; in recordStackMapOpers() local
474 const LiveOutVec &LiveOuts = CSI.LiveOuts; in emitCallsiteEntries() local
DExecutionDepsFix.cpp144 LiveOutMap LiveOuts; member in __anone7243c1d0311::ExeDepsFix
DLiveVariables.cpp601 SmallSet<unsigned, 4> LiveOuts; in runOnBlock() local
DMachineScheduler.cpp1170 ArrayRef<unsigned> LiveOuts = RPTracker.getPressure().LiveOutRegs; in computeCyclicCriticalPath() local
/external/llvm/lib/Target/AMDGPU/
DR600MachineFunctionInfo.h27 SmallVector<unsigned, 4> LiveOuts; variable
/external/llvm/include/llvm/CodeGen/
DStackMaps.h201 LiveOutVec LiveOuts; member