Searched refs:getPhysicalRegisterVT (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp414 /// getPhysicalRegisterVT - Returns the ValueType of the physical register
417 static MVT getPhysicalRegisterVT(SDNode *N, unsigned Reg, function
582 MVT VT = getPhysicalRegisterVT(LRDef->getNode(), Reg, TII);
H A DScheduleDAGRRList.cpp1270 /// getPhysicalRegisterVT - Returns the ValueType of the physical register
1273 static MVT getPhysicalRegisterVT(SDNode *N, unsigned Reg, function
1563 MVT VT = getPhysicalRegisterVT(LRDef->getNode(), Reg, TII);

Completed in 144 milliseconds