Searched refs:lowerSTORE (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsSEISelLowering.h | 78 SDValue lowerSTORE(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | MipsISelLowering.h | 531 SDValue lowerSTORE(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | MipsSEISelLowering.cpp | 491 case ISD::STORE: return lowerSTORE(Op, DAG); in LowerOperation() 1241 SDValue MipsSETargetLowering::lowerSTORE(SDValue Op, SelectionDAG &DAG) const { in lowerSTORE() function in MipsSETargetLowering 1245 return MipsTargetLowering::lowerSTORE(Op, DAG); in lowerSTORE()
|
| H A D | MipsISelLowering.cpp | 1355 case ISD::STORE: return lowerSTORE(Op, DAG); in LowerOperation() 2982 SDValue MipsTargetLowering::lowerSTORE(SDValue Op, SelectionDAG &DAG) const { in lowerSTORE() function in MipsTargetLowering
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.h | 244 SDValue lowerSTORE(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | VEISelLowering.cpp | 1530 SDValue VETargetLowering::lowerSTORE(SDValue Op, SelectionDAG &DAG) const { in lowerSTORE() function in VETargetLowering 1896 return lowerSTORE(Op, DAG); in LowerOperation()
|