Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp325 const TargetRegisterClass *ConstrainedRC in AddRegisterOperand() local
327 if (!ConstrainedRC) { in AddRegisterOperand()
335 assert(ConstrainedRC->isAllocatable() && in AddRegisterOperand()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp2077 const TargetRegisterClass *ConstrainedRC = in getNumAllocatableRegsForConstraints() local
2080 if (!ConstrainedRC) in getNumAllocatableRegsForConstraints()
2082 return RCI.getNumAllocatableRegs(ConstrainedRC); in getNumAllocatableRegsForConstraints()