Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp326 const TargetRegisterClass *ConstrainedRC in AddRegisterOperand() local
328 if (!ConstrainedRC) { in AddRegisterOperand()
336 assert(ConstrainedRC->isAllocatable() && in AddRegisterOperand()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1252 const TargetRegisterClass *ConstrainedRC = in getNumAllocatableRegsForConstraints() local
1255 if (!ConstrainedRC) in getNumAllocatableRegsForConstraints()
1257 return RCI.getNumAllocatableRegs(ConstrainedRC); in getNumAllocatableRegsForConstraints()