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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp422 /// getPhysicalRegisterVT - Returns the ValueType of the physical register
425 static MVT getPhysicalRegisterVT(SDNode *N, unsigned Reg, function
572 MVT VT = getPhysicalRegisterVT(LRDef->getNode(), Reg, TII);
H A DScheduleDAGRRList.cpp1273 /// getPhysicalRegisterVT - Returns the ValueType of the physical register
1276 static MVT getPhysicalRegisterVT(SDNode *N, unsigned Reg, function
1556 MVT VT = getPhysicalRegisterVT(LRDef->getNode(), Reg, TII);

Completed in 108 milliseconds