/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-10.0/llvm/lib/CodeGen/ |
D | PHIElimination.cpp | 425 !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()
|
D | MachineBasicBlock.cpp | 1056 bool isLiveOut = LI.liveAt(LIS->getMBBStartIdx(Succ)); in SplitCriticalEdge() local 1057 if (isLiveOut && isLastMBB) { in SplitCriticalEdge() 1061 } else if (!isLiveOut && !isLastMBB) { in SplitCriticalEdge()
|
D | LiveVariables.cpp | 738 bool LiveVariables::isLiveOut(unsigned Reg, const MachineBasicBlock &MBB) { in isLiveOut() function in LiveVariables
|
D | MachineVerifier.cpp | 208 bool isLiveOut(unsigned Reg) const { in isLiveOut() function 2247 !PrInfo.isLiveOut(MO0.getReg())) in checkPHIOps()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | PHIElimination.cpp | 477 !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()
|
D | MachineBasicBlock.cpp | 1183 bool isLiveOut = LI.liveAt(LIS->getMBBStartIdx(Succ)); in SplitCriticalEdge() local 1184 if (isLiveOut && isLastMBB) { in SplitCriticalEdge() 1188 } else if (!isLiveOut && !isLastMBB) { in SplitCriticalEdge()
|
D | LiveVariables.cpp | 737 bool LiveVariables::isLiveOut(Register Reg, const MachineBasicBlock &MBB) { in isLiveOut() function in LiveVariables
|
D | MachineVerifier.cpp | 187 bool isLiveOut(Register Reg) const { in isLiveOut() function 2454 !PrInfo.isLiveOut(MO0.getReg())) in checkPHIOps()
|
/external/llvm-project/mlir/lib/Dialect/Async/Transforms/ |
D | AsyncRefCounting.cpp | 163 bool liveOut = blockLiveness->isLiveOut(value); in addAutomaticRefCounting() 219 if (!blockLiveness->isLiveOut(value)) in addAutomaticRefCounting()
|
/external/llvm-project/mlir/lib/Analysis/ |
D | Liveness.cpp | 252 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/ |
D | Liveness.h | 121 bool isLiveOut(Value value) const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIOptimizeExecMasking.cpp | 259 static bool isLiveOut(const MachineBasicBlock &MBB, unsigned Reg) { in isLiveOut() function 320 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 1609 if (LRegion->isLiveOut(Reg)) { in replaceLiveOutRegs()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | SIOptimizeExecMasking.cpp | 279 static bool isLiveOut(const MachineBasicBlock &MBB, unsigned Reg) { in isLiveOut() function 352 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() 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/ |
D | LiveVariables.h | 290 bool isLiveOut(unsigned Reg, const MachineBasicBlock &MBB);
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | LiveVariables.h | 290 bool isLiveOut(Register Reg, const MachineBasicBlock &MBB);
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveVariables.h | 291 bool isLiveOut(unsigned Reg, const MachineBasicBlock &MBB);
|
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/ |
D | buffer_reuse_pass.cc | 231 if (liveness->isLiveOut(old_buffer_alias)) { in find_reuse_candiates()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGRRList.cpp | 2895 bool isLiveOut = hasOnlyLiveOutUses(&SU); in AddPseudoTwoAddrDeps() local 2947 (isLiveOut && !hasOnlyLiveOutUses(SuccSU)) || in AddPseudoTwoAddrDeps()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGRRList.cpp | 3065 bool isLiveOut = hasOnlyLiveOutUses(&SU); in AddPseudoTwoAddrDeps() local 3117 (isLiveOut && !hasOnlyLiveOutUses(SuccSU)) || in AddPseudoTwoAddrDeps()
|