Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp710 bool combineCastStore(IntrinsicInst *Cast, StoreInst *ST);
923 bool X86LowerAMXCast::combineCastStore(IntrinsicInst *Cast, StoreInst *ST) { in combineCastStore() function in __anona1de6da80411::X86LowerAMXCast
1006 if (combineCastStore(cast<IntrinsicInst>(Cast), Store)) { in combineLdSt()