Home
last modified time | relevance | path

Searched refs:ConstrainedRC (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp327 const TargetRegisterClass *ConstrainedRC in AddRegisterOperand() local
329 if (!ConstrainedRC) { in AddRegisterOperand()
337 assert(ConstrainedRC->isAllocatable() && in AddRegisterOperand()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1222 const TargetRegisterClass *ConstrainedRC = in getNumAllocatableRegsForConstraints() local
1225 if (!ConstrainedRC) in getNumAllocatableRegsForConstraints()
1227 return RCI.getNumAllocatableRegs(ConstrainedRC); in getNumAllocatableRegsForConstraints()