Searched refs:IsClone (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | InstrEmitter.h | 47 void EmitCopyFromReg(SDNode *Node, unsigned ResNo, bool IsClone, 53 bool IsClone, bool IsCloned, 69 bool IsDebug, bool IsClone, bool IsCloned); 80 bool IsDebug, bool IsClone, bool IsCloned); 91 bool IsClone, bool IsCloned); 103 bool IsClone, bool IsCloned); 142 void EmitNode(SDNode *Node, bool IsClone, bool IsCloned, in EmitNode() argument 145 EmitMachineNode(Node, IsClone, IsCloned, VRBaseMap); in EmitNode() 147 EmitSpecialNode(Node, IsClone, IsCloned, VRBaseMap); in EmitNode() 162 void EmitMachineNode(SDNode *Node, bool IsClone, bool IsCloned, [all …]
|
| H A D | InstrEmitter.cpp | 91 if (IsClone) in EmitCopyFromReg() 179 if (IsClone) in EmitCopyFromReg() 228 if (!VRBase && !IsClone && !IsCloned) in CreateVirtualRegisters() 257 if (IsClone) in CreateVirtualRegisters() 352 !(IsClone || IsCloned); in AddRegisterOperand() 379 IsDebug, IsClone, IsCloned); in AddOperand() 445 IsDebug, IsClone, IsCloned); in AddOperand() 589 IsClone, IsCloned); in EmitSubregNode() 592 IsClone, IsCloned); in EmitSubregNode() 665 IsClone, IsCloned); in EmitRegSequence() [all …]
|
| H A D | ScheduleDAGSDNodes.cpp | 862 [&](SDNode *Node, bool IsClone, bool IsCloned, in EmitSchedule() 873 Emitter.EmitNode(Node, IsClone, IsCloned, VRBaseMap); in EmitSchedule()
|