/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | PHIElimination.cpp | 423 !LV->isLiveOut(SrcReg, opBlock)) { in LowerPHINode() 486 bool isLiveOut = false; in LowerPHINode() local 494 isLiveOut = true; in LowerPHINode() 499 if (!isLiveOut) { in LowerPHINode() 665 return LV->isLiveOut(Reg, *MBB); in isLiveOutPastPHIs()
|
D | MachineBasicBlock.cpp | 1054 bool isLiveOut = LI.liveAt(LIS->getMBBStartIdx(Succ)); in SplitCriticalEdge() local 1055 if (isLiveOut && isLastMBB) { in SplitCriticalEdge() 1059 } else if (!isLiveOut && !isLastMBB) { in SplitCriticalEdge()
|
D | LiveVariables.cpp | 740 bool LiveVariables::isLiveOut(unsigned Reg, const MachineBasicBlock &MBB) { in isLiveOut() function in LiveVariables
|
D | MachineVerifier.cpp | 206 bool isLiveOut(unsigned Reg) const { in isLiveOut() function 1763 !PrInfo.isLiveOut(MO0.getReg())) in checkPHIOps()
|
/external/llvm/lib/CodeGen/ |
D | PHIElimination.cpp | 409 !LV->isLiveOut(SrcReg, opBlock)) { in LowerPHINode() 472 bool isLiveOut = false; in LowerPHINode() local 480 isLiveOut = true; in LowerPHINode() 485 if (!isLiveOut) { in LowerPHINode() 650 return LV->isLiveOut(Reg, *MBB); in isLiveOutPastPHIs()
|
D | MachineBasicBlock.cpp | 907 bool isLiveOut = LI.liveAt(LIS->getMBBStartIdx(Succ)); in SplitCriticalEdge() local 908 if (isLiveOut && isLastMBB) { in SplitCriticalEdge() 912 } else if (!isLiveOut && !isLastMBB) { in SplitCriticalEdge()
|
D | LiveVariables.cpp | 740 bool LiveVariables::isLiveOut(unsigned Reg, const MachineBasicBlock &MBB) { in isLiveOut() function in LiveVariables
|
D | MachineVerifier.cpp | 175 bool isLiveOut(unsigned Reg) const { in isLiveOut() function 1467 if (PrInfo.reachable && !PrInfo.isLiveOut(Reg)) in checkPHIOps()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIOptimizeExecMasking.cpp | 199 static bool isLiveOut(const MachineBasicBlock &MBB, unsigned Reg) { in isLiveOut() function 259 if (isLiveOut(MBB, CopyToExec)) { in runOnMachineFunction()
|
D | AMDGPUMachineCFGStructurizer.cpp | 428 bool isLiveOut(unsigned Reg); 899 if (isLiveOut(Reg)) in removeLiveOut() 904 if (isLiveOut(OldReg)) { in replaceLiveOut() 923 (isLiveOut(Register) || this->getParent()->isLiveOut(Register))) { in replaceRegister() 1008 bool LinearizedRegion::isLiveOut(unsigned Reg) { in isLiveOut() function in LinearizedRegion 1607 if (LRegion->isLiveOut(Reg)) { in replaceLiveOutRegs()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | PHIElimination.cpp | 338 if (!ValueIsUsed && !LV->isLiveOut(SrcReg, opBlock)) { in LowerAtomicPHINode() 424 !LV.isLiveIn(Reg, MBB) && LV.isLiveOut(Reg, *PreMBB)) { in SplitPHIEdges()
|
D | StrongPHIElimination.cpp | 378 bool isLiveOut = false; in runOnMachineFunction() local 382 isLiveOut = true; in runOnMachineFunction() 387 if (isLiveOut) in runOnMachineFunction()
|
D | MachineRegisterInfo.cpp | 188 bool MachineRegisterInfo::isLiveOut(unsigned Reg) const { in isLiveOut() function in MachineRegisterInfo
|
D | MachineVerifier.cpp | 166 bool isLiveOut(unsigned Reg) const { in isLiveOut() function 939 if (PrInfo.reachable && !PrInfo.isLiveOut(Reg)) in checkPHIOps()
|
D | MachineInstr.cpp | 1427 if (MRI.use_empty(Reg) && !MRI.isLiveOut(Reg)) { in print() 1431 if (!MRI.use_empty(AliasReg) || MRI.isLiveOut(AliasReg)) { in print()
|
D | LiveVariables.cpp | 703 bool LiveVariables::isLiveOut(unsigned Reg, const MachineBasicBlock &MBB) { in isLiveOut() function in LiveVariables
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | LiveVariables.h | 299 bool isLiveOut(unsigned Reg, const MachineBasicBlock &MBB);
|
D | MachineRegisterInfo.h | 319 bool isLiveOut(unsigned Reg) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | LiveVariables.h | 290 bool isLiveOut(unsigned Reg, const MachineBasicBlock &MBB);
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveVariables.h | 291 bool isLiveOut(unsigned Reg, const MachineBasicBlock &MBB);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGRRList.cpp | 2895 bool isLiveOut = hasOnlyLiveOutUses(&SU); in AddPseudoTwoAddrDeps() local 2947 (isLiveOut && !hasOnlyLiveOutUses(SuccSU)) || in AddPseudoTwoAddrDeps()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGRRList.cpp | 3022 bool isLiveOut = hasOnlyLiveOutUses(&SU); in AddPseudoTwoAddrDeps() local 3074 (isLiveOut && !hasOnlyLiveOutUses(SuccSU)) || in AddPseudoTwoAddrDeps()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGRRList.cpp | 2824 bool isLiveOut = hasOnlyLiveOutUses(SU); in AddPseudoTwoAddrDeps() local 2875 (isLiveOut && !hasOnlyLiveOutUses(SuccSU)) || in AddPseudoTwoAddrDeps()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.cpp | 1410 if (RVLocs[i].isRegLoc() && !MRI.isLiveOut(RVLocs[i].getLocReg())) in LowerReturn()
|