Searched refs:K_Imm (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenInstruction.h354 K_Imm, enumerator in enum:llvm::CodeGenInstAlias::ResultOperand::__anon3277
360 ResultOperand(int64_t I) : Imm(I), Kind(K_Imm) {}
364 bool isImm() const { return Kind == K_Imm; }
H A DAsmWriterEmitter.cpp956 case CodeGenInstAlias::ResultOperand::K_Imm: {
965 formatv("AliasPatternCond::K_Imm, uint32_t({0})", Imm32)));
H A DAsmMatcherEmitter.cpp1893 case CodeGenInstAlias::ResultOperand::K_Imm: {
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInstPrinter.h167 K_Imm, // Match a specific immediate. member in struct:llvm::AliasPatternCond
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCInstPrinter.cpp95 case AliasPatternCond::K_Imm:

Completed in 218 milliseconds