Searched defs:LiveIns (Results 1 – 12 of 12) sorted by relevance
/llvm-project/llvm/tools/llvm-exegesis/lib/ |
H A D | BenchmarkCode.h | 26 std::vector<MCRegister> LiveIns; member
|
H A D | Assembler.cpp | 246 assembleToStream(const ExegesisTarget & ET,std::unique_ptr<LLVMTargetMachine> TM,ArrayRef<unsigned> LiveIns,const FillFunction & Fill,raw_pwrite_stream & AsmStream,const BenchmarkKey & Key,bool GenerateMemoryInstructions) assembleToStream() argument
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNSchedStrategy.h | 206 SmallVector<GCNRPTracker::LiveRegSet, 32> LiveIns; global() variable
|
H A D | GCNIterativeScheduler.cpp | 82 const auto LiveIns = getLiveRegsBefore(*Begin, *LIS); in printLivenessInfo() local
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineTraceMetrics.h | 243 SmallVector<LiveInReg, 4> LiveIns; global() member
|
H A D | MachineRegisterInfo.h | 150 std::vector<std::pair<MCRegister, Register>> LiveIns; variable
|
H A D | RDFGraph.h | 898 RegisterAggr LiveIns; member
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonBlockRanges.cpp | 235 RegisterSet LiveIns; getLiveIns() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineOutliner.cpp | 774 LivePhysRegs LiveIns(TRI); createOutlinedFunction() local
|
H A D | RDFLiveness.cpp | 904 const RegisterAggr &LiveIns = LiveMap[&B]; in resetLiveIns() local
|
H A D | PrologEpilogInserter.cpp | 1245 BitVector LiveIns(TRI.getNumRegs()); insertZeroCallUsedRegs() local
|
/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.cpp | 3143 SmallVector<DbgValue, 32> LiveIns, LiveOuts; buildVLocValueMap() local
|