Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp82 class X86LowerAMXType { class
92 X86LowerAMXType(Function &F, TargetMachine *TargetM) : Func(F), TM(TargetM) {} in X86LowerAMXType() function in __anon64c8c2260111::X86LowerAMXType
101 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()
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile1425 SRCS_MIN+= Target/X86/X86LowerAMXType.cpp