Home
last modified time | relevance | path

Searched defs:IsPHI (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp488 static void replaceWithTileLoad(Use &U, Value *Ptr, bool IsPHI = false) { in replaceWithTileLoad()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp3670 bool IsPHI = VNI->isPHIDef() && in verifyLiveRangeSegment() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp11580 bool IsPHI = isa<PHINode>(LastInst); in setInsertPointAfterBundle() local