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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.h42 bool IsClone, bool IsCloned,
54 bool IsClone, bool IsCloned,
70 bool IsDebug, bool IsClone, bool IsCloned);
81 bool IsDebug, bool IsClone, bool IsCloned);
92 bool IsClone, bool IsCloned);
104 bool IsClone, bool IsCloned);
118 void EmitNode(SDNode *Node, bool IsClone, bool IsCloned, argument
121 EmitMachineNode(Node, IsClone, IsCloned, VRBaseMap);
123 EmitSpecialNode(Node, IsClone, IsCloned, VRBaseMap);
137 void EmitMachineNode(SDNode *Node, bool IsClone, boo
[all...]
H A DInstrEmitter.cpp86 EmitCopyFromReg(SDNode *Node, unsigned ResNo, bool IsClone, bool IsCloned, argument
92 if (IsClone)
110 if (!IsClone && !IsCloned)
181 if (IsClone)
209 bool IsClone, bool IsCloned,
243 if (!VRBase && !IsClone && !IsCloned)
272 if (IsClone)
316 bool IsDebug, bool IsClone, bool IsCloned) {
354 !(IsClone || IsCloned);
378 bool IsDebug, bool IsClone, boo
206 CreateVirtualRegisters(SDNode *Node, MachineInstrBuilder &MIB, const MCInstrDesc &II, bool IsClone, bool IsCloned, DenseMap<SDValue, unsigned> &VRBaseMap) argument
311 AddRegisterOperand(MachineInstrBuilder &MIB, SDValue Op, unsigned IIOpNum, const MCInstrDesc *II, DenseMap<SDValue, unsigned> &VRBaseMap, bool IsDebug, bool IsClone, bool IsCloned) argument
[all...]

Completed in 157 milliseconds