Home
last modified time | relevance | path

Searched refs:ExpandStore (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/ARC/
H A DARCExpandPseudos.cpp38 void ExpandStore(MachineFunction &, MachineBasicBlock::iterator);
60 void ARCExpandPseudos::ExpandStore(MachineFunction &MF, in ExpandStore() function in ARCExpandPseudos
89 ExpandStore(MF, MBBI); in runOnMachineFunction()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp134 SDValue ExpandStore(SDValue Op);
291 return LegalizeOp(ExpandStore(Op)); in LegalizeOp()
727 SDValue VectorLegalizer::ExpandStore(SDValue Op) { in ExpandStore() function in VectorLegalizer