Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.h75 SDValue lowerSTORE(SDValue Op, SelectionDAG &DAG) const;
H A DMipsISelLowering.h496 SDValue lowerSTORE(SDValue Op, SelectionDAG &DAG) const;
H A DMipsSEISelLowering.cpp445 case ISD::STORE: return lowerSTORE(Op, DAG); in LowerOperation()
1195 SDValue MipsSETargetLowering::lowerSTORE(SDValue Op, SelectionDAG &DAG) const { in lowerSTORE() function in MipsSETargetLowering
1199 return MipsTargetLowering::lowerSTORE(Op, DAG); in lowerSTORE()
H A DMipsISelLowering.cpp1246 case ISD::STORE: return lowerSTORE(Op, DAG); in LowerOperation()
2814 SDValue MipsTargetLowering::lowerSTORE(SDValue Op, SelectionDAG &DAG) const { in lowerSTORE() function in MipsTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.h243 SDValue lowerSTORE(SDValue Op, SelectionDAG &DAG) const;
H A DVEISelLowering.cpp1541 SDValue VETargetLowering::lowerSTORE(SDValue Op, SelectionDAG &DAG) const { in lowerSTORE() function in VETargetLowering
1911 return lowerSTORE(Op, DAG); in LowerOperation()