Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp317 const TargetRegisterClass *ConstrainedRC in AddRegisterOperand() local
319 if (!ConstrainedRC) { in AddRegisterOperand()
327 assert(ConstrainedRC->isAllocatable() && in AddRegisterOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp2070 const TargetRegisterClass *ConstrainedRC = in getNumAllocatableRegsForConstraints() local
2073 if (!ConstrainedRC) in getNumAllocatableRegsForConstraints()
2075 return RCI.getNumAllocatableRegs(ConstrainedRC); in getNumAllocatableRegsForConstraints()