Searched defs:getMemIntrinsicNode (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4137 SelectionDAG::getMemIntrinsicNode(unsigned Opcode, DebugLoc dl, function in class:SelectionDAG
4143 return getMemIntrinsicNode(Opcode, dl, makeVTList(VTs, NumVTs), Ops, NumOps,
4149 SelectionDAG::getMemIntrinsicNode(unsigned Opcode, DebugLoc dl, SDVTList VTList, function in class:SelectionDAG
4168 return getMemIntrinsicNode(Opcode, dl, VTList, Ops, NumOps, MemVT, MMO);
4172 SelectionDAG::getMemIntrinsicNode(unsigned Opcode, DebugLoc dl, SDVTList VTList, function in class:SelectionDAG

Completed in 129 milliseconds