Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.h75 SDValue lowerSTORE(SDValue Op, SelectionDAG &DAG) const;
H A DMipsISelLowering.h494 SDValue lowerSTORE(SDValue Op, SelectionDAG &DAG) const;
H A DMipsSEISelLowering.cpp453 case ISD::STORE: return lowerSTORE(Op, DAG); in LowerOperation()
1203 SDValue MipsSETargetLowering::lowerSTORE(SDValue Op, SelectionDAG &DAG) const { in lowerSTORE() function in MipsSETargetLowering
1207 return MipsTargetLowering::lowerSTORE(Op, DAG); in lowerSTORE()
H A DMipsISelLowering.cpp1230 case ISD::STORE: return lowerSTORE(Op, DAG); in LowerOperation()
2791 SDValue MipsTargetLowering::lowerSTORE(SDValue Op, SelectionDAG &DAG) const { in lowerSTORE() function in MipsTargetLowering
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEISelLowering.h127 SDValue lowerSTORE(SDValue Op, SelectionDAG &DAG) const;
H A DVEISelLowering.cpp1357 SDValue VETargetLowering::lowerSTORE(SDValue Op, SelectionDAG &DAG) const { in lowerSTORE() function in VETargetLowering
1711 return lowerSTORE(Op, DAG); in LowerOperation()