Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMCodeGenPrepare.cpp162 static bool isSource(Value *V) { in isSource() function
603 if (!isa<Instruction>(V) && !isSource(V)) in TryToPromote()
621 if (isSource(V)) in TryToPromote()
633 if (isSource(V) || shouldPromote(V)) { in TryToPromote()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUMachineCFGStructurizer.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()