Home
last modified time | relevance | path

Searched refs:isLiveOut (Results 1 – 25 of 26) sorted by relevance

12

/external/llvm/lib/CodeGen/
DPHIElimination.cpp409 !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()
DMachineBasicBlock.cpp907 bool isLiveOut = LI.liveAt(LIS->getMBBStartIdx(Succ)); in SplitCriticalEdge() local
908 if (isLiveOut && isLastMBB) { in SplitCriticalEdge()
912 } else if (!isLiveOut && !isLastMBB) { in SplitCriticalEdge()
DLiveVariables.cpp740 bool LiveVariables::isLiveOut(unsigned Reg, const MachineBasicBlock &MBB) { in isLiveOut() function in LiveVariables
DMachineVerifier.cpp175 bool isLiveOut(unsigned Reg) const { in isLiveOut() function
1467 if (PrInfo.reachable && !PrInfo.isLiveOut(Reg)) in checkPHIOps()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPHIElimination.cpp425 !LV->isLiveOut(SrcReg, opBlock)) { in LowerPHINode()
488 bool isLiveOut = false; in LowerPHINode() local
496 isLiveOut = true; in LowerPHINode()
501 if (!isLiveOut) { in LowerPHINode()
667 return LV->isLiveOut(Reg, *MBB); in isLiveOutPastPHIs()
DMachineBasicBlock.cpp1056 bool isLiveOut = LI.liveAt(LIS->getMBBStartIdx(Succ)); in SplitCriticalEdge() local
1057 if (isLiveOut && isLastMBB) { in SplitCriticalEdge()
1061 } else if (!isLiveOut && !isLastMBB) { in SplitCriticalEdge()
DLiveVariables.cpp738 bool LiveVariables::isLiveOut(unsigned Reg, const MachineBasicBlock &MBB) { in isLiveOut() function in LiveVariables
DMachineVerifier.cpp208 bool isLiveOut(unsigned Reg) const { in isLiveOut() function
2247 !PrInfo.isLiveOut(MO0.getReg())) in checkPHIOps()
/external/llvm-project/llvm/lib/CodeGen/
DPHIElimination.cpp477 !LV->isLiveOut(SrcReg, opBlock)) { in LowerPHINode()
540 bool isLiveOut = false; in LowerPHINode() local
548 isLiveOut = true; in LowerPHINode()
553 if (!isLiveOut) { in LowerPHINode()
720 return LV->isLiveOut(Reg, *MBB); in isLiveOutPastPHIs()
DMachineBasicBlock.cpp1183 bool isLiveOut = LI.liveAt(LIS->getMBBStartIdx(Succ)); in SplitCriticalEdge() local
1184 if (isLiveOut && isLastMBB) { in SplitCriticalEdge()
1188 } else if (!isLiveOut && !isLastMBB) { in SplitCriticalEdge()
DLiveVariables.cpp737 bool LiveVariables::isLiveOut(Register Reg, const MachineBasicBlock &MBB) { in isLiveOut() function in LiveVariables
DMachineVerifier.cpp187 bool isLiveOut(Register Reg) const { in isLiveOut() function
2454 !PrInfo.isLiveOut(MO0.getReg())) in checkPHIOps()
/external/llvm-project/mlir/lib/Dialect/Async/Transforms/
DAsyncRefCounting.cpp163 bool liveOut = blockLiveness->isLiveOut(value); in addAutomaticRefCounting()
219 if (!blockLiveness->isLiveOut(value)) in addAutomaticRefCounting()
/external/llvm-project/mlir/lib/Analysis/
DLiveness.cpp252 if (blockInfo->isLiveOut(value)) in isLastUse()
352 bool LivenessBlockInfo::isLiveOut(Value value) const { in isLiveOut() function in LivenessBlockInfo
372 if (isLiveOut(value)) in getEndOperation()
/external/llvm-project/mlir/include/mlir/Analysis/
DLiveness.h121 bool isLiveOut(Value value) const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIOptimizeExecMasking.cpp259 static bool isLiveOut(const MachineBasicBlock &MBB, unsigned Reg) { in isLiveOut() function
320 if (isLiveOut(MBB, CopyToExec)) { in runOnMachineFunction()
DAMDGPUMachineCFGStructurizer.cpp428 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
1609 if (LRegion->isLiveOut(Reg)) { in replaceLiveOutRegs()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIOptimizeExecMasking.cpp279 static bool isLiveOut(const MachineBasicBlock &MBB, unsigned Reg) { in isLiveOut() function
352 if (isLiveOut(MBB, CopyToExec)) { in runOnMachineFunction()
DAMDGPUMachineCFGStructurizer.cpp428 bool isLiveOut(unsigned Reg);
899 if (isLiveOut(Reg)) in removeLiveOut()
904 if (isLiveOut(OldReg)) { in replaceLiveOut()
924 (isLiveOut(Register) || this->getParent()->isLiveOut(Register))) { in replaceRegister()
1009 bool LinearizedRegion::isLiveOut(unsigned Reg) { in isLiveOut() function in LinearizedRegion
1610 if (LRegion->isLiveOut(Reg)) { in replaceLiveOutRegs()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveVariables.h290 bool isLiveOut(unsigned Reg, const MachineBasicBlock &MBB);
/external/llvm-project/llvm/include/llvm/CodeGen/
DLiveVariables.h290 bool isLiveOut(Register Reg, const MachineBasicBlock &MBB);
/external/llvm/include/llvm/CodeGen/
DLiveVariables.h291 bool isLiveOut(unsigned Reg, const MachineBasicBlock &MBB);
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/
Dbuffer_reuse_pass.cc231 if (liveness->isLiveOut(old_buffer_alias)) { in find_reuse_candiates()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2895 bool isLiveOut = hasOnlyLiveOutUses(&SU); in AddPseudoTwoAddrDeps() local
2947 (isLiveOut && !hasOnlyLiveOutUses(SuccSU)) || in AddPseudoTwoAddrDeps()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp3065 bool isLiveOut = hasOnlyLiveOutUses(&SU); in AddPseudoTwoAddrDeps() local
3117 (isLiveOut && !hasOnlyLiveOutUses(SuccSU)) || in AddPseudoTwoAddrDeps()

12