Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp704 class X86LowerAMXCast { class
709 X86LowerAMXCast(Function &F) : Func(F), DT(nullptr) {} in X86LowerAMXCast() function in __anona1de6da80411::X86LowerAMXCast
759 bool X86LowerAMXCast::optimizeAMXCastFromPhi( in optimizeAMXCastFromPhi()
923 bool X86LowerAMXCast::combineCastStore(IntrinsicInst *Cast, StoreInst *ST) { in combineCastStore()
949 bool X86LowerAMXCast::combineLoadCast(IntrinsicInst *Cast, LoadInst *LD) { in combineLoadCast()
991 bool X86LowerAMXCast::combineLdSt(SmallVectorImpl<Instruction *> &Casts) { in combineLdSt()
1033 bool X86LowerAMXCast::combineAMXcast(TargetLibraryInfo *TLI) { in combineAMXcast()
1131 bool X86LowerAMXCast::transformAMXCast(IntrinsicInst *AMXCast) { in transformAMXCast()
1202 bool X86LowerAMXCast::transformAllAMXCast() { in transformAllAMXCast()
1238 X86LowerAMXCast LAC(F); in runOnFunction()