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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5242 /// getMachineNode - These are used for target selectors to create a new node
5245 /// Note that getMachineNode returns the resultant node. If there is already a
5249 SelectionDAG::getMachineNode(unsigned Opcode, DebugLoc dl, EVT VT) { function in class:SelectionDAG
5251 return getMachineNode(Opcode, dl, VTs, 0, 0);
5255 SelectionDAG::getMachineNode(unsigned Opcode, DebugLoc dl, EVT VT, SDValue Op1) { function in class:SelectionDAG
5258 return getMachineNode(Opcode, dl, VTs, Ops, array_lengthof(Ops));
5262 SelectionDAG::getMachineNode(unsigned Opcode, DebugLoc dl, EVT VT, function in class:SelectionDAG
5266 return getMachineNode(Opcode, dl, VTs, Ops, array_lengthof(Ops));
5270 SelectionDAG::getMachineNode(unsigned Opcode, DebugLoc dl, EVT VT, function in class:SelectionDAG
5274 return getMachineNode(Opcod
5278 SelectionDAG::getMachineNode(unsigned Opcode, DebugLoc dl, EVT VT, function in class:SelectionDAG
5285 SelectionDAG::getMachineNode(unsigned Opcode, DebugLoc dl, EVT VT1, EVT VT2) { function in class:SelectionDAG
5291 SelectionDAG::getMachineNode(unsigned Opcode, DebugLoc dl, function in class:SelectionDAG
5299 SelectionDAG::getMachineNode(unsigned Opcode, DebugLoc dl, function in class:SelectionDAG
5307 SelectionDAG::getMachineNode(unsigned Opcode, DebugLoc dl, function in class:SelectionDAG
5316 SelectionDAG::getMachineNode(unsigned Opcode, DebugLoc dl, function in class:SelectionDAG
5324 SelectionDAG::getMachineNode(unsigned Opcode, DebugLoc dl, function in class:SelectionDAG
5333 SelectionDAG::getMachineNode(unsigned Opcode, DebugLoc dl, function in class:SelectionDAG
5342 SelectionDAG::getMachineNode(unsigned Opcode, DebugLoc dl, function in class:SelectionDAG
5350 SelectionDAG::getMachineNode(unsigned Opcode, DebugLoc dl, EVT VT1, function in class:SelectionDAG
5358 SelectionDAG::getMachineNode(unsigned Opcode, DebugLoc dl, function in class:SelectionDAG
5366 SelectionDAG::getMachineNode(unsigned Opcode, DebugLoc DL, SDVTList VTs, function in class:SelectionDAG
[all...]

Completed in 65 milliseconds