Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp215 bool isCBranchSCC(const SDNode *N) const;
1654 bool AMDGPUDAGToDAGISel::isCBranchSCC(const SDNode *N) const { in isCBranchSCC() function in AMDGPUDAGToDAGISel
1689 bool UseSCCBr = isCBranchSCC(N) && isUniformBr(N); in SelectBRCOND()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp41 static bool isCBranchSCC(const SDNode *N) { in isCBranchSCC() function
1333 if (isCBranchSCC(N)) { in SelectBRCOND()
DSIInstrInfo.td309 return isCBranchSCC(N);