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

/external/llvm/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, boo
[all...]
H A DInstrEmitter.cpp84 EmitCopyFromReg(SDNode *Node, unsigned ResNo, bool IsClone, bool IsCloned, argument
90 if (IsClone)
108 if (!IsClone && !IsCloned)
181 if (IsClone)
208 bool IsClone, bool IsCloned,
228 if (!VRBase && !IsClone && !IsCloned)
256 if (IsClone)
297 bool IsDebug, bool IsClone, bool IsCloned) {
337 !(IsClone || IsCloned);
362 bool IsDebug, bool IsClone, boo
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 59 milliseconds