Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DDAGISelMatcherGen.cpp847 Record *HandledReg = nullptr; in EmitResultInstructionAsOperand() local
849 HandledReg = II.ImplicitDefs[0]; in EmitResultInstructionAsOperand()
853 if (!Reg->isSubClassOf("Register") || Reg == HandledReg) continue; in EmitResultInstructionAsOperand()
965 Record *HandledReg = nullptr; in EmitResultCode() local
972 HandledReg = II.ImplicitDefs[0]; in EmitResultCode()
977 if (!Reg->isSubClassOf("Register") || Reg == HandledReg) continue; in EmitResultCode()
/external/llvm-project/llvm/utils/TableGen/
DDAGISelMatcherGen.cpp919 Record *HandledReg = nullptr; in EmitResultInstructionAsOperand() local
921 HandledReg = II.ImplicitDefs[0]; in EmitResultInstructionAsOperand()
924 if (!Reg->isSubClassOf("Register") || Reg == HandledReg) continue; in EmitResultInstructionAsOperand()
1056 Record *HandledReg = nullptr; in EmitResultCode() local
1063 HandledReg = II.ImplicitDefs[0]; in EmitResultCode()
1067 if (!Reg->isSubClassOf("Register") || Reg == HandledReg) continue; in EmitResultCode()