Searched defs:isImm (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInst.h58 bool isImm() const { return Kind == kImmediate; } function in class:llvm::MCOperand
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h321 bool isImm() const { return OpKind == MO_Immediate; } function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp158 bool isImm() const { return Kind == k_Imm; } function in class:__anon2289::MSP430Operand
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp375 bool isImm = fieldFromInstruction(insn, 13, 1); local
532 unsigned isImm = fieldFromInstruction(insn, 13, 1); local
565 unsigned isImm = fieldFromInstruction(insn, 13, 1); local
594 unsigned isImm local
633 unsigned isImm = fieldFromInstruction(insn, 13, 1); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenInstruction.h363 bool isImm() const { return Kind == K_Imm; } function in struct:llvm::CodeGenInstAlias::ResultOperand
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp180 bool isImm() const { return Kind == k_Immediate; } function in class:__anon2194::AVROperand
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp342 bool isImm() const { return Kind == CV_Immediate; } function in class:__anon2250::CountValue
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp62 bool isImm() const { function in struct:__anon2113::FoldCandidate
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp234 bool isImm(int64_t MinValue, int64_t MaxValue) const { function in class:__anon2401::SystemZOperand
[all...]

Completed in 119 milliseconds