Searched refs:IsCloned (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.h42 bool IsClone, bool IsCloned,
53 bool IsClone, bool IsCloned,
68 bool IsDebug, bool IsClone, bool IsCloned);
78 bool IsDebug, bool IsClone, bool IsCloned);
89 bool IsClone, bool IsCloned);
101 bool IsClone, bool IsCloned);
115 void EmitNode(SDNode *Node, bool IsClone, bool IsCloned, argument
118 EmitMachineNode(Node, IsClone, IsCloned, VRBaseMap);
120 EmitSpecialNode(Node, IsClone, IsCloned, VRBaseMap);
134 void EmitMachineNode(SDNode *Node, bool IsClone, bool IsCloned,
[all...]
H A DInstrEmitter.cpp84 EmitCopyFromReg(SDNode *Node, unsigned ResNo, bool IsClone, bool IsCloned, argument
108 if (!IsClone && !IsCloned)
208 bool IsClone, bool IsCloned,
228 if (!VRBase && !IsClone && !IsCloned)
297 bool IsDebug, bool IsClone, bool IsCloned) {
335 !(IsClone || IsCloned);
360 bool IsDebug, bool IsClone, bool IsCloned) {
363 IsDebug, IsClone, IsCloned);
424 IsDebug, IsClone, IsCloned);
456 bool IsClone, bool IsCloned) {
206 CreateVirtualRegisters(SDNode *Node, MachineInstr *MI, const MCInstrDesc &II, bool IsClone, bool IsCloned, DenseMap<SDValue, unsigned> &VRBaseMap) argument
293 AddRegisterOperand(MachineInstr *MI, SDValue Op, unsigned IIOpNum, const MCInstrDesc *II, DenseMap<SDValue, unsigned> &VRBaseMap, bool IsDebug, bool IsClone, bool IsCloned) argument
[all...]

Completed in 173 milliseconds