Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1501 auto *StoreA = cast<StoreSDNode>(N); in storeLoadCanUseBlockBinary() local
1502 auto *LoadA = cast<LoadSDNode>(StoreA->getValue().getOperand(1 - I)); in storeLoadCanUseBlockBinary()
1503 auto *LoadB = cast<LoadSDNode>(StoreA->getValue().getOperand(I)); in storeLoadCanUseBlockBinary()
1505 canUseBlockOperation(StoreA, LoadB); in storeLoadCanUseBlockBinary()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.td505 multiclass StoreA<string OpcStr, bits<6> Op3Val, bits<6> StoreAOp3Val,
673 defm STB : StoreA<"stb", 0b000101, 0b010101, truncstorei8, IntRegs, i32>;
674 defm STH : StoreA<"sth", 0b000110, 0b010110, truncstorei16, IntRegs, i32>;
675 defm ST : StoreA<"st", 0b000100, 0b010100, store, IntRegs, i32>;
676 defm STD : StoreA<"std", 0b000111, 0b010111, store, IntPair, v2i32>;
685 defm STQF : StoreA<"stq", 0b100110, 0b110110, store, QFPRegs, f128>,
H A DSparcInstr64Bit.td275 defm STX : StoreA<"stx", 0b001110, 0b011110, store, I64Regs, i64>;