Searched refs:IsCloned (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.h | 42 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, in EmitNode() argument 121 EmitMachineNode(Node, IsClone, IsCloned, VRBaseMap); in EmitNode() 123 EmitSpecialNode(Node, IsClone, IsCloned, VRBaseMap); in EmitNode() 137 void EmitMachineNode(SDNode *Node, bool IsClone, bool IsCloned, [all …]
|
D | InstrEmitter.cpp | 86 EmitCopyFromReg(SDNode *Node, unsigned ResNo, bool IsClone, bool IsCloned, in EmitCopyFromReg() argument 110 if (!IsClone && !IsCloned) in EmitCopyFromReg() 209 bool IsClone, bool IsCloned, in CreateVirtualRegisters() argument 243 if (!VRBase && !IsClone && !IsCloned) in CreateVirtualRegisters() 316 bool IsDebug, bool IsClone, bool IsCloned) { in AddRegisterOperand() argument 354 !(IsClone || IsCloned); in AddRegisterOperand() 378 bool IsDebug, bool IsClone, bool IsCloned) { in AddOperand() argument 381 IsDebug, IsClone, IsCloned); in AddOperand() 436 IsDebug, IsClone, IsCloned); in AddOperand() 468 bool IsClone, bool IsCloned) { in EmitSubregNode() argument [all …]
|