Home
last modified time | relevance | path

Searched refs:isSource (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp159 bool isSource(Value *V);
227 bool TypePromotion::isSource(Value *V) { in isSource() function in TypePromotion
391 if (isSource(V)) in shouldPromote()
854 if (!isa<Instruction>(V) && !isSource(V)) in TryToPromote()
871 if (isSource(V)) in TryToPromote()
874 if (!isSink(V) && !isSource(V)) { in TryToPromote()
886 if (isSource(V) || shouldPromote(V)) { in TryToPromote()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerI1Copies.cpp140 bool isSource(MachineBasicBlock &MBB) const { in isSource() function in __anonc2da0cc90111::PhiIncomingAnalysis
635 if (PIA.isSource(IMBB)) { in lowerPhis()
H A DAMDGPUMachineCFGStructurizer.cpp74 bool isSource(unsigned Reg, MachineBasicBlock *SourceMBB = nullptr);
237 bool PHILinearize::isSource(unsigned Reg, MachineBasicBlock *SourceMBB) { in isSource() function in PHILinearize
684 if (PHIInfo.isSource(Reg)) { in storeLiveOutReg()