Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTypePromotion.cpp160 bool isSource(Value *V);
228 bool TypePromotion::isSource(Value *V) { in isSource() function in TypePromotion
392 if (isSource(V)) in shouldPromote()
855 if (!isa<Instruction>(V) && !isSource(V)) in TryToPromote()
872 if (isSource(V)) in TryToPromote()
875 if (!isSink(V) && !isSource(V)) { in TryToPromote()
887 if (isSource(V) || shouldPromote(V)) { in TryToPromote()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSILowerI1Copies.cpp148 bool isSource(MachineBasicBlock &MBB) const { in isSource() function in __anoncdb558cc0111::PhiIncomingAnalysis
636 if (PIA.isSource(IMBB)) { in lowerPhis()
HDAMDGPUMachineCFGStructurizer.cpp93 bool isSource(unsigned Reg, MachineBasicBlock *SourceMBB = nullptr);
256 bool PHILinearize::isSource(unsigned Reg, MachineBasicBlock *SourceMBB) { in isSource() function in PHILinearize
703 if (PHIInfo.isSource(Reg)) { in storeLiveOutReg()