Searched defs:DefRegs (Results 1 – 9 of 9) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURegisterBankInfo.cpp | 1130 SmallVector<Register, 16> DefRegs(OpdMapper.getVRegs(0)); in applyMappingLoad() local 2133 SmallVector<Register, 1> DefRegs(OpdMapper.getVRegs(0)); in applyMappingImpl() local 2240 SmallVector<Register, 1> DefRegs(OpdMapper.getVRegs(0)); in applyMappingImpl() local 2274 SmallVector<Register, 2> DefRegs(OpdMapper.getVRegs(0)); in applyMappingImpl() local 2352 SmallVector<Register, 2> DefRegs(OpdMapper.getVRegs(0)); in applyMappingImpl() local 2596 SmallVector<Register, 2> DefRegs(OpdMapper.getVRegs(0)); in applyMappingImpl() local 2621 SmallVector<Register, 2> DefRegs(OpdMapper.getVRegs(0)); in applyMappingImpl() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | MachineOutliner.cpp | 806 SmallSet<Register, 2> UseRegs, DefRegs; in outline() local
|
H A D | LiveVariables.cpp | 509 SmallVector<unsigned, 4> DefRegs; in runOnInstr() local
|
H A D | MachineCopyPropagation.cpp | 107 SmallVector<MCRegister, 4> DefRegs; member
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonExpandCondsets.cpp | 471 std::set<RegisterRef> DefRegs; in updateDeadsInRange() local
|
H A D | HexagonConstPropagation.cpp | 2842 SmallVector<unsigned,2> DefRegs; in rewriteHexConstDefs() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/ |
H A D | VEISelLowering.cpp | 2654 DenseMap<Register, bool> DefRegs; in emitSjLjDispatchBlock() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 11131 DenseMap<unsigned, bool> DefRegs; in EmitSjLjDispatchBlock() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 37206 DenseMap<unsigned, bool> DefRegs; in EmitSjLjDispatchBlock() local
|