Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.h75 SDValue lowerSTORE(SDValue Op, SelectionDAG &DAG) const;
H A DMipsISelLowering.h498 SDValue lowerSTORE(SDValue Op, SelectionDAG &DAG) const;
H A DMipsSEISelLowering.cpp446 case ISD::STORE: return lowerSTORE(Op, DAG); in LowerOperation()
1196 SDValue MipsSETargetLowering::lowerSTORE(SDValue Op, SelectionDAG &DAG) const { in lowerSTORE() function in MipsSETargetLowering
1200 return MipsTargetLowering::lowerSTORE(Op, DAG); in lowerSTORE()
H A DMipsISelLowering.cpp1238 case ISD::STORE: return lowerSTORE(Op, DAG); in LowerOperation()
2805 SDValue MipsTargetLowering::lowerSTORE(SDValue Op, SelectionDAG &DAG) const { in lowerSTORE() function in MipsTargetLowering
/openbsd/gnu/llvm/llvm/lib/Target/VE/
H A DVEISelLowering.h153 SDValue lowerSTORE(SDValue Op, SelectionDAG &DAG) const;
H A DVEISelLowering.cpp1542 SDValue VETargetLowering::lowerSTORE(SDValue Op, SelectionDAG &DAG) const { in lowerSTORE() function in VETargetLowering
1912 return lowerSTORE(Op, DAG); in LowerOperation()