Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp338 const TargetRegisterClass *ConstrainedRC in AddRegisterOperand() local
340 if (!ConstrainedRC) { in AddRegisterOperand()
348 assert(ConstrainedRC->isAllocatable() && in AddRegisterOperand()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp2056 const TargetRegisterClass *ConstrainedRC = in getNumAllocatableRegsForConstraints() local
2059 if (!ConstrainedRC) in getNumAllocatableRegsForConstraints()
2061 return RCI.getNumAllocatableRegs(ConstrainedRC); in getNumAllocatableRegsForConstraints()