Searched defs:StoreNode (Results 1 – 3 of 3) sorted by relevance
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 1932 static bool isLoadIncOrDecStore(StoreSDNode *StoreNode, unsigned Opc, in isLoadIncOrDecStore() 2781 StoreSDNode *StoreNode = cast<StoreSDNode>(Node); in Select() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/ |
H A D | R600ISelLowering.cpp | 1315 StoreSDNode *StoreNode = cast<StoreSDNode>(Op); in LowerSTORE() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 3635 SDValue StoreNode = DAG.getNode(ISD::TokenFactor, getCurSDLoc(), MVT::Other, in visitStore() local 3661 SDValue StoreNode = DAG.getMaskedStore(getRoot(), sdl, Src0, Ptr, Mask, VT, in visitMaskedStore() local
|