Searched refs:ImpUse (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | LiveIntervalAnalysis.cpp | 990 unsigned ImpUse = getReMatImplicitUse(li, MI); in isReMaterializable() local 991 if (ImpUse) { in isReMaterializable() 992 const LiveInterval &ImpLi = getInterval(ImpUse); in isReMaterializable() 1008 if (ImpUse == (*SpillIs)[i]->reg) in isReMaterializable() 1204 unsigned &NewVReg, unsigned ImpUse, bool &HasDef, bool &HasUse, in rewriteInstructionForSpills() argument 1348 if (DefIsReMat && ImpUse) in rewriteInstructionForSpills() 1349 MI->addOperand(MachineOperand::CreateReg(ImpUse, false, true)); in rewriteInstructionForSpills() 1490 unsigned ImpUse = DefIsReMat ? getReMatImplicitUse(li, ReMatDefMI) : 0; in rewriteInstructionsForSpills() local 1505 if (ImpUse && MI != ReMatDefMI) { in rewriteInstructionsForSpills() 1508 getInterval(ImpUse).markNotSpillable(); in rewriteInstructionsForSpills() [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | LiveIntervalAnalysis.h | 444 unsigned &NewVReg, unsigned ImpUse, bool &HasDef, bool &HasUse,
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 252 bool ReadUndef, bool ImpUse); 614 bool PredSense, bool ReadUndef, bool ImpUse) { in genCondTfrFor() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 216 bool ReadUndef, bool ImpUse); 626 bool PredSense, bool ReadUndef, bool ImpUse) { in genCondTfrFor() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.cpp | 2918 const MachineOperand &ImpUse in verifyInstruction() local 2920 if (!ImpUse.isReg() || !ImpUse.isUse() || in verifyInstruction() 2921 !isSubRegOf(RI, ImpUse, IsDst ? *Dst : Src0)) { in verifyInstruction()
|