Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp324 const TargetRegisterClass *ConstrainedRC in AddRegisterOperand() local
326 if (!ConstrainedRC) { in AddRegisterOperand()
334 assert(ConstrainedRC->isAllocatable() && in AddRegisterOperand()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp2096 const TargetRegisterClass *ConstrainedRC = in getNumAllocatableRegsForConstraints() local
2099 if (!ConstrainedRC) in getNumAllocatableRegsForConstraints()
2101 return RCI.getNumAllocatableRegs(ConstrainedRC); in getNumAllocatableRegsForConstraints()