Searched refs:X86LowerAMXType (Results 1 – 2 of 2) sorted by relevance
82 class X86LowerAMXType { class92 X86LowerAMXType(Function &F, TargetMachine *TargetM) : Func(F), TM(TargetM) {} in X86LowerAMXType() function in __anon64c8c2260111::X86LowerAMXType101 Value *X86LowerAMXType::getRowFromCol(Instruction *II, Value *V, in getRowFromCol()117 std::pair<Value *, Value *> X86LowerAMXType::getShape(IntrinsicInst *II, in getShape()170 void X86LowerAMXType::combineLoadBitcast(LoadInst *LD, BitCastInst *Bitcast) { in combineLoadBitcast()195 void X86LowerAMXType::combineBitcastStore(BitCastInst *Bitcast, StoreInst *ST) { in combineBitcastStore()227 bool X86LowerAMXType::transformBitcast(BitCastInst *Bitcast) { in transformBitcast()285 bool X86LowerAMXType::visit() { in visit()651 X86LowerAMXType LAT(F, TM); in runOnFunction()
1425 SRCS_MIN+= Target/X86/X86LowerAMXType.cpp