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

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.h47 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, argument
145 EmitMachineNode(Node, IsClone, IsCloned, VRBaseMap);
147 EmitSpecialNode(Node, IsClone, IsCloned, VRBaseMap);
162 void EmitMachineNode(SDNode *Node, bool IsClone, boo
[all...]
H A DInstrEmitter.cpp84 void InstrEmitter::EmitCopyFromReg(SDNode *Node, unsigned ResNo, bool IsClone, argument
91 if (IsClone)
179 if (IsClone)
189 bool IsClone, bool IsCloned,
228 if (!VRBase && !IsClone && !IsCloned)
257 if (IsClone)
298 bool IsDebug, bool IsClone, bool IsCloned) {
352 !(IsClone || IsCloned);
376 bool IsDebug, bool IsClone, bool IsCloned) {
379 IsDebug, IsClone, IsClone
186 CreateVirtualRegisters(SDNode *Node, MachineInstrBuilder &MIB, const MCInstrDesc &II, bool IsClone, bool IsCloned, DenseMap<SDValue, Register> &VRBaseMap) argument
293 AddRegisterOperand(MachineInstrBuilder &MIB, SDValue Op, unsigned IIOpNum, const MCInstrDesc *II, DenseMap<SDValue, Register> &VRBaseMap, bool IsDebug, bool IsClone, bool IsCloned) argument
[all...]
H A DScheduleDAGSDNodes.cpp862 [&](SDNode *Node, bool IsClone, bool IsCloned,
873 Emitter.EmitNode(Node, IsClone, IsCloned, VRBaseMap);

Completed in 89 milliseconds