Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp348 const TargetRegisterClass *ConstrainedRC in AddRegisterOperand() local
350 if (!ConstrainedRC) { in AddRegisterOperand()
359 assert(ConstrainedRC->isAllocatable() && in AddRegisterOperand()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1478 const TargetRegisterClass *ConstrainedRC = in getNumAllocatableRegsForConstraints() local
1481 if (!ConstrainedRC) in getNumAllocatableRegsForConstraints()
1483 return RCI.getNumAllocatableRegs(ConstrainedRC); in getNumAllocatableRegsForConstraints()