Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp217 class X86LowerAMXType { class
226 X86LowerAMXType(Function &F) : Func(F) {} in X86LowerAMXType() function in __anona1de6da80111::X86LowerAMXType
238 void X86LowerAMXType::combineLoadBitcast(LoadInst *LD, BitCastInst *Bitcast) { in combineLoadBitcast()
262 void X86LowerAMXType::combineBitcastStore(BitCastInst *Bitcast, StoreInst *ST) { in combineBitcastStore()
294 bool X86LowerAMXType::transformBitcast(BitCastInst *Bitcast) { in transformBitcast()
353 bool X86LowerAMXType::visit() { in visit()
1244 X86LowerAMXType LAT(F); in runOnFunction()
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile1653 SRCS_MIN+= Target/X86/X86LowerAMXType.cpp