Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp855 bool combineCastStore(IntrinsicInst *Cast, StoreInst *ST);
1081 bool X86LowerAMXCast::combineCastStore(IntrinsicInst *Cast, StoreInst *ST) { in combineCastStore() function in __anon7ee987720411::X86LowerAMXCast
1193 if (combineCastStore(cast<IntrinsicInst>(Cast), Store)) { in combineLdSt()