Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARC/
DARCExpandPseudos.cpp37 void ExpandStore(MachineFunction &, MachineBasicBlock::iterator);
59 void ARCExpandPseudos::ExpandStore(MachineFunction &MF, in ExpandStore() function in ARCExpandPseudos
88 ExpandStore(MF, MBBI); in runOnMachineFunction()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp138 SDValue ExpandStore(SDNode *N);
312 SDValue Chain = ExpandStore(Node); in LegalizeOp()
727 SDValue VectorLegalizer::ExpandStore(SDNode *N) { in ExpandStore() function in VectorLegalizer