Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp162 static std::unique_ptr<SystemZOperand> createInvalid(SMLoc StartLoc, in createInvalid()
1530 Operands.push_back(SystemZOperand::createInvalid(Reg.StartLoc, Reg.EndLoc)); in MatchAndEmitInstruction()
1556 Operands.push_back(SystemZOperand::createInvalid(StartLoc, EndLoc)); in MatchAndEmitInstruction()
161 static std::unique_ptr<SystemZOperand> createInvalid(SMLoc StartLoc, createInvalid() function in __anonf32883310111::SystemZOperand
/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h126 static MCAOperand createInvalid() { in createInvalid() function