Searched defs:IsPHI (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86LowerAMXType.cpp | 482 replaceWithTileLoad(Use & U,Value * Ptr,bool IsPHI=false) replaceWithTileLoad() argument |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ | ||
H A D | MachineVerifier.cpp | 3361 bool IsPHI = VNI->isPHIDef() && verifyLiveRangeSegment() local |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ | ||
H A D | SLPVectorizer.cpp | 9967 bool IsPHI = isa<PHINode>(LastInst); setInsertPointAfterBundle() local |