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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.h43 bool IsClone, bool IsCloned,
55 bool IsClone, bool IsCloned,
71 bool IsDebug, bool IsClone, bool IsCloned);
82 bool IsDebug, bool IsClone, bool IsCloned);
93 bool IsClone, bool IsCloned);
105 bool IsClone, bool IsCloned);
119 void EmitNode(SDNode *Node, bool IsClone, bool IsCloned, argument
122 EmitMachineNode(Node, IsClone, IsCloned, VRBaseMap);
124 EmitSpecialNode(Node, IsClone, IsCloned, VRBaseMap);
138 void EmitMachineNode(SDNode *Node, bool IsClone, bool IsCloned,
[all...]
H A DInstrEmitter.cpp86 EmitCopyFromReg(SDNode *Node, unsigned ResNo, bool IsClone, bool IsCloned, argument
110 if (!IsClone && !IsCloned)
209 bool IsClone, bool IsCloned,
243 if (!VRBase && !IsClone && !IsCloned)
312 bool IsDebug, bool IsClone, bool IsCloned) {
350 !(IsClone || IsCloned);
374 bool IsDebug, bool IsClone, bool IsCloned) {
377 IsDebug, IsClone, IsCloned);
432 IsDebug, IsClone, IsCloned);
464 bool IsClone, bool IsCloned) {
206 CreateVirtualRegisters(SDNode *Node, MachineInstrBuilder &MIB, const MCInstrDesc &II, bool IsClone, bool IsCloned, DenseMap<SDValue, unsigned> &VRBaseMap) argument
307 AddRegisterOperand(MachineInstrBuilder &MIB, SDValue Op, unsigned IIOpNum, const MCInstrDesc *II, DenseMap<SDValue, unsigned> &VRBaseMap, bool IsDebug, bool IsClone, bool IsCloned) argument
[all...]

Completed in 89 milliseconds