Searched defs:DefRegs (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURegisterBankInfo.cpp | 1138 SmallVector<Register, 16> DefRegs(OpdMapper.getVRegs(0)); in applyMappingLoad() local 2111 SmallVector<Register, 2> DefRegs(OpdMapper.getVRegs(0)); in applyMappingSMULU64() local 2194 SmallVector<Register, 1> DefRegs(OpdMapper.getVRegs(0)); in applyMappingImpl() local 2301 SmallVector<Register, 1> DefRegs(OpdMapper.getVRegs(0)); in applyMappingImpl() local 2333 SmallVector<Register, 2> DefRegs(OpdMapper.getVRegs(0)); in applyMappingImpl() local 2409 SmallVector<Register, 2> DefRegs(OpdMapper.getVRegs(0)); in applyMappingImpl() local 2730 SmallVector<Register, 2> DefRegs(OpdMapper.getVRegs(0)); in applyMappingImpl() local 2755 SmallVector<Register, 2> DefRegs(OpdMapper.getVRegs(0)); in applyMappingImpl() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineOutliner.cpp | 921 SmallSet<Register, 2> UseRegs, DefRegs; in outline() local
|
H A D | LiveVariables.cpp | 526 SmallVector<unsigned, 4> DefRegs; in runOnInstr() local
|
H A D | MachineCopyPropagation.cpp | 112 SmallVector<MCRegister, 4> DefRegs; member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonExpandCondsets.cpp | 472 std::set<RegisterRef> DefRegs; in updateDeadsInRange() local
|
H A D | HexagonConstPropagation.cpp | 2841 SmallVector<unsigned,2> DefRegs; in rewriteHexConstDefs() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEISelLowering.cpp | 2650 DenseMap<Register, bool> DefRegs; in emitSjLjDispatchBlock() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 11293 DenseMap<unsigned, bool> DefRegs; in EmitSjLjDispatchBlock() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 36470 DenseMap<unsigned, bool> DefRegs; in EmitSjLjDispatchBlock() local
|