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.cpp84 EmitCopyFromReg(SDNode *Node, unsigned ResNo, bool IsClone, bool IsCloned, argument
108 if (!IsClone && !IsCloned)
209 bool IsClone, bool IsCloned,
229 if (!VRBase && !IsClone && !IsCloned)
300 bool IsDebug, bool IsClone, bool IsCloned) {
338 !(IsClone || IsCloned);
362 bool IsDebug, bool IsClone, bool IsCloned) {
365 IsDebug, IsClone, IsCloned);
420 IsDebug, IsClone, IsCloned);
452 bool IsClone, bool IsCloned) {
206 CreateVirtualRegisters(SDNode *Node, MachineInstrBuilder &MIB, const MCInstrDesc &II, bool IsClone, bool IsCloned, DenseMap<SDValue, unsigned> &VRBaseMap) argument
295 AddRegisterOperand(MachineInstrBuilder &MIB, SDValue Op, unsigned IIOpNum, const MCInstrDesc *II, DenseMap<SDValue, unsigned> &VRBaseMap, bool IsDebug, bool IsClone, bool IsCloned) argument
[all...]

Completed in 85 milliseconds