Searched defs:IsClone (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | InstrEmitter.cpp | 84 void InstrEmitter::EmitCopyFromReg(SDNode *Node, unsigned ResNo, bool IsClone, in EmitCopyFromReg() 189 bool IsClone, bool IsCloned, in CreateVirtualRegisters() 322 bool IsDebug, bool IsClone, bool IsCloned) { in AddRegisterOperand() 403 bool IsDebug, bool IsClone, bool IsCloned) { in AddOperand() 504 bool IsClone, bool IsCloned) { in EmitSubregNode() 658 bool IsClone, bool IsCloned) { in EmitRegSequence() 998 EmitMachineNode(SDNode *Node, bool IsClone, bool IsCloned, in EmitMachineNode() 1240 EmitSpecialNode(SDNode *Node, bool IsClone, bool IsCloned, in EmitSpecialNode()
|
H A D | InstrEmitter.h | 142 void EmitNode(SDNode *Node, bool IsClone, bool IsCloned, in EmitNode()
|
H A D | ScheduleDAGSDNodes.cpp | 864 DenseMap<SDValue, Register> &VRBaseMap) -> MachineInstr * { in EmitSchedule()
|